|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.connecterra.ale.alevent.impl.EngineECSpecInfo
| Constructor Summary | |
EngineECSpecInfo()
|
|
| Method Summary | |
int |
getActivationCount()
Returns the number of times the event cycle for the ECSpec has been activated since it was defined. |
long |
getLastActivated()
Returns the last time the event cycle for the ECSpec was activated. |
long |
getLastReported()
Returns the last time a report was generated by the event cycle for the ECSpec. |
int |
getSubscriberCount()
Returns the number of URIs subscribed to an ECSpec. |
boolean |
isSuspended()
Returns true if the ECSpec processing is suspended. |
void |
setActivationCount(int count)
|
void |
setLastActivated(long millis)
|
void |
setLastReported(long millis)
|
void |
setSubscriberCount(int count)
|
void |
setSuspended(boolean suspended)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EngineECSpecInfo()
| Method Detail |
public int getSubscriberCount()
ECSpecInfo
getSubscriberCount in interface ECSpecInfopublic void setSubscriberCount(int count)
public int getActivationCount()
ECSpecInfo
getActivationCount in interface ECSpecInfopublic void setActivationCount(int count)
public long getLastActivated()
ECSpecInfo
getLastActivated in interface ECSpecInfopublic void setLastActivated(long millis)
public long getLastReported()
ECSpecInfo
getLastReported in interface ECSpecInfopublic void setLastReported(long millis)
public boolean isSuspended()
ECSpecInfo
isSuspended in interface ECSpecInfoALE.suspend(java.lang.String)public void setSuspended(boolean suspended)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||