SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

kodo.ee
Class WLSManagedRuntime

java.lang.Object
  |
  +--kodo.ee.WLSManagedRuntime
All Implemented Interfaces:
ManagedRuntime

public class WLSManagedRuntime
extends Object
implements ManagedRuntime

ManagedRuntime implementation that directly accesses the transaction manager via WebLogic Server helper classes.


Constructor Summary
WLSManagedRuntime()
           
 
Method Summary
 TransactionManager getTransactionManager()
          Return the TransactionManager for the managed runtime.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WLSManagedRuntime

public WLSManagedRuntime()
                  throws ClassNotFoundException,
                         NoSuchMethodException
Method Detail

getTransactionManager

public TransactionManager getTransactionManager()
                                         throws Exception
Description copied from interface: ManagedRuntime
Return the TransactionManager for the managed runtime. This manager is used to register synchronization listeners, to map transactional PersistenceManagers to the current transaction, and possibly to enlist XA resources.
Specified by:
getTransactionManager in interface ManagedRuntime

SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.