站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

JBossMQXid (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


org.jboss.mq
Class JBossMQXid

java.lang.Object
  extended byorg.jboss.mq.JBossMQXid
All Implemented Interfaces:
Serializable, Xid

public class JBossMQXid
extends Object
implements Serializable, Xid

This class is a wrapper for non-serializable implementations of java.transaction.xa.Xid.

Version:
$Revision: 1.1.2.1 $
Author:
Daniel Bloomfield Ramagem (daniel.ramagem@gmail.com), Adrian Brock
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.transaction.xa.Xid
MAXBQUALSIZE, MAXGTRIDSIZE
 
Constructor Summary
JBossMQXid(Xid xid)
          Create a new wrapper Xid
 
Method Summary
 boolean equals(Object object)
           
 byte[] getBranchQualifier()
           
 int getFormatId()
           
 byte[] getGlobalTransactionId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JBossMQXid

public JBossMQXid(Xid xid)
Create a new wrapper Xid

Parameters:
xid - the wrapped xid
Method Detail

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

equals

public boolean equals(Object object)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.