flex.messaging.endpoints
Interface Endpoint2

All Superinterfaces:
Endpoint, Manageable
All Known Implementing Classes:
AbstractEndpoint, AMFEndpoint, BaseHTTPEndpoint, BasePollingHTTPEndpoint, BaseStreamingHTTPEndpoint, HTTPEndpoint, SecureAMFEndpoint, SecureHTTPEndpoint, SecureStreamingAMFEndpoint, SecureStreamingHTTPEndpoint, StreamingAMFEndpoint, StreamingHTTPEndpoint

public interface Endpoint2
extends Endpoint

Extension interface for Endpoint that adds support for a referenced Server that the endpoint may use.


Method Summary
 Server getServer()
          Returns the Server that the endpoint is using; null if no server has been assigned.
 void setServer(Server server)
          Sets the Server that the endpoint will use.
 
Methods inherited from interface flex.messaging.endpoints.Endpoint
describeEndpoint, getClientType, getId, getMessageBroker, getMessagingVersion, getPort, getSecurityConstraint, getUrl, initialize, isSecure, isStarted, service, setClientType, setId, setMessageBroker, setSecurityConstraint, setUrl, start, stop
 
Methods inherited from interface flex.management.Manageable
getControl, isManaged, setControl, setManaged
 

Method Detail

getServer

Server getServer()
Returns the Server that the endpoint is using; null if no server has been assigned.


setServer

void setServer(Server server)
Sets the Server that the endpoint will use.



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/endpoints/Endpoint2.html