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

Packages that use POManagerFactoryItf
org.objectweb.speedo Speedo architecture overview. 
org.objectweb.speedo.ejb Classes specific to the EJB personality. 
org.objectweb.speedo.genclass The management of generic persistent class (Collection, Set, Map). 
org.objectweb.speedo.jca The JCA connector for integrating Speedo into a J2EE application server. 
org.objectweb.speedo.jdo Classes specific to the JDO personality. 
org.objectweb.speedo.jmx.mbeans   
org.objectweb.speedo.mapper.api API of a Jorm mapper used in Speedo. 
org.objectweb.speedo.mapper.lib Common components and tools of all mappers. 
org.objectweb.speedo.mapper.rdb The Rdb (relational database) mapper definition 
org.objectweb.speedo.mim.api Speedo internal API for the management of persistent classes (status, state, eg). 
org.objectweb.speedo.mim.ejb.lib   
org.objectweb.speedo.mim.jdo.lib   
org.objectweb.speedo.mim.lib   
org.objectweb.speedo.naming.api Speedo internal API permiting to define the persistent object naming (identifier). 
org.objectweb.speedo.naming.lib Implementation of several naming. 
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.lib   
org.objectweb.speedo.sequence.api   
org.objectweb.speedo.sequence.lib   
 

Uses of POManagerFactoryItf in org.objectweb.speedo
 

Classes in org.objectweb.speedo that implement POManagerFactoryItf
 class AbstractSpeedo
          This class is a client helper which permits to create a new speedo instance.
 

Fields in org.objectweb.speedo declared as POManagerFactoryItf
protected  POManagerFactoryItf AbstractSpeedo.delegate
          The persistence manager factory delegate
 

Methods in org.objectweb.speedo that return POManagerFactoryItf
 POManagerFactoryItf AbstractSpeedo.getDelegate()
           
 POManagerFactoryItf AbstractSpeedo.getPMFComponent()
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.ejb
 

Classes in org.objectweb.speedo.ejb that implement POManagerFactoryItf
 class EJBSpeedo
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.genclass
 

Methods in org.objectweb.speedo.genclass with parameters of type POManagerFactoryItf
 void AbstractGenClassHome.init(org.objectweb.jorm.api.PClassMapping _pcm, TransactionalPersistenceManager _tpm, POManagerFactoryItf _pmf, java.lang.String p)
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.jca
 

Fields in org.objectweb.speedo.jca declared as POManagerFactoryItf
 POManagerFactoryItf SpeedoManagedConnectionFactory.pmf
          The factory for managing JDO transaction contexts.
 

Uses of POManagerFactoryItf in org.objectweb.speedo.jdo
 

Classes in org.objectweb.speedo.jdo that implement POManagerFactoryItf
 class JDOSpeedo
          This class is a client helper which permits to create a new speedo instance.
 

Uses of POManagerFactoryItf in org.objectweb.speedo.jmx.mbeans
 

Constructors in org.objectweb.speedo.jmx.mbeans with parameters of type POManagerFactoryItf
Connection(PoolAttributes pa, Pool pool, POManagerFactoryItf pmf)
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.mapper.api
 

Methods in org.objectweb.speedo.mapper.api with parameters of type POManagerFactoryItf
 java.lang.Object ConnectionSpecFactory.getConnectionSpec(POManagerFactoryItf pmf, java.lang.String user, java.lang.String password)
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.mapper.lib
 

Fields in org.objectweb.speedo.mapper.lib declared as POManagerFactoryItf
protected  POManagerFactoryItf BasicJormFactory.pmf
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.mapper.rdb
 

Methods in org.objectweb.speedo.mapper.rdb with parameters of type POManagerFactoryItf
 java.lang.Object JdbcConnectionSpecFactory.getConnectionSpec(POManagerFactoryItf pmf, java.lang.String user, java.lang.String password)
           
 

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

Methods in org.objectweb.speedo.mim.api that return POManagerFactoryItf
 POManagerFactoryItf HomeItf.getPOManagerFactory()
           
 

Methods in org.objectweb.speedo.mim.api with parameters of type POManagerFactoryItf
 void HomeItf.setPOManagerFactory(POManagerFactoryItf _pmf)
          It assignes a PersistenceManagerFactory
 

Uses of POManagerFactoryItf in org.objectweb.speedo.mim.ejb.lib
 

Constructors in org.objectweb.speedo.mim.ejb.lib with parameters of type POManagerFactoryItf
EJBAbstractHomeImpl(TransactionalPersistenceManager atpm, POManagerFactoryItf apmf)
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.mim.jdo.lib
 

Constructors in org.objectweb.speedo.mim.jdo.lib with parameters of type POManagerFactoryItf
JDOAbstractHomeImpl(TransactionalPersistenceManager atpm, POManagerFactoryItf apmf)
           
 

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

Fields in org.objectweb.speedo.mim.lib declared as POManagerFactoryItf
protected  POManagerFactoryItf AbstractHomeImpl.pmf
           
 

Methods in org.objectweb.speedo.mim.lib that return POManagerFactoryItf
 POManagerFactoryItf AbstractHomeImpl.getPOManagerFactory()
           
 

Methods in org.objectweb.speedo.mim.lib with parameters of type POManagerFactoryItf
 void AbstractHomeImpl.setPOManagerFactory(POManagerFactoryItf _pmf)
          It assignes a PersistenceManagerFactory
 

Constructors in org.objectweb.speedo.mim.lib with parameters of type POManagerFactoryItf
AbstractHomeImpl(TransactionalPersistenceManager _tpm, POManagerFactoryItf _pmf)
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.naming.api
 

Methods in org.objectweb.speedo.naming.api with parameters of type POManagerFactoryItf
 void NamingManager.setPmf(POManagerFactoryItf pmf)
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.naming.lib
 

Fields in org.objectweb.speedo.naming.lib declared as POManagerFactoryItf
protected  POManagerFactoryItf NamingManagerHelper.pmf
           
 

Methods in org.objectweb.speedo.naming.lib that return POManagerFactoryItf
 POManagerFactoryItf NamingManagerFactory.getPmf()
           
 

Methods in org.objectweb.speedo.naming.lib with parameters of type POManagerFactoryItf
 void PolymorphIdNamingManager.setPmf(POManagerFactoryItf pmf)
           
 void NamingManagerHelper.setPmf(POManagerFactoryItf pmf)
           
 void CommonLongIdNamingManager.setPmf(POManagerFactoryItf pmf)
           
 void NamingManagerFactory.setPmf(POManagerFactoryItf pmf)
           
 

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

Methods in org.objectweb.speedo.pm.api that return POManagerFactoryItf
 POManagerFactoryItf POManagerItf.getPOManagerFactory()
           
 

Methods in org.objectweb.speedo.pm.api with parameters of type POManagerFactoryItf
 POManagerItf POManagerSwitchItf.lookup(POManagerFactoryItf pmf)
           
 boolean POManagerSwitchItf.unbind(POManagerFactoryItf pmf)
          It clears the POManagerItf associated to a POManagerFactoryItf for the current context
 

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

Subinterfaces of POManagerFactoryItf in org.objectweb.speedo.pm.ejb.api
 interface EJBPOManagerFactoryItf
          Is a specialization of the generic POManagerFactoryItf dedicated for the EJB API.
 

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

Classes in org.objectweb.speedo.pm.ejb.lib that implement POManagerFactoryItf
 class EJBPOManagerFactory
          is the POManager factory dedicated to EJB.
 

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

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

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

Classes in org.objectweb.speedo.pm.jdo.lib that implement POManagerFactoryItf
 class JDOPOManagerFactory
          The JDOPOManagerFactory is a factory of JDOPOManagerItf.
 

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

Classes in org.objectweb.speedo.pm.lib that implement POManagerFactoryItf
 class AbstractPOManagerFactory
          Is a factory of POManagerItf.
 

Fields in org.objectweb.speedo.pm.lib declared as POManagerFactoryItf
protected  POManagerFactoryItf AbstractPOManager.pmf
          The POManagedFactory managing this POManagerItf
 

Methods in org.objectweb.speedo.pm.lib that return POManagerFactoryItf
 POManagerFactoryItf AbstractPOManager.getPOManagerFactory()
           
protected  POManagerFactoryItf AbstractPOManagerFactory.getThis()
           
 

Methods in org.objectweb.speedo.pm.lib with parameters of type POManagerFactoryItf
 POManagerItf POManagerSwitchImpl.lookup(POManagerFactoryItf pmf)
           
 boolean POManagerSwitchImpl.unbind(POManagerFactoryItf pmf)
           
 

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

Methods in org.objectweb.speedo.query.api that return POManagerFactoryItf
 POManagerFactoryItf QueryManager.getPMF()
           
 

Methods in org.objectweb.speedo.query.api with parameters of type POManagerFactoryItf
 void QueryManager.setPMF(POManagerFactoryItf pmf)
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.query.lib
 

Methods in org.objectweb.speedo.query.lib that return POManagerFactoryItf
 POManagerFactoryItf SpeedoQueryManager.getPMF()
           
 

Methods in org.objectweb.speedo.query.lib with parameters of type POManagerFactoryItf
 void SpeedoQueryManager.setPMF(POManagerFactoryItf pmf)
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.sequence.api
 

Methods in org.objectweb.speedo.sequence.api that return POManagerFactoryItf
 POManagerFactoryItf SequenceManager.getPMF()
           
 

Methods in org.objectweb.speedo.sequence.api with parameters of type POManagerFactoryItf
 void SequenceManager.setPMF(POManagerFactoryItf pmf)
           
 

Uses of POManagerFactoryItf in org.objectweb.speedo.sequence.lib
 

Methods in org.objectweb.speedo.sequence.lib that return POManagerFactoryItf
 POManagerFactoryItf SpeedoSequenceManager.getPMF()
           
 

Methods in org.objectweb.speedo.sequence.lib with parameters of type POManagerFactoryItf
 void SpeedoSequenceManager.setPMF(POManagerFactoryItf pmf)