Liking cljdoc? Tell your friends :D

javax.transaction.xa.Xid

The Xid interface is a Java mapping of the X/Open transaction identifier XID structure. This interface specifies three accessor methods to retrieve a global transaction format ID, global transaction ID, and branch qualifier. The Xid interface is used by the transaction manager and the resource managers. This interface is not visible to the application programs.

The Xid interface is a Java mapping of the X/Open transaction identifier
XID structure. This interface specifies three accessor methods to
retrieve a global transaction format ID, global transaction ID,
and branch qualifier. The Xid interface is used by the transaction
manager and the resource managers. This interface is not visible to
the application programs.
raw docstring

get-branch-qualifierclj

(get-branch-qualifier this)

Obtain the transaction branch identifier part of XID as an array of bytes.

returns: Global transaction identifier. - byte[]

Obtain the transaction branch identifier part of XID as an array
 of bytes.

returns: Global transaction identifier. - `byte[]`
raw docstring

get-format-idclj

(get-format-id this)

Obtain the format identifier part of the XID.

returns: Format identifier. O means the OSI CCR format. - int

Obtain the format identifier part of the XID.

returns: Format identifier. O means the OSI CCR format. - `int`
raw docstring

get-global-transaction-idclj

(get-global-transaction-id this)

Obtain the global transaction identifier part of XID as an array of bytes.

returns: Global transaction identifier. - byte[]

Obtain the global transaction identifier part of XID as an array
 of bytes.

returns: Global transaction identifier. - `byte[]`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close