|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.connecterra.ale.alevent.impl.EnginePCSpecInfo
Constructor Summary | |
EnginePCSpecInfo()
|
Method Summary | |
int |
getActivationCount()
Returns the number of times the programming cycle for the PCSpec has been activated since it was defined. |
long |
getCacheSize()
Tells how many entries remain in the PCSpec's associated EPC cache. |
long |
getLastActivated()
Returns the last time the programming cycle for the PCSpec was activated. |
long |
getLastReported()
Returns the last time a write report was generated by the programming cycle for the PCSpec. |
int |
getSubscriberCount()
Returns the number of URIs subscribed to a PCSpec. |
boolean |
isSuspended()
Returns true if the PCSpec processing is suspended. |
void |
setActivationCount(int count)
|
void |
setCacheSize(long cacheSize)
|
void |
setIsSuspended(boolean suspended)
|
void |
setLastActivated(long millis)
|
void |
setLastReported(long millis)
|
void |
setSubscriberCount(int count)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EnginePCSpecInfo()
Method Detail |
public int getSubscriberCount()
PCSpecInfo
getSubscriberCount
in interface PCSpecInfo
public void setSubscriberCount(int count)
public int getActivationCount()
PCSpecInfo
getActivationCount
in interface PCSpecInfo
public void setActivationCount(int count)
public long getLastActivated()
PCSpecInfo
getLastActivated
in interface PCSpecInfo
public void setLastActivated(long millis)
public long getLastReported()
PCSpecInfo
getLastReported
in interface PCSpecInfo
public void setLastReported(long millis)
public boolean isSuspended()
PCSpecInfo
isSuspended
in interface PCSpecInfo
ALEPC.suspend(java.lang.String)
public void setIsSuspended(boolean suspended)
public long getCacheSize()
PCSpecInfo
getCacheSize
in interface PCSpecInfo
public void setCacheSize(long cacheSize)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |