public interface ITenantRuntimeState
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.List<ITenantEngineComponent> |
getComponentHierarchyState()
Get state of tenant engine component hierarchy.
|
LifecycleStatus |
getLifecycleStatus()
Get lifecycle status of tenant engine.
|
boolean |
isStaged()
Indicates if a new configuration has been staged, but not applied.
|
LifecycleStatus getLifecycleStatus()
java.util.List<ITenantEngineComponent> getComponentHierarchyState()
boolean isStaged()