|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
It manages proxy manager instances.
Nested Class Summary |
---|
Nested classes inherited from class javax.jdo.datastore.DataStoreCache |
---|
javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache |
Method Summary | |
---|---|
void |
bindPM2Thread(ProxyManager pm)
Ask to the PMS to bind a particular PM to the Thread. |
SequenceManager |
getSequenceManager()
Get the sequence manager associated to the pmf. |
ProxyManager |
lookup()
Finds in the associated ProxyManagerSwitch a ProxyManager managed by the ProxyManagerFactory. |
void |
proxyManagerClosed(ProxyManager pr)
Indicates when a PM has been closed. |
void |
setSequenceManager(SequenceManager sequenceManager)
Set the sequence manager. |
void |
unbindPM()
It call pms.unbind(this) in order to unbind a ProxyManager managed by this ProxyManagerFactory, from the thread. |
Methods inherited from interface javax.jdo.PersistenceManagerFactory |
---|
addInstanceLifecycleListener, close, getConnectionDriverName, getConnectionFactory, getConnectionFactory2, getConnectionFactory2Name, getConnectionFactoryName, getConnectionURL, getConnectionUserName, getDataStoreCache, getIgnoreCache, getMapping, getMultithreaded, getNontransactionalRead, getNontransactionalWrite, getOptimistic, getPersistenceManager, getPersistenceManager, getProperties, getRestoreValues, getRetainValues, isClosed, removeInstanceLifecycleListener, setConnectionDriverName, setConnectionFactory, setConnectionFactory2, setConnectionFactory2Name, setConnectionFactoryName, setConnectionPassword, setConnectionURL, setConnectionUserName, setIgnoreCache, setMapping, setMultithreaded, setNontransactionalRead, setNontransactionalWrite, setOptimistic, setRestoreValues, setRetainValues, supportedOptions |
Methods inherited from interface javax.jdo.datastore.DataStoreCache |
---|
evict, evictAll, evictAll, evictAll, evictAll, pin, pinAll, pinAll, pinAll, unpin, unpinAll, unpinAll, unpinAll |
Method Detail |
public ProxyManager lookup()
public void unbindPM()
public void bindPM2Thread(ProxyManager pm)
pm
- public void proxyManagerClosed(ProxyManager pr)
pr
- the closed PM.public SequenceManager getSequenceManager()
public void setSequenceManager(SequenceManager sequenceManager)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |