Package org.glassfish.embeddable.web
Interface Lifecycle
-
public interface LifecycleInterface for lifecycle events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisable()Disables this component.voidenable()Enables this component.
-
-
-
Method Detail
-
enable
void enable() throws GlassFishExceptionEnables this component.- Throws:
GlassFishException- if this component fails to be enabled
-
disable
void disable() throws GlassFishExceptionDisables this component.- Throws:
GlassFishException- if this component fails to be disabled
-
-