|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes administrative information for an EPC cache.
ALEPC.getEPCCacheSpecInfo(java.lang.String, boolean)
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 PCSpec s, 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. |
Method Detail |
public int getSubscriberCount()
public java.util.List getPCSpecNames()
PCSpec
s, if any, that are using this
EPC cache.
public int getActivationCount()
public long getLastActivated()
public int getReplenishCount()
public long getLastReplenished()
public long getLastReported()
public long getCacheSize()
public EPCPatterns getCacheContent()
EPCPatterns
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |