Package | Description |
---|---|
com.oracle.tuxedo.tjatmi |
Modifier and Type | Field and Description |
---|---|
static TPCONTEXT |
TPCONTEXT.TPCONTEXT_INVALID |
static TPCONTEXT |
TPCONTEXT.TPCONTEXT_NULL |
static TPCONTEXT |
TPCONTEXT.TPCONTEXT_SINGLE |
Modifier and Type | Method and Description |
---|---|
static TPCONTEXT |
TuxAppContextUtil.tpgetctxt(long flags)
tpgetctxt retrieves an identifier object TPCONTEXT that represents
the current application context.
|
Modifier and Type | Method and Description |
---|---|
void |
TPCONTEXT.setTPCONTEXT(TPCONTEXT ctxt)
Set current context value with the context of input parameter TPCONTEXT object.
|
static int |
TuxAppContextUtil.tpsetctxt(TPCONTEXT ctxt,
long flags)
tpsetctxt() defines the context in which the current thread operates.
|
Constructor and Description |
---|
TPCONTEXT(TPCONTEXT ctxt)
Construct a TPCONTEXT object and set its context value with the value of input
parameter TPCONTEXT object.
|