flex.management.runtime.messaging.services
Interface ServiceAdapterControlMBean

All Superinterfaces:
BaseControlMBean
All Known Subinterfaces:
ActionScriptAdapterControlMBean, HTTPProxyAdapterControlMBean, JavaAdapterControlMBean, JMSAdapterControlMBean, SOAPProxyAdapterControlMBean
All Known Implementing Classes:
ActionScriptAdapterControl, JavaAdapterControl, JMSAdapterControl, ServiceAdapterControl

public interface ServiceAdapterControlMBean
extends BaseControlMBean

Defines the runtime monitoring and management interface for service adapters.


Method Summary
 Date getStartTimestamp()
          Returns the start timestamp for the ServiceAdapter.
 Boolean isRunning()
          Returns true if the ServiceAdapter is running.
 
Methods inherited from interface flex.management.BaseControlMBean
getId, getParent, getType
 

Method Detail

isRunning

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

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

getStartTimestamp

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

Returns:
The start timestamp for the ServiceAdapter.
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/ServiceAdapterControlMBean.html