All Packages Class Hierarchy This Package Previous Next Index
Class oracle.jdbc.xa.OracleXid
java.lang.Object
|
+----oracle.jdbc.xa.OracleXid
- public class OracleXid
- extends Object
- implements Serializable
-
MAXBQUALSIZE
-
-
MAXGTRIDSIZE
-
-
OracleXid(int, byte[], byte[])
- OracleXid() -- The constructor that constructs an OracleXid
with given formatId, global transacrion Id and branch
qualifier.
-
OracleXid(int, byte[], byte[], byte[])
- OracleXid() -- The constructor that constructs an OracleXid
with given formatId, global transacrion Id and branch
qualifier, and transaction context.
-
getBranchQualifier()
-
-
getFormatId()
-
-
getGlobalTransactionId()
-
MAXGTRIDSIZE
public static final int MAXGTRIDSIZE
MAXBQUALSIZE
public static final int MAXBQUALSIZE
OracleXid
public OracleXid(int fId,
byte gId[],
byte bId[]) throws XAException
- OracleXid() -- The constructor that constructs an OracleXid
with given formatId, global transacrion Id and branch
qualifier.
- Parameters:
- fId - format ID
- gId - global transaction ID
- bId - branch Qualifier
- Throws: XAException
- if the size of gId or bId is more
than 64 bytes
OracleXid
public OracleXid(int fId,
byte gId[],
byte bId[],
byte context[]) throws XAException
- OracleXid() -- The constructor that constructs an OracleXid
with given formatId, global transacrion Id and branch
qualifier, and transaction context.
- Parameters:
- fId - format ID
- gId - global transaction ID
- bId - branch Qualifier
- Throws: XAException
- if the size of gId or bId is more
than 64 bytes
getFormatId
public int getFormatId()
getGlobalTransactionId
public byte[] getGlobalTransactionId()
getBranchQualifier
public byte[] getBranchQualifier()
All Packages Class Hierarchy This Package Previous Next Index