|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.core.cachemanager.CacheManager.CacheHandle
protected class CacheManager.CacheHandle
This is the local implementation of ICacheHandle.
| Field Summary | |
|---|---|
protected StringSet |
invalidationKeys
|
protected ICacheDescription[] |
objectDescriptions
|
protected java.lang.String[] |
readLocks
|
protected java.lang.String |
transactionID
|
protected java.lang.String[] |
writeLocks
|
| Fields inherited from interface org.apache.manifoldcf.core.interfaces.ICacheHandle |
|---|
_rcsid |
| Constructor Summary | |
|---|---|
CacheManager.CacheHandle(java.lang.String[] readLocks,
java.lang.String[] writeLocks,
ICacheDescription[] descriptions,
StringSet invalidationKeys,
java.lang.String transactionID)
|
|
| Method Summary | |
|---|---|
StringSet |
getInvalidationKeys()
Get the invalidation keys. |
ICacheDescription[] |
getObjectDescriptions()
Get the set of object descriptions. |
java.lang.String[] |
getReadLockStrings()
Get the read lock strings. |
java.lang.String |
getTransactionID()
Get the transaction ID. |
java.lang.String[] |
getWriteLockStrings()
Get the write lock strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String[] readLocks
protected java.lang.String[] writeLocks
protected ICacheDescription[] objectDescriptions
protected StringSet invalidationKeys
protected java.lang.String transactionID
| Constructor Detail |
|---|
public CacheManager.CacheHandle(java.lang.String[] readLocks,
java.lang.String[] writeLocks,
ICacheDescription[] descriptions,
StringSet invalidationKeys,
java.lang.String transactionID)
| Method Detail |
|---|
public java.lang.String[] getReadLockStrings()
getReadLockStrings in interface ICacheHandlepublic java.lang.String[] getWriteLockStrings()
getWriteLockStrings in interface ICacheHandlepublic ICacheDescription[] getObjectDescriptions()
getObjectDescriptions in interface ICacheHandlepublic StringSet getInvalidationKeys()
getInvalidationKeys in interface ICacheHandlepublic java.lang.String getTransactionID()
getTransactionID in interface ICacheHandle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||