org.apache.muse.ws.dm.muws
Interface StateTransition
- All Superinterfaces:
- XmlSerializable
- All Known Implementing Classes:
- SimpleStateTransition
- public interface StateTransition
- extends XmlSerializable
StateTransition represents the muws2:StateTransition property defined by
the WSDM State capability.
- Author:
- Dan Jemiolo (danj)
getEnteredState
public StateType getEnteredState()
- Returns:
- The state the resource entered during the transition.
getPreviousState
public StateType getPreviousState()
- Returns:
- The state the resource left during the transition. This is
null if there was no previous state.
getTransitionTime
public java.util.Date getTransitionTime()
- Returns:
- The time that the transition occurred.