|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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 |
Constructors in org.objectweb.speedo.genclass with parameters of type ProxyManagerFactory | |
SpeedoGenClassHome(PClassMapping _pcm,
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.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(TransactionalPersistenceManager _tpm,
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |