public interface Lifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
disable()
Disables this component.
|
void |
enable()
Enables this component.
|
void enable()
throws GlassFishException
GlassFishException - if this component fails to be enabledvoid disable()
throws GlassFishException
GlassFishException - if this component fails to be disabledCopyright © 2017. All rights reserved.