flex.management.runtime.messaging
Interface MessageDestinationControlMBean

All Superinterfaces:
BaseControlMBean, DestinationControlMBean
All Known Subinterfaces:
DataDestinationControlMBean

public interface MessageDestinationControlMBean
extends DestinationControlMBean

Defines the runtime monitoring and management interface for managed MessageDestinations.


Method Summary
 javax.management.ObjectName getMessageCache()
          Returns the ObjectName for the message cache used by the managed destination.
 javax.management.ObjectName getSubscriptionManager()
          Returns the ObjectName for the subscription manager used by the managed destination.
 javax.management.ObjectName getThrottleManager()
          Returns the ObjectName for the throttle manager used by the managed destination.
 
Methods inherited from interface flex.management.runtime.messaging.DestinationControlMBean
getAdapter
 
Methods inherited from interface flex.management.BaseControlMBean
getId, getParent, getType
 

Method Detail

getMessageCache

public javax.management.ObjectName getMessageCache()
                                            throws IOException
Returns the ObjectName for the message cache used by the managed destination.

Returns:
The ObjectName for the message cache.
Throws:
IOException

getThrottleManager

public javax.management.ObjectName getThrottleManager()
                                               throws IOException
Returns the ObjectName for the throttle manager used by the managed destination.

Returns:
The ObjectName for the throttle manager.
Throws:
IOException

getSubscriptionManager

public javax.management.ObjectName getSubscriptionManager()
                                                   throws IOException
Returns the ObjectName for the subscription manager used by the managed destination.

Returns:
The ObjectName for the subscription manager.
Throws:
IOException


Copyright © 2006 Adobe Systems Inc. All Rights Reserved. (Updated August 2, 2006)

Take a survey