|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IShutdownObserver | |
---|---|
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery | |
org.apache.jcs.auxiliary.remote | Root package for the remote auxiliary cache. |
org.apache.jcs.auxiliary.remote.http.client | |
org.apache.jcs.engine.behavior | Interfaces used by the core and the auxiliary caches. |
org.apache.jcs.engine.control | The primary cache classes and the hub. |
Uses of IShutdownObserver in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery |
---|
Classes in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery that implement IShutdownObserver | |
---|---|
class |
UDPDiscoveryReceiver
Receives UDP Discovery messages. |
class |
UDPDiscoveryService
This service creates a listener that can create lateral caches and add them to the no wait list. |
Uses of IShutdownObserver in org.apache.jcs.auxiliary.remote |
---|
Classes in org.apache.jcs.auxiliary.remote that implement IShutdownObserver | |
---|---|
class |
RemoteCacheManager
An instance of RemoteCacheManager corresponds to one remote connection of a specific host and port. |
Uses of IShutdownObserver in org.apache.jcs.auxiliary.remote.http.client |
---|
Classes in org.apache.jcs.auxiliary.remote.http.client that implement IShutdownObserver | |
---|---|
class |
RemoteHttpCacheManager
This is a very crude copy of the RMI remote manager. |
Uses of IShutdownObserver in org.apache.jcs.engine.behavior |
---|
Methods in org.apache.jcs.engine.behavior with parameters of type IShutdownObserver | |
---|---|
void |
IShutdownObservable.deregisterShutdownObserver(IShutdownObserver observer)
Deregisters the observer with the observable. |
void |
IShutdownObservable.registerShutdownObserver(IShutdownObserver observer)
Registers an observer with the observable object. |
Uses of IShutdownObserver in org.apache.jcs.engine.control |
---|
Methods in org.apache.jcs.engine.control with parameters of type IShutdownObserver | |
---|---|
void |
CompositeCacheManager.deregisterShutdownObserver(IShutdownObserver observer)
|
void |
CompositeCacheManager.registerShutdownObserver(IShutdownObserver observer)
Perhaps the composite cache itself should be the observable object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |