Uses of Class
org.xwiki.component.manager.ComponentLifecycleException

Packages that use ComponentLifecycleException
org.xwiki.component.manager   
org.xwiki.component.phase   
 

Uses of ComponentLifecycleException in org.xwiki.component.manager
 

Methods in org.xwiki.component.manager that throw ComponentLifecycleException
<T> void
ComponentManager.release(T component)
          Release the provided singleton instance but don't unregister the component descriptor.
 

Uses of ComponentLifecycleException in org.xwiki.component.phase
 

Methods in org.xwiki.component.phase that throw ComponentLifecycleException
 void Disposable.dispose()
          Method called by the Component Manager when a singleton component is unregistered and should be destroyed.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.