SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.ee
Class EEFactoryHelper

java.lang.Object
  |
  +--com.solarmetric.kodo.ee.EEFactoryHelper
All Implemented Interfaces:
Serializable

public class EEFactoryHelper
extends Object
implements Serializable

Helper for PersistenceManagerFactorys working in managed environments.

See Also:
Serialized Form

Constructor Summary
EEFactoryHelper(EEConfiguration config)
          Constructor.
 
Method Summary
 PersistenceManagerImpl findPersistenceManager(String user, String pass)
          Returns the PersistenceManager associated with the current global Transaction, or null if none.
 EEConfiguration getConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EEFactoryHelper

public EEFactoryHelper(EEConfiguration config)
Constructor.
Method Detail

getConfiguration

public EEConfiguration getConfiguration()

findPersistenceManager

public PersistenceManagerImpl findPersistenceManager(String user,
                                                     String pass)
Returns the PersistenceManager associated with the current global Transaction, or null if none. Factories should first delegate to this function from their findPersistenceManager method.

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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