com.atomikos.finitestates
Interface StateMutable

All Superinterfaces:
Stateful
All Known Subinterfaces:
FSM
All Known Implementing Classes:
FSMImp

public interface StateMutable
extends Stateful


Method Summary
 void setState(TxState s)
           
 
Methods inherited from interface com.atomikos.finitestates.Stateful
getState
 

Method Detail

setState

void setState(TxState s)
              throws IllegalStateException
Throws:
IllegalStateException - if the new state transition to the new state is not allowed.


Copyright © 2016. All Rights Reserved.