org.openejb.corba.services.transaction
Class RemoteTransactionService

java.lang.Object
  |
  +--org.openejb.corba.services.transaction.RemoteTransactionService
All Implemented Interfaces:
Service, TransactionService

public class RemoteTransactionService
extends java.lang.Object
implements TransactionService

This claas is used by OpenEJB to retrieve the transacton manager.


Constructor Summary
RemoteTransactionService()
           
 
Method Summary
 javax.transaction.TransactionManager getTransactionManager()
          Return the transaction manager
 void init(java.util.Properties props)
          Initalization : It creates a new instance of the transaction manager.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTransactionService

public RemoteTransactionService()
Method Detail

getTransactionManager

public javax.transaction.TransactionManager getTransactionManager()
Return the transaction manager
Specified by:
getTransactionManager in interface TransactionService

init

public void init(java.util.Properties props)
          throws java.lang.Exception
Initalization : It creates a new instance of the transaction manager.
Specified by:
init in interface Service