org.openejb.ri.sp
Class PseudoTransactionService

java.lang.Object
  extended by org.openejb.ri.sp.PseudoTransactionService
All Implemented Interfaces:
Service, TransactionService

public class PseudoTransactionService
extends java.lang.Object
implements TransactionService


Nested Class Summary
 class PseudoTransactionService.MyTransaction
           
 class PseudoTransactionService.MyTransactionManager
           
 
Constructor Summary
PseudoTransactionService()
           
 
Method Summary
 javax.transaction.TransactionManager getTransactionManager()
           
 void init(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PseudoTransactionService

public PseudoTransactionService()
Method Detail

init

public void init(java.util.Properties props)
Specified by:
init in interface Service

getTransactionManager

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


Copyright © 1999-2011 OpenEJB. All Rights Reserved.