Packageflex.messaging.endpoints
Classpublic class AMFEndpoint
InheritanceAMFEndpoint Inheritance BasePollingHTTPEndpoint

AMF based endpoint for Flex Messaging. Based on the Flash Remoting gateway servlet.



Public Methods
 MethodDefined By
  
Constructs an unmanaged AMFEndpoint.
AMFEndpoint
  
AMFEndpoint(boolean enableManagement)
Constructs an AMFEndpoint with the indicated management.
AMFEndpoint
 Inherited
Returns the number of milliseconds the client will wait after receiving a response for a poll with server wait before it issues its next poll request.
 Inherited
Returns the maximum number of server poll response threads that will be waiting for messages to arrive for clients.
 Inherited
Returns the number of milliseconds the server poll response thread will be waiting for messages to arrive for the client.
 Inherited
void initialize(String id, ConfigMap properties)
Initializes the Endpoint with the properties.
 Inherited
void setClientWaitInterval(int value)
Sets the number of milliseconds a client will wait after receiving a response for a poll with server wait before it issues its next poll request.
 Inherited
void setMaxWaitingPollRequests(int maxWaitingPollRequests)
Sets the maximum number of server poll response threads that will be waiting for messages to arrive for clients.
 Inherited
void setWaitInterval(long waitInterval)
Sets the number of milliseconds the server poll response thread will be waiting for messages to arrive for the client.
 Inherited
void start()
Sets up monitoring of waited poll requests so they can be notified and exit when the endpoint stops.
 Inherited
void stop()
Ensures that no poll requests in a wait state are left un-notified when the endpoint stops.
 Inherited
void waitEnd(Object notifier)
 Inherited
void waitStart(Object notifier)
Public Constants
 ConstantDefined By
  LOG_CATEGORY
[static] The log category for this endpoint.
AMFEndpoint
Constructor Detail
AMFEndpoint()
public AMFEndpoint()

Constructs an unmanaged AMFEndpoint.

AMFEndpoint() 
public AMFEndpoint(boolean enableManagement)

Constructs an AMFEndpoint with the indicated management.

Parameters
enableManagementtrue if the AMFEndpoint is manageable; otherwise false.
Constant Detail
LOG_CATEGORYConstant
public static final LOG_CATEGORY

The log category for this endpoint.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/messaging/endpoints/AMFEndpoint.html