|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IShutdownObserver | |
---|---|
org.apache.jcs.auxiliary.lateral | Root package for the lateral cache family. |
org.apache.jcs.auxiliary.lateral.socket.tcp | |
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. |
org.apache.jcs.utils.discovery |
Uses of IShutdownObserver in org.apache.jcs.auxiliary.lateral |
---|
Classes in org.apache.jcs.auxiliary.lateral that implement IShutdownObserver | |
---|---|
class |
LateralCacheAbstractManager
Creates lateral caches. |
Uses of IShutdownObserver in org.apache.jcs.auxiliary.lateral.socket.tcp |
---|
Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement IShutdownObserver | |
---|---|
class |
LateralTCPCacheManager
Creates lateral caches. |
class |
LateralTCPListener
Listens for connections from other TCP lateral caches and handles them. |
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. |
Uses of IShutdownObserver in org.apache.jcs.utils.discovery |
---|
Classes in org.apache.jcs.utils.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |