|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EngineStatusType | |
---|---|
com.ibm.tws.objects.plan.types | |
com.ibm.tws.objects.plan.utils |
Uses of EngineStatusType in com.ibm.tws.objects.plan.types |
---|
Fields in com.ibm.tws.objects.plan.types declared as EngineStatusType | |
static EngineStatusType |
EngineStatusType.ENGINE_STATUS_LIVES
The Engine is Up and running |
static EngineStatusType |
EngineStatusType.ENGINE_STATUS_DOWN
The Engine is Down |
static EngineStatusType |
EngineStatusType.ENGINE_STATUS_RULES
The Engine is in the Rules state |
Methods in com.ibm.tws.objects.plan.types that return EngineStatusType | |
static EngineStatusType |
EngineStatusType.getInstance(char charValue)
Returns a reference to the instance of EngineStatusType that is associated to the specified character. |
Uses of EngineStatusType in com.ibm.tws.objects.plan.utils |
---|
Methods in com.ibm.tws.objects.plan.utils that return EngineStatusType | |
EngineStatusType |
EngineInformation.getEngineStatus()
Returns the Engine Status. |
Methods in com.ibm.tws.objects.plan.utils with parameters of type EngineStatusType | |
void |
EngineInformation.setEngineStatus(EngineStatusType types)
Sets the Engine status. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |