org.glassfish.fighterfish.test.util
Interface RestorableDomainConfiguration


public interface RestorableDomainConfiguration

Represents a domain configuration change that can be restored to its original value. To restore the original value, call restore().

Author:
Sanjeeb.Sahoo@Sun.COM
See Also:
EnterpriseResourceProvisioner.configureEmbeddedDerby(GlassFish, String, String), EnterpriseResourceProvisioner.createJmsResource(GlassFish, String, String)

Method Summary
 void restore()
           
 

Method Detail

restore

void restore()
             throws org.glassfish.embeddable.GlassFishException
Throws:
org.glassfish.embeddable.GlassFishException


Copyright © 2013. All Rights Reserved.