|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GMSCacheable | |
---|---|
com.sun.enterprise.ee.cms.core | Shoal GMS's core client API |
com.sun.enterprise.ee.cms.impl.common | |
com.sun.enterprise.ee.cms.impl.jxta |
Uses of GMSCacheable in com.sun.enterprise.ee.cms.core |
---|
Methods in com.sun.enterprise.ee.cms.core that return types with arguments of type GMSCacheable | |
---|---|
Map<GMSCacheable,Object> |
DistributedStateCache.getFromCache(Object key)
returns a Map containing entries that are in the DSC where either the componentName or the memberToken or the key is the same as the key specified in the argument. |
Uses of GMSCacheable in com.sun.enterprise.ee.cms.impl.common |
---|
Methods in com.sun.enterprise.ee.cms.impl.common that return GMSCacheable | |
---|---|
GMSCacheable |
DSCMessage.getKey()
|
Methods in com.sun.enterprise.ee.cms.impl.common that return types with arguments of type GMSCacheable | |
---|---|
ConcurrentHashMap<GMSCacheable,Object> |
DSCMessage.getCache()
|
Constructors in com.sun.enterprise.ee.cms.impl.common with parameters of type GMSCacheable | |
---|---|
DSCMessage(GMSCacheable key,
Object value,
String operation)
This constructor expects a GMSCacheable object representing the composite key comprising component, member id, and the state specific key, followed by the value. |
Constructor parameters in com.sun.enterprise.ee.cms.impl.common with type arguments of type GMSCacheable | |
---|---|
DSCMessage(ConcurrentHashMap<GMSCacheable,Object> cache,
String operation,
boolean isCoordinator)
|
Uses of GMSCacheable in com.sun.enterprise.ee.cms.impl.jxta |
---|
Methods in com.sun.enterprise.ee.cms.impl.jxta that return types with arguments of type GMSCacheable | |
---|---|
Map<GMSCacheable,Object> |
DistributedStateCacheImpl.getAllCache()
|
Map<GMSCacheable,Object> |
DistributedStateCacheImpl.getFromCache(Object key)
|
Methods in com.sun.enterprise.ee.cms.impl.jxta with parameters of type GMSCacheable | |
---|---|
void |
DistributedStateCacheImpl.addToLocalCache(GMSCacheable cKey,
Object state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |