flex.management.runtime.messaging.services
Interface ServiceControlMBean

All Superinterfaces:
BaseControlMBean
All Known Subinterfaces:
HTTPProxyServiceControlMBean, MessageServiceControlMBean, RemotingServiceControlMBean
All Known Implementing Classes:
MessageServiceControl, RemotingServiceControl, ServiceControl

public interface ServiceControlMBean
extends BaseControlMBean

Defines the runtime monitoring and management interface for managed services.


Method Summary
 ObjectName[] getDestinations()
          Returns the ObjectNames of all destinations registered with the managed service.
 Date getStartTimestamp()
          Returns the start timestamp for the Service.
 Boolean isRunning()
          Returns true if the Service is running.
 
Methods inherited from interface flex.management.BaseControlMBean
getId, getParent, getType
 

Method Detail

isRunning

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

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

getStartTimestamp

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

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

getDestinations

ObjectName[] getDestinations()
                             throws IOException
Returns the ObjectNames of all destinations registered with the managed service.

Returns:
The ObjectNames of all destinations registered with the managed service.
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/services/ServiceControlMBean.html