Class CacheManager.CacheCreateHandle
- java.lang.Object
-
- org.apache.manifoldcf.core.cachemanager.CacheManager.CacheCreateHandle
-
- All Implemented Interfaces:
ICacheCreateHandle
- Enclosing class:
- CacheManager
protected class CacheManager.CacheCreateHandle extends java.lang.Object implements ICacheCreateHandle
This is the local implementation of ICacheCreateHandle
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String[]criticalSectionNamesprotected longtheTimeprotected java.lang.StringtransactionID-
Fields inherited from interface org.apache.manifoldcf.core.interfaces.ICacheCreateHandle
_rcsid
-
-
Constructor Summary
Constructors Constructor Description CacheCreateHandle(java.lang.String[] criticalSectionNames, java.lang.String transactionID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getCriticalSectionNames()Get the critical section names.longgetLookupTime()Get create start time.java.lang.StringgetTransactionID()Get the transaction ID.
-
-
-
Method Detail
-
getCriticalSectionNames
public java.lang.String[] getCriticalSectionNames()
Get the critical section names.- Specified by:
getCriticalSectionNamesin interfaceICacheCreateHandle- Returns:
- the critical section names.
-
getLookupTime
public long getLookupTime()
Get create start time.- Specified by:
getLookupTimein interfaceICacheCreateHandle- Returns:
- the time in milliseconds since epoch.
-
getTransactionID
public java.lang.String getTransactionID()
Get the transaction ID.- Specified by:
getTransactionIDin interfaceICacheCreateHandle- Returns:
- the transaction ID.
-
-