org.jboss.jms.tx
Class JMSRecoverable
java.lang.Object
org.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serverID
protected java.lang.String serverID
cf
protected XAConnectionFactory cf
conn
protected XAConnection conn
JMSRecoverable
public JMSRecoverable(java.lang.String serverID,
XAConnectionFactory cf)
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.