Method Summary |
|
final protected synchronized void | checkActive() Check whether we're active. |
final public synchronized void | dispose() Dispose of the component. |
protected void | doDispose() This method is called from dispose(). |
protected void | doInitialize() This method is called from initialize(). |
final public synchronized void | initialize() Intialize the component. |
final protected synchronized boolean | isActive() Check whether we're active. |
final protected synchronized boolean | isDisposed() Check whether we're disposed. |
final protected synchronized boolean | isInitialized() Check whether we're initialized. |
final protected synchronized void | lazyInitialization() Helps implement lazy initialization (and even re-initialization if we
implement
org.jicarilla.lang.Recyclable ). |