KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > transaction > xa > Xid

javax.transaction.xa
Interface Xid

See Also:
Top Examples, Source Code

byte[] getBranchQualifier()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int getFormatId()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] getGlobalTransactionId()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int MAXBQUALSIZE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int MAXGTRIDSIZE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags