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
StateType getEnteredState()
- Returns:
- The state the resource entered during the transition.
getPreviousState
StateType getPreviousState()
- Returns:
- The state the resource left during the transition. This is
null if there was no previous state.
getTransitionTime
Date getTransitionTime()
- Returns:
- The time that the transition occurred.
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.