Package | Description |
---|---|
com.streamscape.ds.state | |
com.streamscape.sdo.advisory | |
com.streamscape.sef | |
com.streamscape.sef.dispatcher | |
com.streamscape.sef.enums | |
com.streamscape.sef.service |
Modifier and Type | Method and Description |
---|---|
void |
DataspaceStateHolder.exposeState(com.streamscape.ds.navigator.RowSetNavigatorClient navigator,
boolean withValid,
boolean withLastError,
java.lang.String stateName,
ComponentState componentState,
java.lang.Class[] originatorClasses) |
void |
DataspaceStateHolder.exposeState(com.streamscape.ds.navigator.RowSetNavigatorClient navigator,
boolean withValid,
boolean withLastError,
java.lang.String stateName,
ComponentState componentState,
java.util.List originatorClassesList) |
Modifier and Type | Method and Description |
---|---|
ComponentState |
ComponentStateChangeAdvisory.getState() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentStateChangeAdvisory.setState(ComponentState state) |
Modifier and Type | Method and Description |
---|---|
ComponentState |
FabricManagedComponent.getState()
Returns the current state of the component.
|
Constructor and Description |
---|
AbstractDynamicFabricComponent(java.lang.String type,
java.lang.String name,
ComponentModel model,
ComponentState state) |
Modifier and Type | Field and Description |
---|---|
static ComponentState |
ComponentState.DESTROYED
Service is destroyed.
|
static ComponentState |
ComponentState.DESTROYING
Service is being destroyed normally.
|
static ComponentState |
ComponentState.INITIALIZED
Service is initialized.
|
static ComponentState |
ComponentState.INITIALIZING
Service is being initialized.
|
static ComponentState |
ComponentState.NOT_INITIALIZED
Service is not initialized.
|
static ComponentState |
ComponentState.OUTSYNC
Component is not sync with the latest configuration.
|
static ComponentState |
ComponentState.PENDING
Service initialization was failed.
|
static ComponentState |
ComponentState.RESUMING
Service is resuming from suspended.
|
static ComponentState |
ComponentState.STARTED
Service is started or resumed.
|
static ComponentState |
ComponentState.STARTING
Service is starting.
|
static ComponentState |
ComponentState.STOPPED
Service is stopped, but already initialized.
|
static ComponentState |
ComponentState.STOPPING
Service is being stopped.
|
static ComponentState |
ComponentState.SUSPECT
Service is suspect.
|
static ComponentState |
ComponentState.SUSPENDED
Service is suspended.
|
static ComponentState |
ComponentState.SUSPENDING
Service is being suspended.
|
Modifier and Type | Method and Description |
---|---|
static ComponentState |
ComponentState.valueOf(java.lang.String name) |
static ComponentState[] |
ComponentState.values() |
Modifier and Type | Method and Description |
---|---|
ComponentState |
ServiceManager.getServiceState(java.lang.String serviceName)
Returns a state of the specified service.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.