|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the links needed by a PersistenceManager: - a CacheManager [ - a ConcurencyManager implementation ] [ - another PersistentManager which has the role of ContextCopyManager] This interface is a Binding Controller weither the Fractal terminology.
Method Summary | |
---|---|
CacheManager |
getCacheManager()
It retrieves the CacheManager used by the PersistenceManager. |
ConcurrencyManager |
getConcurrencyManager()
It retrieves the ConcurrencyManager used by the PersistenceManager. |
PersistenceManager |
getContextCopyManager()
It retrieves the ContextCopyManager used by the PersistenceManager. |
void |
setCacheManager(CacheManager cm)
It assignes the CacheManager used by the PersistenceManager. |
void |
setConcurrencyManager(ConcurrencyManager cm)
It assignes the ConcurrencyManager instance. |
void |
setContextCopyManager(PersistenceManager pm)
It assignes the context copy manager instance. |
Method Detail |
public void setCacheManager(CacheManager cm)
cm
- is the cache.public CacheManager getCacheManager()
public void setContextCopyManager(PersistenceManager pm)
pm
- is the context copy manager.public PersistenceManager getContextCopyManager()
public void setConcurrencyManager(ConcurrencyManager cm)
cm
- is the ConcurrencyManager instance.public ConcurrencyManager getConcurrencyManager()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |