flex.management.runtime.messaging
Interface DestinationControlMBean

All Superinterfaces:
BaseControlMBean
All Known Subinterfaces:
DataDestinationControlMBean, HTTPProxyDestinationControlMBean, MessageDestinationControlMBean, RemotingDestinationControlMBean

public interface DestinationControlMBean
extends BaseControlMBean

Defines the runtime monitoring and management interface for managed destinations.


Method Summary
 javax.management.ObjectName getAdapter()
          Returns the ObjectName for the adapter associated with this managed destination.
 Date getStartTimestamp()
          Returns the start timestamp for the Destination.
 Boolean isRunning()
          Returns true if the Destination is running.
 
Methods inherited from interface flex.management.BaseControlMBean
getId, getParent, getType
 

Method Detail

getAdapter

javax.management.ObjectName getAdapter()
                                       throws IOException
Returns the ObjectName for the adapter associated with this managed destination.

Returns:
The ObjectName for the adapter.
Throws:
IOException

isRunning

Boolean isRunning()
                  throws IOException
Returns true if the Destination is running.

Returns:
true if the Destination is running.
Throws:
IOException

getStartTimestamp

Date getStartTimestamp()
                       throws IOException
Returns the start timestamp for the Destination.

Returns:
The start timestamp for the Destination.
Throws:
IOException


Copyright © 2007 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/management/runtime/messaging/DestinationControlMBean.html