|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the runtime monitoring and management interface for managed endpoints.
| Method Summary | |
Date |
getLastPushTimestamp()
Returns the timestamp for the most recent push invocation. |
Date |
getLastServiceMessageTimestamp()
Returns the timestamp for the most recent message decoded by this endpoint and routed to the broker. |
Date |
getLastServiceTimestamp()
Returns the timestamp for the most recent service invocation for this endpoint. |
Integer |
getPushCount()
Returns the count of push invocations. |
Double |
getPushFrequency()
Returns the number of push invocations per minute. |
String |
getSecurityConstraint()
Returns the security constraint that is associated with this endpoint. |
Integer |
getServiceCount()
Returns the count of service invocations for this endpoint. |
Double |
getServiceFrequency()
Returns the number of service invocations per minute. |
Integer |
getServiceMessageCount()
Returns the count of messages decoded by this endpoint and routed to the broker. |
Double |
getServiceMessageFrequency()
Returns the number of service message invocations per minute. |
Date |
getStartTimestamp()
Returns the start timestamp for the Endpoint. |
String |
getURI()
Returns the URI that corresponds to this endpoint. |
Boolean |
isRunning()
Returns true if the Endpoint is running. |
void |
resetPushCount()
Resets the count of push invocations. |
void |
resetServiceCount()
Resets the count of service invocations. |
void |
resetServiceMessageCount()
Resets the count of service message invocations. |
| Methods inherited from interface flex.management.BaseControlMBean |
getId, getParent, getType |
| Method Detail |
public Boolean isRunning()
throws IOException
true if the Endpoint is running.
true if the Endpoint is running.
IOException
public Date getStartTimestamp()
throws IOException
Endpoint.
Endpoint.
IOException
public Integer getPushCount()
throws IOException
IOException
public void resetPushCount()
throws IOException
IOException
public Date getLastPushTimestamp()
throws IOException
IOException
public Double getPushFrequency()
throws IOException
IOException
public Integer getServiceCount()
throws IOException
IOException
public void resetServiceCount()
throws IOException
IOException
public Date getLastServiceTimestamp()
throws IOException
IOException
public Double getServiceFrequency()
throws IOException
IOException
public Integer getServiceMessageCount()
throws IOException
IOException
public void resetServiceMessageCount()
throws IOException
IOException
public Date getLastServiceMessageTimestamp()
throws IOException
IOException
public Double getServiceMessageFrequency()
throws IOException
IOException
public String getURI()
throws IOException
IOException
public String getSecurityConstraint()
throws IOException
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||