org.openejb.corba.services.transaction
Class TransactionService

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

public class TransactionService
extends java.lang.Object
implements TransactionService

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


Constructor Summary
TransactionService()
           
 
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

TransactionService

public TransactionService()
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