Public Member Functions | |
long | getCtx () |
void | setCtx (long ctx) |
Server | getSvr () |
Public Attributes | |
XAConnection | xaConn = null |
XAResource | xaRes = null |
Static Package Functions | |
[static initializer] | |
Package Attributes | |
long | ctx = 0 |
UnsolCallback | unslcb = null |
Static Package Attributes | |
static XADataSource | xads = null |
org.endurox.AtmiCtx.[static initializer] | ( | ) | [static, package] |
long org.endurox.AtmiCtx.getCtx | ( | ) |
Get The C Context
Server org.endurox.AtmiCtx.getSvr | ( | ) |
Get server object (if any)
void org.endurox.AtmiCtx.setCtx | ( | long | ctx | ) |
Set the C context
ctx |
long org.endurox.AtmiCtx.ctx = 0 [package] |
Pointer to C ATMI Context object
UnsolCallback org.endurox.AtmiCtx.unslcb = null [package] |
Unsolicited callback handler
XAConnection org.endurox.AtmiCtx.xaConn = null |
XA Connection handler, i.e. if the context have invoked tpopen().
XADataSource org.endurox.AtmiCtx.xads = null [static, package] |
XA Data source for distributed transaction processing This is singleton shared between threads. Initialized when Enduro/X Boots.
XAResource org.endurox.AtmiCtx.xaRes = null |
Currently active connection
public Connection dbConn = null; Currently active resource