| java.lang.Object com.mysql.jdbc.jdbc2.optional.MysqlXid
MysqlXid | public class MysqlXid implements Xid(Code) | | Implementation of the XID interface for MySQL XA
version: $Id: $ |
Constructor Summary | |
public | MysqlXid(byte[] gtrid, byte[] bqual, int formatId) |
myFormatId | int myFormatId(Code) | | |
MysqlXid | public MysqlXid(byte[] gtrid, byte[] bqual, int formatId)(Code) | | |
getBranchQualifier | public byte[] getBranchQualifier()(Code) | | |
getFormatId | public int getFormatId()(Code) | | |
getGlobalTransactionId | public byte[] getGlobalTransactionId()(Code) | | |
hashCode | public synchronized int hashCode()(Code) | | |
|
|