flex.messaging
Interface Server

All Superinterfaces:
FlexComponent, FlexConfigurable

public interface Server
extends FlexComponent

The interface for a shared server instance that may be associated with a MessageBroker and used by endpoints.


Method Summary
 String getId()
          Returns the id for the server.
 void setId(String value)
          Sets the id for the server.
 
Methods inherited from interface flex.messaging.FlexComponent
isStarted, start, stop
 
Methods inherited from interface flex.messaging.FlexConfigurable
initialize
 

Method Detail

getId

String getId()
Returns the id for the server. Endpoints can lookup server instances that have been associated with a MessageBroker using MessageBroker.getServer(String).


setId

void setId(String value)
Sets the id for the server.



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