|
Videoautomat | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sale.SaleProcess | +--videoautomat.SaleProcessLogOn
This class implements a SaleProcess
used to log on and choose which activity should follow.
Field Summary |
Fields inherited from class sale.SaleProcess |
LOGENTRYFILTER_PROCESSES_ONLY, m_gCurGate, m_tCurTransition |
Fields inherited from interface sale.ProcessErrorCodes |
DATABASKET_CONFLICT_ERROR, DUPLICATE_KEY_EXCEPTION, ERR_INTERNAL, ERR_LOWERBOUND, ERR_NOERROR, ERR_UPPERBOUND, NOT_ENOUGH_ELEMENTS_ERROR, REMOVE_VETO_EXCEPTION |
Constructor Summary | |
SaleProcessLogOn()
Constructs a new SaleProcessLogOn |
Method Summary | |
sale.Gate |
getFaultGate()
|
protected sale.Gate |
getInitialGate()
Implementation of the inherited abstract method. |
sale.Gate |
getMainGate()
|
sale.Gate |
restart()
|
Methods inherited from class sale.SaleProcess |
attach, attach, canQuit, detachBasket, detachContext, error, error, error, getBasket, getCommitGate, getContext, getCurrentGate, getErrorGate, getErrorMsg, getLogData, getLogGate, getName, getQuitGate, getRollbackGate, getStopGate, isAlive, isResumed, isRunning, isSuspended, log, onFinished, onResumeOrStart, onSuspended, printErrorInfo, quit, resume, start, suspend |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SaleProcessLogOn()
SaleProcessLogOn
Method Detail |
protected sale.Gate getInitialGate()
getInitialGate
in class sale.SaleProcess
Gate
where the user selects it`s user-name and is asked for his/her password.SaleProcess.getInitialGate()
public sale.Gate restart()
public sale.Gate getFaultGate()
Gate
that shows an error-message.public sale.Gate getMainGate()
Gate
where the user can select the next activity, like renting a video.
|
Videoautomat | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |