Package | Description |
---|---|
com.whitestein.lsps.engine.change |
Package contains core of the internal event system.
|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.engine.state.ser | |
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Method and Description |
---|---|
ModuleInstanceState |
ModuleInstanceStateChange.getNewState()
Returns the new state.
|
ModuleInstanceState |
ModuleInstanceStateChange.getOldState()
Returns the old state.
|
Constructor and Description |
---|
ModuleInstanceStateChange(ModuleInstance moduleInstance,
ModuleInstanceState oldState,
ModuleInstanceState newState)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
static ModuleInstanceState |
ModuleInstanceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleInstanceState[] |
ModuleInstanceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModuleInstanceState |
SModuleInstance.getState() |
Modifier and Type | Method and Description |
---|---|
void |
SModuleInstance.setState(ModuleInstanceState state) |
Modifier and Type | Method and Description |
---|---|
ModuleInstanceState |
ModuleInstance.getState()
Returns the module instance state.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleInstance.setState(ModuleInstanceState state)
Sets the module instance state.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.