protected static class TransformationConnectionManager.TransformationConnectionDescription 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 |
|---|
TransformationConnectionDescription(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, getObjectExpirationTimeprotected java.lang.String connectionName
protected java.lang.String criticalSectionName
protected StringSet cacheKeys
public TransformationConnectionDescription(java.lang.String connectionName,
StringSet invKeys)
public java.lang.String getConnectionName()
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()