org.jboss.jms.tx
Class JMSRecoverable

java.lang.Object
  extended byorg.jboss.jms.tx.JMSRecoverable
All Implemented Interfaces:
java.io.Serializable

public class JMSRecoverable
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 543 $ $Id: JMSRecoverable.java 543 2005-12-27 22:00:46Z ovidiu $
Author:
Tim Fox
See Also:
Serialized Form

Field Summary
protected  XAConnectionFactory cf
           
protected  XAConnection conn
           
protected  java.lang.String serverID
           
 
Constructor Summary
JMSRecoverable(java.lang.String serverID, XAConnectionFactory cf)
           
 
Method Summary
 void cleanUp()
           
 java.lang.String getName()
           
 javax.transaction.xa.XAResource getResource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverID

protected java.lang.String serverID

cf

protected XAConnectionFactory cf

conn

protected XAConnection conn
Constructor Detail

JMSRecoverable

public JMSRecoverable(java.lang.String serverID,
                      XAConnectionFactory cf)
Method Detail

getName

public java.lang.String getName()

getResource

public javax.transaction.xa.XAResource getResource()
                                            throws JMSException
Throws:
JMSException

cleanUp

public void cleanUp()
             throws JMSException
Throws:
JMSException


Copyright © 2006 JBoss Inc. All Rights Reserved.