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.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.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
 

Fields in org.objectweb.speedo.genclass declared as ProxyManagerFactory
protected  ProxyManagerFactory GenClass.pmf
          This is field is null when the proxy is not active
 

Methods in org.objectweb.speedo.genclass that return ProxyManagerFactory
 ProxyManagerFactory GenClass.jdoGetProxyManagerFactory()
           
 

Methods in org.objectweb.speedo.genclass with parameters of type ProxyManagerFactory
 void GenClass.jdoSetProxyManagerFactory(ProxyManagerFactory pmf)
           
 

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.mim.api
 

Methods in org.objectweb.speedo.mim.api that return ProxyManagerFactory
 ProxyManagerFactory SpeedoProxy.jdoGetProxyManagerFactory()
           
 

Methods in org.objectweb.speedo.mim.api with parameters of type ProxyManagerFactory
 void SpeedoProxy.jdoSetProxyManagerFactory(ProxyManagerFactory pmf)
          It assignes a ProxyManagerFactory
 

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

Fields in org.objectweb.speedo.mim.lib declared as ProxyManagerFactory
protected  ProxyManagerFactory SpeedoMemoryInstanceManager.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)