|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache.CacheListener | |
solar.module.cache | Contains the caching module. |
solar.service.rmtobj | Contains the service to monitor the liveness of and communicate with remote objects. |
solar.service.routing | Contains the data routing service, currently not used by Solar. |
Uses of Cache.CacheListener in solar.module.cache |
Methods in solar.module.cache with parameters of type Cache.CacheListener | |
void |
BaseCache.addListener(Cache.CacheListener lis)
|
void |
BaseCache.removeListener(Cache.CacheListener lis)
|
void |
Cache.addListener(Cache.CacheListener lis)
Add a listener to the cache. |
void |
Cache.removeListener(Cache.CacheListener lis)
Remove a listener from the cache. |
Uses of Cache.CacheListener in solar.service.rmtobj |
Classes in solar.service.rmtobj that implement Cache.CacheListener | |
class |
SolarRemoteObjectService
This RemoteObjectService uses a softstate protocol to monitoring remote object and uses RPC service to invoke request. |
Uses of Cache.CacheListener in solar.service.routing |
Classes in solar.service.routing that implement Cache.CacheListener | |
class |
DirectRoutingService
The direct routing service uses same routing contruction as ManualRoutingService, only to gain knowledge of all live hosts. |
class |
ManualRoutingService
The routing table is manually setup as the overlay network is being constructed. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |