|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Defines a Manager of a set of user caches. It permits to initalizes user caches. Each user cache is identifier by an int value. The particular '-1' value represents no user cache.
| Method Summary | |
|---|---|
boolean |
activeUserCache(java.lang.String cacheName)
Initializes the user cache |
java.util.Collection |
getActiveUserCache()
Retrieves the list of user cache which has been initialized. |
UserCache |
getUserCache(java.util.Collection fieldNames)
Retrieves the name of the user cache which index is exactly composed by some field names. |
UserCache |
getUserCache(int cacheId)
Retrives a user cache |
void |
userCacheEntryUnbound(java.lang.Object oid)
An entry of user cache has been unbound from the real cache. |
| Method Detail |
public UserCache getUserCache(int cacheId)
cacheId - is the identifier of the asked user cache
public UserCache getUserCache(java.util.Collection fieldNames)
fieldNames - is the collection of field names (String). The order of
the collection is not important here.
public java.util.Collection getActiveUserCache()
public void userCacheEntryUnbound(java.lang.Object oid)
oid - is the identifier of the persistent object to unbindpublic boolean activeUserCache(java.lang.String cacheName)
cacheName - is the name of the user cache to initialize
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||