com.bankframe.fe.statemachine.base.apploaders
Interface IUnitOfWork

All Known Implementing Classes:
UnitOfWork

public interface IUnitOfWork


Method Summary
 String getName()
          Returns the name of this unit of work.
 IState getStartState()
          Returns the start state for this unit of work.
 

Method Detail

getName

String getName()
Returns the name of this unit of work.

Returns:
the name of this unit of work.

getStartState

IState getStartState()
Returns the start state for this unit of work.

Returns:
the start state for this unit of work.


Copyright © 2005, 2007, Oracle. All rights reserved.