|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.connection.TGlobalTransactionSpecifier.TCompletion
public static class TGlobalTransactionSpecifier.TCompletion
Constant class for the completion mode of a global transaction. It is an optional parameter. It indicates what the Tamino Server will do once the first global transaction is terminated. Keep Alive is the default and indicates that the session is kept open. Destroy indicates that the session is closed once the transaction is terminated.
Field Summary | |
---|---|
static TGlobalTransactionSpecifier.TCompletion |
DESTROY
Constant that represents the "Destroy" completion command parameter. |
static TGlobalTransactionSpecifier.TCompletion |
KEEP_ALIVE
Constant that represents the "Keep Alive" completion command parameter. |
Method Summary | |
---|---|
void |
writeTo(TCommandStatement commandStatement)
Writes the completion command paremeter and its value to the given TCommandStatement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TGlobalTransactionSpecifier.TCompletion KEEP_ALIVE
public static final TGlobalTransactionSpecifier.TCompletion DESTROY
Method Detail |
---|
public void writeTo(TCommandStatement commandStatement)
commandStatement
- gets the current completion command paramters.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |