| java.lang.Object com.caucho.transaction.XidImpl
XidImpl | public class XidImpl implements Xid(Code) | | Transaction identifier implementation.
|
Constructor Summary | |
public | XidImpl(long serverId, long randomId) Creates a new transaction id. | | XidImpl(XidImpl base, int branch) | public | XidImpl(byte[] global, byte[] local) | | XidImpl(byte[] global) | | XidImpl(byte[] global, int length) |
GLOBAL_LENGTH | final public static int GLOBAL_LENGTH(Code) | | |
XidImpl | public XidImpl(long serverId, long randomId)(Code) | | Creates a new transaction id.
Parameters: id - the 64 bit number for the id. |
XidImpl | public XidImpl(byte[] global, byte[] local)(Code) | | |
XidImpl | XidImpl(byte[] global)(Code) | | |
XidImpl | XidImpl(byte[] global, int length)(Code) | | |
equals | public boolean equals(Object o)(Code) | | Returns equality.
|
getBranchQualifier | public byte[] getBranchQualifier()(Code) | | |
getFormatId | public int getFormatId()(Code) | | |
getGlobalTransactionId | public byte[] getGlobalTransactionId()(Code) | | |
hashCode | public int hashCode()(Code) | | Returns hashCode.
|
toString | public String toString()(Code) | | Printable version of the transaction id.
|
|
|