|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This represents the cache syncing interface for sending out notifications to other servers to remove an object from their cache. Not all classes have to implement everything... for example, Multicast CacheSync would ignore port, protocol, etc.
| Method Summary | |
void |
destroy()
Used for closing out any resources by whatever class is implementing the cache sync interface |
void |
notifyRemote(CacheSyncMessage message)
The guts of the notification engine, may be blocking or non-blocking depending on the implementation. |
| Method Detail |
public void notifyRemote(CacheSyncMessage message)
throws CacheException
message - the CacheSyncMessage that is used for parameters for the
remote notification
CacheException - upon errorpublic void destroy()
|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||