public class DSCMessage extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DSCMessage.OPERATION |
| Constructor and Description |
|---|
DSCMessage(ConcurrentHashMap<com.sun.enterprise.ee.cms.core.GMSCacheable,Object> cache,
String operation,
boolean isCoordinator) |
DSCMessage(com.sun.enterprise.ee.cms.core.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.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<com.sun.enterprise.ee.cms.core.GMSCacheable,Object> |
getCache() |
com.sun.enterprise.ee.cms.core.GMSCacheable |
getKey() |
String |
getOperation() |
Object |
getValue() |
boolean |
isCoordinator() |
public DSCMessage(com.sun.enterprise.ee.cms.core.GMSCacheable key,
Object value,
String operation)
key - the keyvalue - the object valueoperation - the type of operationpublic DSCMessage(ConcurrentHashMap<com.sun.enterprise.ee.cms.core.GMSCacheable,Object> cache, String operation, boolean isCoordinator)
public com.sun.enterprise.ee.cms.core.GMSCacheable getKey()
public Object getValue()
public String getOperation()
public ConcurrentHashMap<com.sun.enterprise.ee.cms.core.GMSCacheable,Object> getCache()
public boolean isCoordinator()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.