flex.messaging
Interface FlexComponent

All Superinterfaces:
FlexConfigurable
All Known Subinterfaces:
Service
All Known Implementing Classes:
AbstractAssembler, AbstractBootstrapService, AbstractService, ActionScriptAdapter, ASObjectAdapter, DataDestination, DataService, Destination, FactoryDestination, HibernateAssembler, HTTPProxyAdapter, HTTPProxyDestination, HTTPProxyService, JavaAdapter, JavaAdapter, JMSAdapter, ManageableComponent, MessageBroker, MessageDestination, MessageService, MessagingAdapter, RemotingDestination, RemotingService, ServiceAdapter, SOAPProxyAdapter, SQLAssembler

public interface FlexComponent
extends FlexConfigurable

Represents a component that can be started and stopped.


Method Summary
 boolean isStarted()
          Determines whether the component is started.
 void start()
          Called by the MessageBroker as server starts.
 void stop()
          Called by the MessageBroker as server stops.
 
Methods inherited from interface flex.messaging.FlexConfigurable
initialize
 

Method Detail

start

void start()
Called by the MessageBroker as server starts.


stop

void stop()
Called by the MessageBroker as server stops.


isStarted

boolean isStarted()
Determines whether the component is started.

Returns:
true if the component is started; otherwise false.


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/messaging/FlexComponent.html