Package com.swiftmq.jms
Class XidImpl
- java.lang.Object
-
- com.swiftmq.jms.XidImpl
-
- All Implemented Interfaces:
java.io.Serializable
,javax.transaction.xa.Xid
public class XidImpl extends java.lang.Object implements javax.transaction.xa.Xid, java.io.Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
byte[]
getBranchQualifier()
int
getFormatId()
byte[]
getGlobalTransactionId()
int
hashCode()
boolean
isRouting()
void
readContent(java.io.DataInput in)
void
setRouting(boolean routing)
java.lang.String
toString()
void
writeContent(java.io.DataOutput out)
-
-
-
Method Detail
-
getBranchQualifier
public byte[] getBranchQualifier()
- Specified by:
getBranchQualifier
in interfacejavax.transaction.xa.Xid
-
getFormatId
public int getFormatId()
- Specified by:
getFormatId
in interfacejavax.transaction.xa.Xid
-
getGlobalTransactionId
public byte[] getGlobalTransactionId()
- Specified by:
getGlobalTransactionId
in interfacejavax.transaction.xa.Xid
-
isRouting
public boolean isRouting()
-
setRouting
public void setRouting(boolean routing)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
writeContent
public void writeContent(java.io.DataOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
readContent
public void readContent(java.io.DataInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-