|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
wt.fc.cache.StandardObjReferenceCacheService
Standard Object Reference Cache Service class
Use the newStandardObjReferenceCacheService
static factory
method(s), not the StandardObjReferenceCacheService
constructor,
to construct instances of this class. Instances must be constructed
using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static boolean |
DEBUG
|
private static DebugWriter |
LOG
|
private static String |
RESOURCE
|
Fields inherited from class wt.services.StandardManager |
|
Fields inherited from interface wt.services.Manager |
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE |
Constructor Summary | |
StandardObjReferenceCacheService()
|
Method Summary | |
String |
getConceptualClassname()
Deprecated. |
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. |
static StandardObjReferenceCacheService |
newStandardObjReferenceCacheService()
Default factory for the class. |
protected void |
performStartupProcess()
Dummy method to be overridden by subclasses. |
void |
showCacheState()
method called by the ShowCacheState class, used primarily for debugging purposes, show the current caches contents. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final boolean DEBUG
private static final DebugWriter LOG
Constructor Detail |
public StandardObjReferenceCacheService()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
protected void performStartupProcess() throws ManagerException
performStartupProcess
in class StandardManager
ManagerException
public static StandardObjReferenceCacheService newStandardObjReferenceCacheService() throws WTException
WTException
public Persistable getObject(CachedObjectReference objRef) throws WTException
getObject
in interface ObjectReferenceCache
objRef
-
WTException
public Persistable getReadOnlyObject(CachedObjectReference objRef) throws WTException
getReadOnlyObject
in interface ObjectReferenceCache
objRef
-
WTException
public CachedObjectReference inflate(CachedObjectReference objRef) throws WTException
inflate
in interface ObjectReferenceCache
objRef
-
WTException
public void showCacheState() throws WTException
showCacheState
in interface ObjectReferenceCache
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |