org.apache.muse.ws.dm.muws
Interface OperationalStatus
- All Superinterfaces:
- Capability, Initialization, InitializationParameters, ManageabilityCapability, Shutdown, WsResourceCapability, org.apache.muse.ws.resource.WsResourceCapabilityProperties
- All Known Implementing Classes:
- SimpleOperationalStatus
- public interface OperationalStatus
- extends ManageabilityCapability
This interface represents the WSDM OperationalStatus capability. It provides
accessor methods for the muws2:OperationalStatus property as well as the
enumeration of possible values for that property.
- Author:
- Dan Jemiolo (danj)
Methods inherited from interface org.apache.muse.core.Capability |
getActions, getCapabilityURI, getEnvironment, getLog, getMessageHandler, getPersistence, getResource, initializeCompleted, prepareShutdown, setCapabilityURI, setEnvironment, setLog, setMessageHandlers, setPersistence, setResource |
PROPERTIES
public static final QName[] PROPERTIES
AVAILABLE
public static final java.lang.String AVAILABLE
- See Also:
- Constant Field Values
PARTIALLY_AVAILABLE
public static final java.lang.String PARTIALLY_AVAILABLE
- See Also:
- Constant Field Values
UNAVAILABLE
public static final java.lang.String UNAVAILABLE
- See Also:
- Constant Field Values
UNKNOWN
public static final java.lang.String UNKNOWN
- See Also:
- Constant Field Values
getOperationalStatus
public java.lang.String getOperationalStatus()
throws BaseFault
- Throws:
BaseFault
setOperationalStatus
public void setOperationalStatus(java.lang.String status)
throws BaseFault
- Throws:
BaseFault