Uses of Interface
org.objectweb.speedo.api.ProxyManagerSwitch

Packages that use ProxyManagerSwitch
org.objectweb.speedo.api   
org.objectweb.speedo.runtime   
org.objectweb.speedo.runtime.genclass   
 

Uses of ProxyManagerSwitch in org.objectweb.speedo.api
 

Methods in org.objectweb.speedo.api that return ProxyManagerSwitch
 ProxyManagerSwitch SpeedoProxy.jdoGetPersistenceManagerSwitch()
           
 

Methods in org.objectweb.speedo.api with parameters of type ProxyManagerSwitch
 void SpeedoProxy.jdoSetPersistenceManagerSwitch(ProxyManagerSwitch pms)
          It assignes the ProxyManager switch which will permit to find the ProxyManager which manages the proxy in a given context(thread)
 

Uses of ProxyManagerSwitch in org.objectweb.speedo.runtime
 

Classes in org.objectweb.speedo.runtime that implement ProxyManagerSwitch
 class SpeedoProxyManagerSwitch
          This class is an implementation of the ProxyManagerSwitch based on the use of a ThreadLocal field.
 

Uses of ProxyManagerSwitch in org.objectweb.speedo.runtime.genclass
 

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

Methods in org.objectweb.speedo.runtime.genclass that return ProxyManagerSwitch
 ProxyManagerSwitch GenClass.jdoGetPersistenceManagerSwitch()
           
 

Methods in org.objectweb.speedo.runtime.genclass with parameters of type ProxyManagerSwitch
 void GenClass.jdoSetPersistenceManagerSwitch(ProxyManagerSwitch pms)