|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A specification of an EPC cache.
Method Summary | |
java.lang.String |
getApplicationData()
Gets the application data String which will be returned in EPCCacheReport instances. |
boolean |
getIncludeCacheContent()
Indicates whether EPCCacheReport instances should include a
description of the current cache contents or just the count of the
remaining cache entries. |
long |
getThreshold()
Gets the "EPC cache low" warning limit. |
void |
setApplicationData(java.lang.String value)
Sets the application data String which will be returned in EPCCacheReport instances. |
void |
setIncludeCacheContent(boolean setting)
Determines whether the EPCCacheReport notifications should
include a description of the current cache contents or just the count of
the remaining cache entries. |
void |
setThreshold(long limit)
Sets the "EPC cache low" warning limit. |
Method Detail |
public java.lang.String getApplicationData()
public void setApplicationData(java.lang.String value)
public long getThreshold()
public void setThreshold(long limit)
limit
- The "EPC cache low" warning limit. 0 means issue the
notification when the EPC cache count drops to empty.public boolean getIncludeCacheContent()
EPCCacheReport
instances should include a
description of the current cache contents or just the count of the
remaining cache entries.
EPCPatterns
instance identifying the remaining EPC values and also a count of the
remaining EPC values. If false, only the count of remaining EPC
values is included in cache-low notifications.public void setIncludeCacheContent(boolean setting)
EPCCacheReport
notifications should
include a description of the current cache contents or just the count of
the remaining cache entries.
getIncludeCacheContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |