
public class XidWrapperImpl
extends java.lang.Object
implements org.jboss.jca.core.spi.transaction.xa.XidWrapper
| Constructor and Description |
|---|
XidWrapperImpl(javax.transaction.xa.Xid xid,
boolean pad,
java.lang.String jndiName)
Creates a new XidWrapperImpl instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
byte[] |
getBranchQualifier() |
int |
getFormatId() |
byte[] |
getGlobalTransactionId() |
java.lang.String |
getJndiName()
Get the JNDI name
|
int |
hashCode() |
java.lang.String |
toString() |
public XidWrapperImpl(javax.transaction.xa.Xid xid,
boolean pad,
java.lang.String jndiName)
xid - The Xid instancespad - Should the branch qualifier be paddedjndiName - The JNDI namepublic byte[] getBranchQualifier()
getBranchQualifier in interface javax.transaction.xa.Xidpublic int getFormatId()
getFormatId in interface javax.transaction.xa.Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface javax.transaction.xa.Xidpublic java.lang.String getJndiName()
getJndiName in interface org.jboss.jca.core.spi.transaction.xa.XidWrapperpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)