Uses of Class
solar.module.cache.CachedObject

Packages that use CachedObject
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 CachedObject in solar.module.cache
 

Methods in solar.module.cache that return CachedObject
 CachedObject BaseCache.getCachedObject(java.lang.Object objectId)
           
 CachedObject Cache.getCachedObject(java.lang.Object objectId)
          Get the container for an object from the cache.
 

Methods in solar.module.cache with parameters of type CachedObject
private  void BaseCache.notifyObjectExpired(CachedObject co)
           
 void Cache.CacheListener.notifyObjectExpired(CachedObject co)
          Notify when an object has expired from the cache.
 

Uses of CachedObject in solar.service.rmtobj
 

Methods in solar.service.rmtobj with parameters of type CachedObject
 void SolarRemoteObjectService.notifyObjectExpired(CachedObject co)
           
 

Uses of CachedObject in solar.service.routing
 

Methods in solar.service.routing with parameters of type CachedObject
 void ManualRoutingService.notifyObjectExpired(CachedObject co)