|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.management.BaseControl
flex.management.runtime.messaging.services.ServiceAdapterControl
flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControl
public class JMSAdapterControl
The JMSAdapterControl class is the MBean implemenation
for monitoring and managing JMSAdapters at runtime.
| Field Summary |
|---|
| Fields inherited from class flex.management.BaseControl |
|---|
DOMAIN_PREFIX |
| Constructor Summary | |
|---|---|
JMSAdapterControl(JMSAdapter serviceAdapter,
BaseControl parent)
Constructs a JMSAdapterControl, assigning its id, managed
JMSAdapter and parent MBean. |
|
| 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. |
String |
getType()
Returns the type for this MBean. |
void |
removeConsumer(String consumerId)
Unsubscribes the consumer (for either a topic or queue). |
| Methods inherited from class flex.management.runtime.messaging.services.ServiceAdapterControl |
|---|
getId, getStartTimestamp, isRunning, preDeregister |
| Methods inherited from class flex.management.BaseControl |
|---|
getApplicationId, getMBeanServer, getObjectName, getParent, getParentControl, getRegistrar, postDeregister, postRegister, preRegister, register, setStartTimestamp, unregister |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface flex.management.runtime.messaging.services.ServiceAdapterControlMBean |
|---|
getStartTimestamp, isRunning |
| Methods inherited from interface flex.management.BaseControlMBean |
|---|
getId, getParent |
| Constructor Detail |
|---|
public JMSAdapterControl(JMSAdapter serviceAdapter,
BaseControl parent)
JMSAdapterControl, assigning its id, managed
JMSAdapter and parent MBean.
serviceAdapter - The JMSAdapter managed by this MBean.parent - The parent MBean in the management hierarchy.| Method Detail |
|---|
public String getType()
BaseControlMBeantype key in the ObjectName for this MBean.
getType in interface BaseControlMBeangetType in class BaseControlpublic Integer getTopicProducerCount()
JMSAdapterControlMBean
getTopicProducerCount in interface JMSAdapterControlMBeanpublic Integer getTopicConsumerCount()
JMSAdapterControlMBean
getTopicConsumerCount in interface JMSAdapterControlMBeanpublic String[] getTopicConsumerIds()
JMSAdapterControlMBean
getTopicConsumerIds in interface JMSAdapterControlMBeanpublic Integer getQueueProducerCount()
JMSAdapterControlMBean
getQueueProducerCount in interface JMSAdapterControlMBeanpublic Integer getQueueConsumerCount()
JMSAdapterControlMBean
getQueueConsumerCount in interface JMSAdapterControlMBeanpublic String[] getQueueConsumerIds()
JMSAdapterControlMBean
getQueueConsumerIds in interface JMSAdapterControlMBeanpublic void removeConsumer(String consumerId)
JMSAdapterControlMBean
removeConsumer in interface JMSAdapterControlMBeanconsumerId - The id of the consumer to unsubscribe.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/management/runtime/messaging/services/messaging/adapters/JMSAdapterControl.html