org.seasar.extension.jta.xa
クラス XidImpl

java.lang.Object
  拡張org.seasar.extension.jta.xa.XidImpl
すべての実装インタフェース:
Serializable, Xid

public class XidImpl
extends Object
implements Xid, Serializable

関連項目:
直列化された形式

フィールドの概要
 
インタフェース javax.transaction.xa.Xid から継承したフィールド
MAXBQUALSIZE, MAXGTRIDSIZE
 
コンストラクタの概要
XidImpl()
           
XidImpl(Xid xid, int branchId)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 byte[] getBranchQualifier()
           
 int getFormatId()
           
 byte[] getGlobalTransactionId()
           
 int hashCode()
           
 String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

XidImpl

public XidImpl()

XidImpl

public XidImpl(Xid xid,
               int branchId)
メソッドの詳細

getGlobalTransactionId

public byte[] getGlobalTransactionId()
定義:
インタフェース Xid 内の getGlobalTransactionId

getBranchQualifier

public byte[] getBranchQualifier()
定義:
インタフェース Xid 内の getBranchQualifier

getFormatId

public int getFormatId()
定義:
インタフェース Xid 内の getFormatId

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.