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

All Known Implementing Classes:
UnitOfWork

public interface IUnitOfWork


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

Method Detail

getName

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

Returns:
the name of this unit of work.

getStartState

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

Returns:
the start state for this unit of work.


Copyright © 2004 Siebel Systems, Inc. All rights reserved.