org.apache.muse.ws.dm.muws.impl
Class SimpleState
java.lang.Object
org.apache.muse.core.AbstractCapability
org.apache.muse.ws.resource.impl.AbstractWsResourceCapability
org.apache.muse.ws.dm.muws.impl.AbstractManageabilityCapability
org.apache.muse.ws.dm.muws.impl.SimpleState
- All Implemented Interfaces:
- Capability, Initialization, InitializationParameters, Shutdown, ManageabilityCapability, State, WsResourceCapability
public class SimpleState
- extends AbstractManageabilityCapability
- implements State
SimpleState is Muse's default implementation of the WSDM State capability.
- Author:
- Dan Jemiolo (danj)
Fields inherited from interface org.apache.muse.ws.dm.muws.State |
PROPERTIES |
Methods inherited from class org.apache.muse.ws.resource.impl.AbstractWsResourceCapability |
createGettersAndSetters, deleteProperty, getGetter, getProperty, getPropertyElements, getSetter, getWsResource, initialize, insertProperty, invokeMethod, setResource, updateProperty |
Methods inherited from class org.apache.muse.core.AbstractCapability |
getActions, getCapabilityURI, getEnvironment, getInitializationParameter, getInitializationParameters, getLog, getMessageHandler, getPersistence, getResource, hasBeenInitialized, hasBeenShutdown, prepareShutdown, setCapabilityURI, setEnvironment, setInitializationParameters, setLog, setMessageHandler, setMessageHandlers, setPersistence, shutdown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.muse.core.Capability |
getActions, getCapabilityURI, getEnvironment, getLog, getMessageHandler, getPersistence, getResource, initializeCompleted, prepareShutdown, setCapabilityURI, setEnvironment, setLog, setMessageHandlers, setPersistence, setResource |
SimpleState
public SimpleState()
getPropertyNames
public QName[] getPropertyNames()
- Concrete capability classes that define properties MUST override
this method and provide the names of the properties.
- Overrides:
getPropertyNames
in class AbstractWsResourceCapability
- Returns:
- The names of the resource properties defined by this capability.
getState
public StateType getState()
- Specified by:
getState
in interface State
- Returns:
- The current state of the owning resource; state types may
have subtypes, and these values should be considered when
evaluating the state.
getStateTransition
public StateTransition getStateTransition()
- Specified by:
getStateTransition
in interface State
- Returns:
- The record of the last state change experienced by the
owning resource.
setState
public void setState(StateType state)
- Specified by:
setState
in interface State
- Parameters:
state
- The current state of the owning resource; this state may have
subtypes. Changing the State will alter the muws2:StateTransition
property as well.
deleteProperty
public void deleteProperty(QName property)
throws BaseFault
- Throws:
BaseFault
getProperty
public Element[] getProperty(QName property)
throws BaseFault
- Throws:
BaseFault
insertProperty
public void insertProperty(QName property,
Element[] values)
throws BaseFault
- Throws:
BaseFault
updateProperty
public void updateProperty(QName property,
Element[] values)
throws BaseFault
- Throws:
BaseFault
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.