com.bankframe.fe.statemachine.base.apploaders
Class UnitOfWork

java.lang.Object
  extended bycom.bankframe.fe.statemachine.base.apploaders.UnitOfWork
All Implemented Interfaces:
IUnitOfWork

public class UnitOfWork
extends java.lang.Object
implements IUnitOfWork


Constructor Summary
UnitOfWork()
          Creates a new UnitOfWork.
UnitOfWork(java.lang.String name, IState startState)
          Creates a new UnitOfWork.
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitOfWork

public UnitOfWork()
Creates a new UnitOfWork.


UnitOfWork

public UnitOfWork(java.lang.String name,
                  IState startState)
Creates a new UnitOfWork.

Parameters:
name - the name of this UnitOfWork
startState - the start state of this UnitOfWork
Method Detail

getName

public java.lang.String getName()
Description copied from interface: IUnitOfWork
Returns the name of this unit of work.

Specified by:
getName in interface IUnitOfWork
Returns:
the name of this unit of work.

getStartState

public IState getStartState()
Description copied from interface: IUnitOfWork
Returns the start state for this unit of work.

Specified by:
getStartState in interface IUnitOfWork
Returns:
the start state for this unit of work.


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