|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.connecterra.ale.alevent.impl.EngineEPCCacheSpecInfo
| Constructor Summary | |
EngineEPCCacheSpecInfo()
|
|
| Method Summary | |
int |
getActivationCount()
Returns the number of times an EPC value has been obtained from this EPC cache since it was defined. |
EPCPatterns |
getCacheContent()
Gives the contents remaining in the EPC cache. |
long |
getCacheSize()
Tells how many entries remain in the EPC cache. |
long |
getLastActivated()
Returns the last time an EPC value was obtained from this EPC cache. |
long |
getLastReplenished()
Returns the last time this EPC cache was replenished. |
long |
getLastReported()
Returns the last time a cache report was generated by this EPC cache. |
java.util.List |
getPCSpecNames()
Returns the names of the PCSpecs, if any, that are using this
EPC cache. |
int |
getReplenishCount()
Returns the number of times this EPC cache has been replenished since it was defined. |
int |
getSubscriberCount()
Returns the number of URIs subscribed to this EPC cache. |
void |
setActivationCount(int count)
|
void |
setCacheContent(EPCPatterns cacheContent)
|
void |
setCacheSize(long cacheSize)
|
void |
setLastActivated(long millis)
|
void |
setLastReplenished(long millis)
|
void |
setLastReported(long millis)
|
void |
setPCSpecNames(java.util.List specNames)
|
void |
setReplenishCount(int count)
|
void |
setSubscriberCount(int count)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EngineEPCCacheSpecInfo()
| Method Detail |
public int getSubscriberCount()
EPCCacheSpecInfo
getSubscriberCount in interface EPCCacheSpecInfopublic void setSubscriberCount(int count)
public java.util.List getPCSpecNames()
EPCCacheSpecInfoPCSpecs, if any, that are using this
EPC cache.
getPCSpecNames in interface EPCCacheSpecInfopublic void setPCSpecNames(java.util.List specNames)
public int getActivationCount()
EPCCacheSpecInfo
getActivationCount in interface EPCCacheSpecInfopublic void setActivationCount(int count)
public long getLastActivated()
EPCCacheSpecInfo
getLastActivated in interface EPCCacheSpecInfopublic void setLastActivated(long millis)
public int getReplenishCount()
EPCCacheSpecInfo
getReplenishCount in interface EPCCacheSpecInfopublic void setReplenishCount(int count)
public long getLastReplenished()
EPCCacheSpecInfo
getLastReplenished in interface EPCCacheSpecInfopublic void setLastReplenished(long millis)
public long getLastReported()
EPCCacheSpecInfo
getLastReported in interface EPCCacheSpecInfopublic void setLastReported(long millis)
public long getCacheSize()
EPCCacheSpecInfo
getCacheSize in interface EPCCacheSpecInfopublic void setCacheSize(long cacheSize)
public EPCPatterns getCacheContent()
EPCCacheSpecInfo
getCacheContent in interface EPCCacheSpecInfoEPCPatterns containing a sequence of EPC patterns
which specify the EPC value(s) in the EPC cache. Can be null, if
ALEPC.getEPCCacheSpecInfo(java.lang.String, boolean) was called with false
passed in for includeCacheContent.public void setCacheContent(EPCPatterns cacheContent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||