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