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

Packages that use ProxyManagerFactory
org.objectweb.speedo Speedo architecture overview. 
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.jmx.mbeans   
org.objectweb.speedo.mapper.lib Common components and tools of all mappers. 
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.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.lib   
org.objectweb.speedo.sequence.api   
org.objectweb.speedo.sequence.lib   
 

Uses of ProxyManagerFactory in org.objectweb.speedo
 

Classes in org.objectweb.speedo that implement ProxyManagerFactory
 class Speedo
          This class is a client helper which permits to create a new speedo PersistentManagerFactory.
 

Methods in org.objectweb.speedo that return ProxyManagerFactory
 ProxyManagerFactory Speedo.getPMFComponent()
           
 

Uses of ProxyManagerFactory in org.objectweb.speedo.genclass
 

Constructors in org.objectweb.speedo.genclass with parameters of type ProxyManagerFactory
SpeedoGenClassHome(org.objectweb.jorm.api.PClassMapping _pcm, org.objectweb.perseus.persistence.api.TransactionalPersistenceManager _tpm, ProxyManagerFactory _pmf, java.lang.String p)
           
 

Uses of ProxyManagerFactory in org.objectweb.speedo.jca
 

Fields in org.objectweb.speedo.jca declared as ProxyManagerFactory
protected  ProxyManagerFactory JdoManagedConnectionFactory.pmf
          The factory for managing JDO transaction contexts.
 

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

Constructors in org.objectweb.speedo.jmx.mbeans with parameters of type ProxyManagerFactory
Tx(ProxyManagerFactory pmf, org.objectweb.perseus.dependency.api.DependencyGraph dg)
           
PMF(org.objectweb.perseus.pool.api.PoolAttributes pa, org.objectweb.perseus.pool.api.Pool pool, ProxyManagerFactory pmf, org.objectweb.jorm.api.PMapper mapper, JormFactory jf)
           
Connection(org.objectweb.perseus.pool.api.PoolAttributes pa, org.objectweb.perseus.pool.api.Pool pool, ProxyManagerFactory pmf)
           
Cache(org.objectweb.perseus.cache.api.CacheAttributeController ca, org.objectweb.perseus.cache.api.UnbindManager um, org.objectweb.perseus.cache.api.CacheManager cm, ProxyManagerFactory pmf, JormFactory jf)
           
 

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

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

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

Methods in org.objectweb.speedo.mim.api that return ProxyManagerFactory
 ProxyManagerFactory SpeedoHome.getProxyManagerFactory()
           
 

Methods in org.objectweb.speedo.mim.api with parameters of type ProxyManagerFactory
 void SpeedoHome.setProxyManagerFactory(ProxyManagerFactory _pmf)
          It assignes a PersistenceManagerFactory
 

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

Fields in org.objectweb.speedo.mim.lib declared as ProxyManagerFactory
protected  ProxyManagerFactory SpeedoMemoryInstanceManager.pmf
           
protected  ProxyManagerFactory SpeedoHomeImpl.pmf
           
 

Methods in org.objectweb.speedo.mim.lib that return ProxyManagerFactory
 ProxyManagerFactory SpeedoHomeImpl.getProxyManagerFactory()
           
 

Methods in org.objectweb.speedo.mim.lib with parameters of type ProxyManagerFactory
 void SpeedoHomeImpl.setProxyManagerFactory(ProxyManagerFactory _pmf)
          It assignes a PersistenceManagerFactory
 

Constructors in org.objectweb.speedo.mim.lib with parameters of type ProxyManagerFactory
SpeedoHomeImpl(org.objectweb.perseus.persistence.api.TransactionalPersistenceManager _tpm, ProxyManagerFactory _pmf)
           
 

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

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

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

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

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

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

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

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

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

Classes in org.objectweb.speedo.pm.lib that implement ProxyManagerFactory
 class SpeedoProxyManagerFactory
          The SpeepoProxyManagerFactory is a factory of ProxyManager.
 

Methods in org.objectweb.speedo.pm.lib with parameters of type ProxyManagerFactory
 ProxyManager SpeedoProxyManagerSwitch.lookup(ProxyManagerFactory pmf)
           
 boolean SpeedoProxyManagerSwitch.unbind(ProxyManagerFactory pmf)
           
 

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

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

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

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

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

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