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