org.endurox.AtmiCtx Class Reference

List of all members.

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

Member Function Documentation

org.endurox.AtmiCtx.[static initializer] (  )  [static, package]
long org.endurox.AtmiCtx.getCtx (  ) 

Get The C Context

Returns:
Server org.endurox.AtmiCtx.getSvr (  ) 

Get server object (if any)

Returns:
void org.endurox.AtmiCtx.setCtx ( long  ctx  ) 

Set the C context

Parameters:
ctx 

Member Data Documentation

long org.endurox.AtmiCtx.ctx = 0 [package]

Pointer to C ATMI Context object

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

 All Classes Namespaces Files Functions Variables

Generated on 27 Dec 2021 for endurox-java by  doxygen 1.6.1