org.ow2.jonas.tm.jotm
Class JOTMTransactionResourceManager

java.lang.Object
  extended by org.ow2.jonas.tm.jotm.JOTMTransactionResourceManager
All Implemented Interfaces:
org.objectweb.jotm.TransactionResourceManager

public class JOTMTransactionResourceManager
extends Object
implements org.objectweb.jotm.TransactionResourceManager

Wrapper on a TxResourceManager. Called by the TransactionManager to free the XAResource after recovery.

Author:
durieuxp

Constructor Summary
JOTMTransactionResourceManager(TxResourceManager trm)
           
 
Method Summary
 void returnXAResource(String name, XAResource xares)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JOTMTransactionResourceManager

public JOTMTransactionResourceManager(TxResourceManager trm)
Method Detail

returnXAResource

public void returnXAResource(String name,
                             XAResource xares)
Specified by:
returnXAResource in interface org.objectweb.jotm.TransactionResourceManager


Copyright © 2010 OW2 Consortium. All Rights Reserved.