org.apache.muse.ws.dm.muws
Interface OperationalStatus

All Superinterfaces:
Capability, Initialization, InitializationParameters, ManageabilityCapability, Shutdown, WsResourceCapability
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)

Field Summary
static String AVAILABLE
           
static String PARTIALLY_AVAILABLE
           
static QName[] PROPERTIES
           
static String UNAVAILABLE
           
static String UNKNOWN
           
 
Method Summary
 void deleteProperty(QName property)
           
 String getOperationalStatus()
           
 Element[] getProperty(QName property)
           
 QName[] getPropertyNames()
          Concrete capability classes that define properties MUST override this method and provide the names of the properties.
 void insertProperty(QName property, Element[] values)
           
 void setOperationalStatus(String status)
           
 void updateProperty(QName property, Element[] values)
           
 
Methods inherited from interface org.apache.muse.ws.resource.WsResourceCapability
getWsResource
 
Methods inherited from interface org.apache.muse.core.Capability
getActions, getCapabilityURI, getEnvironment, getLog, getMessageHandler, getPersistence, getResource, initializeCompleted, prepareShutdown, setCapabilityURI, setEnvironment, setLog, setMessageHandlers, setPersistence, setResource
 
Methods inherited from interface org.apache.muse.core.Initialization
hasBeenInitialized, initialize
 
Methods inherited from interface org.apache.muse.core.InitializationParameters
getInitializationParameter, getInitializationParameters, setInitializationParameters
 
Methods inherited from interface org.apache.muse.core.Shutdown
hasBeenShutdown, shutdown
 

Field Detail

PROPERTIES

static final QName[] PROPERTIES

AVAILABLE

static final String AVAILABLE
See Also:
Constant Field Values

PARTIALLY_AVAILABLE

static final String PARTIALLY_AVAILABLE
See Also:
Constant Field Values

UNAVAILABLE

static final String UNAVAILABLE
See Also:
Constant Field Values

UNKNOWN

static final String UNKNOWN
See Also:
Constant Field Values
Method Detail

getOperationalStatus

String getOperationalStatus()
                            throws BaseFault
Throws:
BaseFault

setOperationalStatus

void setOperationalStatus(String status)
                          throws BaseFault
Throws:
BaseFault

deleteProperty

void deleteProperty(QName property)
                    throws BaseFault
Throws:
BaseFault

getProperty

Element[] getProperty(QName property)
                      throws BaseFault
Throws:
BaseFault

getPropertyNames

QName[] getPropertyNames()
Concrete capability classes that define properties MUST override this method and provide the names of the properties.

Returns:
The names of the resource properties defined by this capability.

insertProperty

void insertProperty(QName property,
                    Element[] values)
                    throws BaseFault
Throws:
BaseFault

updateProperty

void updateProperty(QName property,
                    Element[] values)
                    throws BaseFault
Throws:
BaseFault


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.