Package | Description |
---|---|
com.oracle.tuxedo.tjatmi |
Modifier and Type | Method and Description |
---|---|
TPTRANID |
TuxAppContext.tpsuspend(long flags)
The implementation of tpsuspend of TuxApplicationToMonitorInterface.
|
TPTRANID |
TuxApplicationToMonitorInterface.tpsuspend(long flags)
tpsuspend() is used to suspend the transaction active in the caller's process.
|
Modifier and Type | Method and Description |
---|---|
void |
TPTRANID.setTranID(TPTRANID trnid)
Set current transaction identifier value with source of
TPTRANID object specified with parameter trnid.
|
int |
TuxAppContext.tpresume(TPTRANID trnId,
long flags)
The implementation of tpresume of TuxApplicationToMonitorInterface.
|
int |
TuxApplicationToMonitorInterface.tpresume(TPTRANID trnId,
long flags)
tpresume is used to resume work on behalf of a previously suspended transaction.
|
Constructor and Description |
---|
TPTRANID(TPTRANID trnid)
Construct a TPTRANID object and copy the data from source of TPTRANID
object specified with parameter trnid.
|