com.atomikos.finitestates
Interface Stateful

All Known Subinterfaces:
CompositeTransaction, FSM, FSMEnterEventSource, FSMPreEnterEventSource, FSMPreTransitionEventSource, FSMTransitionEventSource, StateMutable, StateRecoverable
All Known Implementing Classes:
AbstractCompositeTransaction, CompositeTransactionAdaptor, CompositeTransactionImp, CoordinatorImp, FSMImp

public interface Stateful

Copyright © 2000, Atomikos. Abstract representation of an object that has a state. A state can be anything.


Method Summary
 Object getState()
           
 

Method Detail

getState

Object getState()
Returns:
The object representing the state.