flex.management.runtime.messaging
Interface DestinationControlMBean

All Superinterfaces:
BaseControlMBean
All Known Subinterfaces:
MessageDestinationControlMBean, RemotingDestinationControlMBean
All Known Implementing Classes:
DestinationControl, MessageDestinationControl, RemotingDestinationControl

public interface DestinationControlMBean
extends BaseControlMBean

Defines the runtime monitoring and management interface for managed destinations.


Method Summary
 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

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

Returns:
The ObjectName for the adapter.
Throws:
IOException - Throws IOException.

isRunning

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

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

getStartTimestamp

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

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


Copyright © 2008 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/blazeds/1/javadoc/flex/management/runtime/messaging/DestinationControlMBean.html