|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteObjectCache
Method Summary | |
---|---|
void |
addObjectCacheListener(CentraSiteObjectCacheListener ocl)
Registers an object cache listener for being notified from this object cache. |
void |
clear()
Removes all entries from the object cache. |
java.util.Collection |
getAllCachedObjects()
Return the collection of all objects that are currently cached. |
void |
remove(javax.xml.registry.infomodel.RegistryObject obj)
Remove keys of given registry object and all dependent objects from object cache. |
void |
removeObjectCacheListener(CentraSiteObjectCacheListener ocl)
Removes a listener from this object cache. |
Method Detail |
---|
java.util.Collection getAllCachedObjects()
void clear()
void remove(javax.xml.registry.infomodel.RegistryObject obj) throws javax.xml.registry.JAXRException
obj
- object to be removed from cache (with all its dependent
objects)
javax.xml.registry.JAXRException
void addObjectCacheListener(CentraSiteObjectCacheListener ocl)
ocl
- object implementing the listener interfacevoid removeObjectCacheListener(CentraSiteObjectCacheListener ocl)
ocl
- object implementing the listener interface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |