protected static class NotificationConnectionManager.NotificationConnectionDescription extends BaseDescription
BaseDescription.LocalCacheClass
Modifier and Type | Field and Description |
---|---|
protected StringSet |
cacheKeys |
protected java.lang.String |
connectionName |
protected java.lang.String |
criticalSectionName |
_rcsid, cacheClass, MAX_VALUE
Constructor and Description |
---|
NotificationConnectionDescription(java.lang.String connectionName,
StringSet invKeys) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getConnectionName() |
java.lang.String |
getCriticalSectionName()
Get the critical section name for this description object.
|
StringSet |
getObjectKeys()
Get the cache keys for an object (which may or may not exist yet in
the cache).
|
int |
hashCode() |
getObjectClass, getObjectExpirationTime
protected java.lang.String connectionName
protected java.lang.String criticalSectionName
protected StringSet cacheKeys
public NotificationConnectionDescription(java.lang.String connectionName, StringSet invKeys)
public java.lang.String getConnectionName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String getCriticalSectionName()
ICacheDescription
public StringSet getObjectKeys()