org.apache.manifoldcf.core.interfaces
Interface ICacheCreateHandle

All Known Implementing Classes:
CacheManager.CacheCreateHandle

public interface ICacheCreateHandle

This is a handle created by the cache manager, which describes the current status of a cache lookup/create session.


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
 java.lang.String[] getCriticalSectionNames()
          Get the critical section names.
 long getLookupTime()
          Get create start time.
 java.lang.String getTransactionID()
          Get the transaction ID.
 

Field Detail

_rcsid

static final java.lang.String _rcsid
See Also:
Constant Field Values
Method Detail

getCriticalSectionNames

java.lang.String[] getCriticalSectionNames()
Get the critical section names.

Returns:
the critical section names.

getLookupTime

long getLookupTime()
Get create start time.

Returns:
the time in milliseconds since epoch.

getTransactionID

java.lang.String getTransactionID()
Get the transaction ID.

Returns:
the transaction ID.