| org.picocontainer.behaviors.Stored
Stored | public class Stored extends AbstractBehavior (Code) | | behaviour for all behaviours wishing to store
their component in "awkward places" ( object references )
author: Konstantin Pribluda< Parameters: T - > |
delegateHasLifecylce | final protected boolean delegateHasLifecylce(Code) | | |
disposed | protected boolean disposed(Code) | | |
started | protected boolean started(Code) | | |
componentHasLifecycle | public boolean componentHasLifecycle()(Code) | | |
dispose | public void dispose(PicoContainer container)(Code) | | Disposes the cached component instance
|
flush | public void flush()(Code) | | Flushes the cache.
If the component instance is started is will stop and dispose it before
flushing the cache.
|
getStoredObject | public T getStoredObject()(Code) | | Retrieves the stored reference. May be null if it has
never been set, or possibly if the reference has been
flushed.
the stored object or null. |
|
|