|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gui.transact.TrState gui.transact.TrInitDialServ
public class TrInitDialServ
Field Summary | |
---|---|
static java.util.logging.Logger |
logger
|
Constructor Summary | |
---|---|
TrInitDialServ()
|
Method Summary | |
---|---|
void |
nextStep(Transaction tr)
Subclasses must decide which state follows when the user asks for executing the next step of the transaction |
void |
runTasks(Transaction tr)
Subclasses must decide what to do when the user asks for executing the tasks required inside this state of the transaction. |
void |
stopStateProcs(Transaction tr)
/** Stub method since the dialogue server process was killed by sending to the dialogue server the message "client_shutdown" which closes the client connection and also kills the dialogue server process. |
Methods inherited from class gui.transact.TrState |
---|
isTasksCompleted, setTasksCompleted, status |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.logging.Logger logger
Constructor Detail |
---|
public TrInitDialServ()
Method Detail |
---|
public void nextStep(Transaction tr)
TrState
nextStep
in class TrState
public void runTasks(Transaction tr)
TrState
runTasks
in class TrState
public void stopStateProcs(Transaction tr)
stopStateProcs
in class TrState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |