public interface ILifecycleHierarchyRoot
Modifier and Type | Method and Description |
---|---|
ILifecycleComponent |
getLifecycleComponentById(java.lang.String id)
Gets an
ILifecycleComponent by unique id. |
java.util.List<ILifecycleComponent> |
getRegisteredLifecycleComponents()
Get list of components that have registered to participate in the server
component lifecycle.
|
java.util.List<ILifecycleComponent> getRegisteredLifecycleComponents()
ILifecycleComponent getLifecycleComponentById(java.lang.String id)
ILifecycleComponent
by unique id.id
-