|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the runtime monitoring and management interface for
ThrottleManagers.
| Method Summary | |
Integer |
getClientIncomingMessageThrottleCount()
Returns the number of incoming client messages that have been throttled. |
Double |
getClientIncomingMessageThrottleFrequency()
Returns the number of incoming client messages that have been throttled per minute. |
Integer |
getClientOutgoingMessageThrottleCount()
Returns the number of outgoing client messages that have been throttled. |
Double |
getClientOutgoingMessageThrottleFrequency()
Returns the number of outgoing client messages that have been throttled per minute. |
Integer |
getDestinationIncomingMessageThrottleCount()
Returns the number of incoming destination messages that have been throttled. |
Double |
getDestinationIncomingMessageThrottleFrequency()
Returns the number of incoming destination messages that have been throttled per minute. |
Integer |
getDestinationOutgoingMessageThrottleCount()
Returns the number of outgoing destination messages that have been throttled. |
Double |
getDestinationOutgoingMessageThrottleFrequency()
Returns the number of outgoing destination messages that have been throttled per minute. |
Date |
getLastClientIncomingMessageThrottleTimestamp()
Returns the timestamp when an incoming client message was most recently throttled. |
Date |
getLastClientOutgoingMessageThrottleTimestamp()
Returns the timestamp when an outgoing client message was most recently throttled. |
Date |
getLastDestinationIncomingMessageThrottleTimestamp()
Returns the timestamp when an incoming destination message was most recently throttled. |
Date |
getLastDestinationOutgoingMessageThrottleTimestamp()
Returns the timestamp when an outgoing destination message was most recently throttled. |
void |
resetClientIncomingMessageThrottleCount()
Resets the number of throttled incoming client messages to 0. |
void |
resetClientOutgoingMessageThrottleCount()
Resets the number of throttled outgoing client messages to 0. |
void |
resetDestinationIncomingMessageThrottleCount()
Resets the number of throttled incoming destination messages to 0. |
void |
resetDestinationOutgoingMessageThrottleCount()
Resets the number of throttled outgoing destination messages to 0. |
| Methods inherited from interface flex.management.BaseControlMBean |
getId, getParent, getType |
| Method Detail |
public Integer getClientIncomingMessageThrottleCount()
throws IOException
IOException
public void resetClientIncomingMessageThrottleCount()
throws IOException
IOException
public Date getLastClientIncomingMessageThrottleTimestamp()
throws IOException
IOException
public Double getClientIncomingMessageThrottleFrequency()
throws IOException
IOException
public Integer getClientOutgoingMessageThrottleCount()
throws IOException
IOException
public void resetClientOutgoingMessageThrottleCount()
throws IOException
IOException
public Date getLastClientOutgoingMessageThrottleTimestamp()
throws IOException
IOException
public Double getClientOutgoingMessageThrottleFrequency()
throws IOException
IOException
public Integer getDestinationIncomingMessageThrottleCount()
throws IOException
IOException
public void resetDestinationIncomingMessageThrottleCount()
throws IOException
IOException
public Date getLastDestinationIncomingMessageThrottleTimestamp()
throws IOException
IOException
public Double getDestinationIncomingMessageThrottleFrequency()
throws IOException
IOException
public Integer getDestinationOutgoingMessageThrottleCount()
throws IOException
IOException
public void resetDestinationOutgoingMessageThrottleCount()
throws IOException
IOException
public Date getLastDestinationOutgoingMessageThrottleTimestamp()
throws IOException
IOException
public Double getDestinationOutgoingMessageThrottleFrequency()
throws IOException
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||