com.sun.xml.ws.tx.at.internal
Class XidImpl
java.lang.Object
com.sun.xml.ws.tx.at.internal.XidImpl
- All Implemented Interfaces:
- Serializable, Xid
public class XidImpl
- extends Object
- implements Xid, Serializable
- Author:
- paulparkinson
- See Also:
- Serialized Form
|
Constructor Summary |
XidImpl(byte[] globalTransactionId)
|
XidImpl(byte[] globalTransactionId,
int formatId)
|
XidImpl(int formatId,
byte[] globalTransactionId,
byte[] branchQual)
|
XidImpl(Xid xid)
|
XidImpl
public XidImpl(Xid xid)
XidImpl
public XidImpl(int formatId,
byte[] globalTransactionId,
byte[] branchQual)
XidImpl
public XidImpl(byte[] globalTransactionId)
XidImpl
public XidImpl(byte[] globalTransactionId,
int formatId)
getFormatId
public int getFormatId()
- Specified by:
getFormatId in interface Xid
getGlobalTransactionId
public byte[] getGlobalTransactionId()
- Specified by:
getGlobalTransactionId in interface Xid
getBranchQualifier
public byte[] getBranchQualifier()
- Specified by:
getBranchQualifier in interface Xid
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.