protected class CacheManager.CacheCreateHandle extends Object implements ICacheCreateHandle
Modifier and Type | Field and Description |
---|---|
protected String[] |
criticalSectionNames |
protected long |
theTime |
protected String |
transactionID |
_rcsid
Constructor and Description |
---|
CacheManager.CacheCreateHandle(String[] criticalSectionNames,
String transactionID) |
Modifier and Type | Method and Description |
---|---|
String[] |
getCriticalSectionNames()
Get the critical section names.
|
long |
getLookupTime()
Get create start time.
|
String |
getTransactionID()
Get the transaction ID.
|
protected String[] criticalSectionNames
protected long theTime
protected String transactionID
public String[] getCriticalSectionNames()
getCriticalSectionNames
in interface ICacheCreateHandle
public long getLookupTime()
getLookupTime
in interface ICacheCreateHandle
public String getTransactionID()
getTransactionID
in interface ICacheCreateHandle