Uses of Interface
org.objectweb.speedo.pm.api.POManagerItf

Packages that use POManagerItf
org.objectweb.speedo Speedo architecture overview. 
org.objectweb.speedo.genclass The management of generic persistent class (Collection, Set, Map). 
org.objectweb.speedo.genclass.collection Speedo implementations of generic classes associated to the Collection type (Collection, Set, List, ArrayList, HashSet, Vector). 
org.objectweb.speedo.genclass.map Speedo implementations of generic classes associated to the Map type (Map, HashMap, Hashtable, Properties). 
org.objectweb.speedo.jca The JCA connector for integrating Speedo into a J2EE application server. 
org.objectweb.speedo.mim.api Speedo internal API for the management of persistent classes (status, state, eg). 
org.objectweb.speedo.mim.lib   
org.objectweb.speedo.pm.api   
org.objectweb.speedo.pm.ejb.api   
org.objectweb.speedo.pm.ejb.lib   
org.objectweb.speedo.pm.jdo.api   
org.objectweb.speedo.pm.jdo.lib   
org.objectweb.speedo.pm.lib   
org.objectweb.speedo.query.api   
org.objectweb.speedo.query.ejb   
org.objectweb.speedo.query.jdo   
org.objectweb.speedo.workingset.api   
org.objectweb.speedo.workingset.lib   
 

Uses of POManagerItf in org.objectweb.speedo
 

Methods in org.objectweb.speedo that return POManagerItf
 POManagerItf AbstractSpeedo.getPOManager()
           
 POManagerItf AbstractSpeedo.lookup()
           
 

Methods in org.objectweb.speedo with parameters of type POManagerItf
 void AbstractSpeedo.bindPM2Thread(POManagerItf pm)
           
 void AbstractSpeedo.poManagerClosed(POManagerItf pr)
           
 

Uses of POManagerItf in org.objectweb.speedo.genclass
 

Fields in org.objectweb.speedo.genclass declared as POManagerItf
protected  POManagerItf PIndexedElemIterator.pm
          is the persistence manager used to resolve the PName into reference.
 

Methods in org.objectweb.speedo.genclass that return POManagerItf
 POManagerItf GenClass.speedoGetPOManager()
           
 

Methods in org.objectweb.speedo.genclass with parameters of type POManagerItf
abstract  void GenClassAccessor.attachCopy(POManagerItf pm, java.util.Map map, StateItf fieldsClone)
           
abstract  void GenClassAccessor.deletePersistent(POManagerItf pm)
           
abstract  void GenClassAccessor.detachCopy(POManagerItf pm, java.util.Map map, StateItf fieldsClone, java.util.Collection fgHints)
           
 java.lang.Object GenClassElement.getElement(POManagerItf pm)
           
 void GenClassAccessor.loadFields(POManagerItf pm, long[] fields)
           
abstract  void GenClassAccessor.makePersistent(POManagerItf pm)
           
 void AbstractGenClassHome.makePersistent(POManagerItf pm, java.util.Iterator it, SpeedoGenClassPO thepo, java.util.Map map)
           
 void AbstractGenClassHome.makePersistent(POManagerItf pm, PersistentObjectItf sp, SpeedoGenClassPO thepo, java.util.Map map)
           
abstract  void GenClassAccessor.makePersistentOnAttach(POManagerItf pm, java.util.Map map)
           
abstract  void GenClassAccessor.refresh(POManagerItf pm, java.util.Map map, java.util.Collection fgHints)
           
abstract  void GenClassAccessor.retrieve(POManagerItf pm, java.util.Map map, java.util.Collection fgHints)
           
 

Constructors in org.objectweb.speedo.genclass with parameters of type POManagerItf
PIndexedElemIterator(java.util.Collection _elements, StateItf _sa, POManagerItf pm, org.objectweb.util.monolog.api.Logger l)
           
 

Uses of POManagerItf in org.objectweb.speedo.genclass.collection
 

Methods in org.objectweb.speedo.genclass.collection with parameters of type POManagerItf
 void CollectionAccessor.attachCopy(POManagerItf pm, java.util.Map map, StateItf fieldsClone)
           
 void ListAccessor.attachCopy(POManagerItf pm, java.util.Map map, StateItf fieldsClone)
           
 void CollectionAccessor.deletePersistent(POManagerItf pm)
           
 void CollectionAccessor.detachCopy(POManagerItf pm, java.util.Map map, StateItf fieldsClone, java.util.Collection fgHints)
           
 java.lang.Object CollectionElem.getElement(POManagerItf pm)
           
 void CollectionAccessor.makePersistent(POManagerItf pm)
           
 void CollectionAccessor.makePersistentOnAttach(POManagerItf pm, java.util.Map map)
           
 void CollectionAccessor.refresh(POManagerItf pm, java.util.Map map, java.util.Collection fgHints)
           
 void CollectionAccessor.retrieve(POManagerItf pm, java.util.Map map, java.util.Collection fgHints)
           
 

Constructors in org.objectweb.speedo.genclass.collection with parameters of type POManagerItf
ListIteratorImpl(java.util.Collection _elements, StateItf _sa, POManagerItf pm, org.objectweb.util.monolog.api.Logger l)
           
 

Uses of POManagerItf in org.objectweb.speedo.genclass.map
 

Methods in org.objectweb.speedo.genclass.map with parameters of type POManagerItf
 void MapAccessor.attachCopy(POManagerItf pm, java.util.Map attachCtx, StateItf fieldsClone)
           
 void MapAccessor.deletePersistent(POManagerItf pm)
           
 void MapAccessor.detachCopy(POManagerItf pm, java.util.Map detachCtx, StateItf fieldsClone, java.util.Collection fgHints)
           
 void MapAccessor.makePersistent(POManagerItf pm)
           
 void MapAccessor.makePersistentOnAttach(POManagerItf pm, java.util.Map map)
           
 void MapAccessor.refresh(POManagerItf pm, java.util.Map refreshCtx, java.util.Collection fgHints)
           
 void MapAccessor.retrieve(POManagerItf pm, java.util.Map retrieveCtx, java.util.Collection fgHints)
           
 

Uses of POManagerItf in org.objectweb.speedo.jca
 

Fields in org.objectweb.speedo.jca declared as POManagerItf
 POManagerItf SpeedoXAContext.pm
          Is the POManagerItf to use in the SpeedoXAContext (~transaction)
 

Methods in org.objectweb.speedo.jca that return POManagerItf
 POManagerItf SpeedoManagedConnection.getPOManager()
          Retrieves the right POManagerItf in according the managed connection state (in a local transaction, in a XA transaction or out of transaction)
 

Uses of POManagerItf in org.objectweb.speedo.mim.api
 

Methods in org.objectweb.speedo.mim.api that return POManagerItf
 POManagerItf PersistentObjectItf.speedoGetPOManager()
           
 

Methods in org.objectweb.speedo.mim.api with parameters of type POManagerItf
 void HomeItf.attachCopy(PersistentObjectItf sp, POManagerItf pm, java.util.Map map, java.lang.Object clone, StateItf sa)
           
 void StateItf.attachCopy(POManagerItf pm, java.util.Map map, StateItf detached)
          This method is used during the attach operation.
 void StateItf.deletePersistent(POManagerItf pm)
          Deletes persistent all inner elements of the persistent instance.
 PersistentObjectItf HomeItf.detachCopy(PersistentObjectItf sp, POManagerItf pm, java.util.Map map, java.lang.Object clone, java.util.Collection fgHints)
           
 void StateItf.detachCopy(POManagerItf pm, java.util.Map map, StateItf clone, java.util.Collection fgHints)
          This method is used during the detach operation.
 void StateItf.loadFields(POManagerItf pm, long[] fields)
          Askes the loading of the some fields identified by the long array.
 void StateItf.makePersistent(POManagerItf pm)
          Makes persistent all inner elements of the persistent instance.
 void StateItf.makePersistentOnAttach(POManagerItf pm, java.util.Map map)
          makes persistent on attach, taking into account the map representing the attch context.
 void StateItf.refresh(POManagerItf pm, java.util.Map map, java.util.Collection fgHints)
          This method is used during the refresh operation.
 void StateItf.retrieve(POManagerItf pm, java.util.Map map, java.util.Collection fgHints)
          This method is used during the retrieve operation.
 

Uses of POManagerItf in org.objectweb.speedo.mim.lib
 

Methods in org.objectweb.speedo.mim.lib with parameters of type POManagerItf
 void AbstractHomeImpl.attachCopy(PersistentObjectItf sp, POManagerItf pm, java.util.Map map, java.lang.Object clone, StateItf sa)
           
 PersistentObjectItf AbstractHomeImpl.detachCopy(PersistentObjectItf sp, POManagerItf pm, java.util.Map map, java.lang.Object clone, java.util.Collection fgHints)
           
 

Uses of POManagerItf in org.objectweb.speedo.pm.api
 

Methods in org.objectweb.speedo.pm.api that return POManagerItf
 POManagerItf POManagerFactoryItf.getPOManager()
           
 POManagerItf POManagerFactoryItf.lookup()
          Finds in the associated POManagerSwitchItf a POManagerItf managed by the POManagerFactoryItf.
 POManagerItf POManagerSwitchItf.lookup(POManagerFactoryItf pmf)
           
 

Methods in org.objectweb.speedo.pm.api with parameters of type POManagerItf
 void POManagerSwitchItf.bind(POManagerItf pm)
          It assignes a POManagerItf to the current context.
 void POManagerFactoryItf.bindPM2Thread(POManagerItf pm)
          Ask to the PMS to bind a particular PM to the Thread.
 void POManagerFactoryItf.poManagerClosed(POManagerItf pr)
          Indicates when a PM has been closed.
 boolean POManagerSwitchItf.unbind(POManagerItf pm)
          It clears a POManagerItf for the current context.
 

Uses of POManagerItf in org.objectweb.speedo.pm.ejb.api
 

Subinterfaces of POManagerItf in org.objectweb.speedo.pm.ejb.api
 interface EJBPOManagerItf
          Is a specialization of the generic POManagerItf dedicated for the EJB3 API.
 

Uses of POManagerItf in org.objectweb.speedo.pm.ejb.lib
 

Classes in org.objectweb.speedo.pm.ejb.lib that implement POManagerItf
 class EJBPOManager
          TODO: runtimeException thrown by the methods will cause the current transaction to rollback
 

Methods in org.objectweb.speedo.pm.ejb.lib that return POManagerItf
 POManagerItf EJBPOManagerFactory.getPOManager()
           
 

Uses of POManagerItf in org.objectweb.speedo.pm.jdo.api
 

Subinterfaces of POManagerItf in org.objectweb.speedo.pm.jdo.api
 interface JDOPOManagerItf
          Is a specialization of the generic POManagerItf dedicated for the JDO API.
 

Uses of POManagerItf in org.objectweb.speedo.pm.jdo.lib
 

Classes in org.objectweb.speedo.pm.jdo.lib that implement POManagerItf
 class JDOPOManager
          Is a fractal component exporting the POManagerItf interface.
 

Methods in org.objectweb.speedo.pm.jdo.lib that return POManagerItf
 POManagerItf JDOPOManagerFactory.getPOManager()
           
 

Uses of POManagerItf in org.objectweb.speedo.pm.lib
 

Classes in org.objectweb.speedo.pm.lib that implement POManagerItf
 class AbstractPOManager
           
 

Fields in org.objectweb.speedo.pm.lib declared as POManagerItf
protected  POManagerItf AbstractPOManager.thisPM
          The fractal reference to this
 

Methods in org.objectweb.speedo.pm.lib that return POManagerItf
 POManagerItf AbstractPOManagerFactory.lookup()
           
 POManagerItf POManagerSwitchImpl.lookup(POManagerFactoryItf pmf)
           
 

Methods in org.objectweb.speedo.pm.lib with parameters of type POManagerItf
 void POManagerSwitchImpl.bind(POManagerItf pm)
          It assignes a POManagerItf to the current context.
 void AbstractPOManagerFactory.bindPM2Thread(POManagerItf pm)
           
 void AbstractPOManagerFactory.poManagerClosed(POManagerItf pr)
           
 boolean POManagerSwitchImpl.unbind(POManagerItf pm)
          It clears a POManagerItf for the current context.
 

Uses of POManagerItf in org.objectweb.speedo.query.api
 

Methods in org.objectweb.speedo.query.api with parameters of type POManagerItf
 java.lang.Object CompiledQuery.execute(java.util.Map parameters, POManagerItf pm, QueryDefinition qd)
           
 java.lang.Object CompiledQuery.execute(java.lang.Object[] parameters, POManagerItf pm, QueryDefinition qd)
          Executes the compiled query.
 

Uses of POManagerItf in org.objectweb.speedo.query.ejb
 

Methods in org.objectweb.speedo.query.ejb with parameters of type POManagerItf
 java.lang.Object EJBCompiledQuery.execute(java.util.Map parameters, POManagerItf pm, QueryDefinition qd)
           
 java.lang.Object EJBCompiledQuery.execute(java.lang.Object[] parameters, POManagerItf pm, QueryDefinition qd)
           
 void EJBQuery.setPOManager(POManagerItf apm)
           
 

Uses of POManagerItf in org.objectweb.speedo.query.jdo
 

Methods in org.objectweb.speedo.query.jdo with parameters of type POManagerItf
 java.lang.Object JDOAbstractCompiledQuery.execute(java.util.Map m, POManagerItf pm, QueryDefinition userqd)
          evaluate the query with a single parameter which is a Map of object parameters.
 java.lang.Object JDOAbstractCompiledQuery.execute(java.lang.Object[] a, POManagerItf pm, QueryDefinition userqd)
          evaluate the query with a single parameter which is a array of object parameters.
 

Uses of POManagerItf in org.objectweb.speedo.workingset.api
 

Methods in org.objectweb.speedo.workingset.api that return POManagerItf
 POManagerItf TransactionItf.getPOManager()
           
 

Uses of POManagerItf in org.objectweb.speedo.workingset.lib
 

Fields in org.objectweb.speedo.workingset.lib declared as POManagerItf
protected  POManagerItf AbstractTransaction.pm
          Is the linked po manager.
 

Methods in org.objectweb.speedo.workingset.lib that return POManagerItf
 POManagerItf AbstractTransaction.getPOManager()