public interface IInternalBDILifecycleFeature
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInited()
Get the inited.
|
boolean |
isShutdown()
Get the shutdown.
|
void |
setInited(boolean inited)
Set the inited state.
|
void |
setShutdown(boolean shutdown)
Set the shutdown state.
|
boolean isInited()
void setInited(boolean inited)
The - inited state.boolean isShutdown()
void setShutdown(boolean shutdown)
The - shutdown state.