Class 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 Detail

      • DesiredStateElement

        public DesiredStateElement()
    • Method Detail

      • getState

        public String getState()
      • setState

        public void setState​(String state)
      • getNodeID

        public Integer getNodeID()
      • setNodeID

        public void setNodeID​(Integer nodeID)
      • validateParameters

        public void validateParameters()