|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.fe.statemachine.base.apploaders.UnitOfWork
public class UnitOfWork
| Constructor Summary | |
|---|---|
UnitOfWork()
Creates a new UnitOfWork. |
|
UnitOfWork(String name,
IState startState)
Creates a new UnitOfWork. |
|
| Method Summary | |
|---|---|
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 |
|---|
public UnitOfWork()
public UnitOfWork(String name,
IState startState)
name - the name of this UnitOfWorkstartState - the start state of this UnitOfWork| Method Detail |
|---|
public String getName()
IUnitOfWork
getName in interface IUnitOfWorkpublic IState getStartState()
IUnitOfWork
getStartState in interface IUnitOfWork
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||