|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.service.collections.filter.CollectionCacheKey
public class CollectionCacheKey
This object is used as the key for collections in a filter cache.
The CollectionCacheKey object contains three objects: the filter reference, the collection identifier key, and the filter's context key object.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
CollectionCacheKey(CachedCollectionFilter pFilter,
java.lang.String pCollectionIdentifierKey,
java.lang.Object pContextKey)
Constructs a new CollectionCacheKey |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pKey)
|
java.lang.String |
getCollectionIdentifierKey()
The Collection identifier key |
java.lang.Object |
getContextKey()
The context key |
CachedCollectionFilter |
getFilter()
The filter |
int |
hashCode()
Hashcode for this class |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public CollectionCacheKey(CachedCollectionFilter pFilter,
java.lang.String pCollectionIdentifierKey,
java.lang.Object pContextKey)
pFilter - the filterpCollectionIdentifierKey - the key provided by the caller of the filter.pContextKey - the context key object created by the the filter.| Method Detail |
|---|
public CachedCollectionFilter getFilter()
public java.lang.String getCollectionIdentifierKey()
public java.lang.Object getContextKey()
public boolean equals(java.lang.Object pKey)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||