public class TenantRuntimeState
extends java.lang.Object
implements com.sitewhere.spi.server.ITenantRuntimeState
| Constructor and Description |
|---|
TenantRuntimeState() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.sitewhere.spi.server.ITenantEngineComponent> |
getComponentHierarchyState() |
com.sitewhere.spi.server.lifecycle.LifecycleStatus |
getLifecycleStatus() |
boolean |
isStaged() |
void |
setComponentHierarchyState(java.util.List<com.sitewhere.spi.server.ITenantEngineComponent> componentHierarchyState) |
void |
setLifecycleStatus(com.sitewhere.spi.server.lifecycle.LifecycleStatus lifecycleStatus) |
void |
setStaged(boolean staged) |
public com.sitewhere.spi.server.lifecycle.LifecycleStatus getLifecycleStatus()
getLifecycleStatus in interface com.sitewhere.spi.server.ITenantRuntimeStatepublic void setLifecycleStatus(com.sitewhere.spi.server.lifecycle.LifecycleStatus lifecycleStatus)
public java.util.List<com.sitewhere.spi.server.ITenantEngineComponent> getComponentHierarchyState()
getComponentHierarchyState in interface com.sitewhere.spi.server.ITenantRuntimeStatepublic void setComponentHierarchyState(java.util.List<com.sitewhere.spi.server.ITenantEngineComponent> componentHierarchyState)
public boolean isStaged()
isStaged in interface com.sitewhere.spi.server.ITenantRuntimeStatepublic void setStaged(boolean staged)