|
|||||||||||
| 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 JMS adapters.
| Method Summary | |
Integer |
getQueueConsumerCount()
Returns the number of queue consumers for the adapter. |
String[] |
getQueueConsumerIds()
Returns the ids of all queue consumers. |
Integer |
getQueueProducerCount()
Returns the number of queue producers for the adapter. |
Integer |
getTopicConsumerCount()
Returns the number of topic consumers for the adapter. |
String[] |
getTopicConsumerIds()
Returns the ids of all topic consumers. |
Integer |
getTopicProducerCount()
Returns the number of topic producers for the adapter. |
void |
removeConsumer(String consumerId)
Unsubscribes the consumer (for either a topic or queue). |
| Methods inherited from interface flex.management.BaseControlMBean |
getId, getParent, getType |
| Method Detail |
public Integer getTopicProducerCount()
throws IOException
IOException
public Integer getTopicConsumerCount()
throws IOException
IOException
public String[] getTopicConsumerIds()
throws IOException
IOException
public Integer getQueueProducerCount()
throws IOException
IOException
public Integer getQueueConsumerCount()
throws IOException
IOException
public String[] getQueueConsumerIds()
throws IOException
IOException
public void removeConsumer(String consumerId)
throws IOException
consumerId - The id of the consumer to unsubscribe.
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||