Uses of Class
org.xwiki.component.manager.ComponentLifecycleException
-
Packages that use ComponentLifecycleException Package Description 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 Modifier and Type Method Description void
ComponentManager. release(Object componentInstance)
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 Modifier and Type Method Description void
Disposable. dispose()
Method called by the Component Manager when a singleton component is unregistered and should be destroyed.
-