|
|||||||||||
| 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 MessageBrokers.
| Method Summary | |
javax.management.ObjectName[] |
getEndpoints()
Returns the ObjectNames for endpoints that are registered with the
managed MessageBroker. |
Integer |
getFlexSessionCount()
Returns Flex session count for the MessageBroker. |
Integer |
getMaxFlexSessionsInCurrentHour()
Returns the maximum concurrent Flex session count for the MessageBroker in the current hour. |
javax.management.ObjectName[] |
getServices()
Returns the ObjectNames for services that are registered with the
managed MessageBroker. |
Date |
getStartTimestamp()
Returns the start timestamp for the MessageBroker. |
Boolean |
isRunning()
Returns true if the MessageBroker is running. |
| Methods inherited from interface flex.management.BaseControlMBean |
getId, getParent, getType |
| Method Detail |
public Boolean isRunning()
throws IOException
true if the MessageBroker is running.
true if the MessageBroker is running.
IOException
public Date getStartTimestamp()
throws IOException
MessageBroker.
MessageBroker.
IOException
public javax.management.ObjectName[] getEndpoints()
throws IOException
ObjectNames for endpoints that are registered with the
managed MessageBroker.
ObjectNames for endpoints registered with the managed MessageBroker.
IOException
public javax.management.ObjectName[] getServices()
throws IOException
ObjectNames for services that are registered with the
managed MessageBroker.
ObjectNames for services registered with the managed MessageBroker.
IOException
public Integer getFlexSessionCount()
throws IOException
MessageBroker.
MessageBroker.
IOException
public Integer getMaxFlexSessionsInCurrentHour()
throws IOException
MessageBroker in the current hour.
MessageBroker in the last hour.
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||