org.jboss.messaging.core.impl.tx
Class PreparedTxInfo

java.lang.Object
  extended by org.jboss.messaging.core.impl.tx.PreparedTxInfo

public class PreparedTxInfo
extends java.lang.Object

A value object for prepared transaction representation

Author:
Madhu Konda

Constructor Summary
PreparedTxInfo(long txId, javax.transaction.xa.Xid xid)
           
 
Method Summary
 long getTxId()
           
 javax.transaction.xa.Xid getXid()
           
 void setTxId(long txId)
           
 void setXid(javax.transaction.xa.Xid xid)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreparedTxInfo

public PreparedTxInfo(long txId,
                      javax.transaction.xa.Xid xid)
Method Detail

getTxId

public long getTxId()

setTxId

public void setTxId(long txId)

getXid

public javax.transaction.xa.Xid getXid()

setXid

public void setXid(javax.transaction.xa.Xid xid)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006 JBoss Inc. All Rights Reserved.