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

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.


Copyright © 2011. All Rights Reserved.