Package com.opencloud.slee.mlet.ant
Class DesiredStateElement
- java.lang.Object
-
- com.opencloud.slee.mlet.ant.DesiredStateElement
-
public class DesiredStateElement extends Object
A common nested element of declarative state configuration sub tasks used to indicate the desired state for the SLEE, a service, or a resource adaptor entity. Per-node desired state can be specified by providing a nodeID attribute, otherwise the default desired state will be updated.
Ant Parameters Attribute
Description
Required
state
A textual representation of the desired state enum. This should be 'active' or 'inactive' for services and resource adaptor entities.
Yes
nodeID
The node ID this state applies to. If omitted, applies desired state as the default desired state.
No.
-
-
Constructor Summary
Constructors Constructor Description DesiredStateElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getNodeID()
String
getState()
void
setNodeID(Integer nodeID)
void
setState(String state)
String
toString()
void
validateParameters()
-