|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectReferenceCache defines the remotely
invokeable method for the StandardObjCacheService.
Supported API: false
Extendable: false
Method Summary | |
Persistable |
getObject(CachedObjectReference objRef)
getObject will return a clone of the cached object from the Cache Service after checking access control. |
Persistable |
getReadOnlyObject(CachedObjectReference objRef)
when Invoked on the server side getReadOnlyObject will return a reference to tha actual cached object. |
CachedObjectReference |
inflate(CachedObjectReference objRef)
method used to inflate Cached Object References for client side attribute display and access. |
void |
showCacheState()
method called by the ShowCacheState class, used primarily for debugging purposes, show the current caches contents. |
Method Detail |
public Persistable getObject(CachedObjectReference objRef) throws WTException
objRef
-
WTException
public Persistable getReadOnlyObject(CachedObjectReference objRef) throws WTException
objRef
-
WTException
public CachedObjectReference inflate(CachedObjectReference objRef) throws WTException
objRef
-
WTException
public void showCacheState() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |