Apache Muse - WS-DistributedManagement - OperationalStatus Capability
Spec name and port type: WS-DistributedManagement v1.1 (no port type)
Capability URI: http://docs.oasis-open.org/wsdm/muws/capabilities/OperationalStatus
Description: This capability defines one property, muws2:OperationalStatus, which provides a high-level filter for clients wishing to reason about a resource's state. The property is an enumeration, and has four values: Available, PartiallyAvailable, Unavailable, and Unknown.
Java interface: org.apache.muse.ws.dm.muws.OperationalStatus
JAR file: muse-wsdm-muws-api.jar
Default Java implementation: org.apache.muse.ws.dm.muws.impl.SimpleOperationalStatus
JAR file: muse-wsdm-muws-impl.jar
Action on initialize(): Sets the muws2:OperationalStatus property to the default value (Unknown).
Action on initializeCompleted(): None.
Action on prepareShutdown(): None.
Action on shutdown(): None.
Non-Core Dependencies:
Behavior and Limitations: This capability cannot help resource implementors decide what the enumeration values mean for a particular resource type - it serves only to store the value and provide it to clients.
Initialization parameters: None.