Moodle  2.2.1
http://www.collinsharper.com
Zend_Amf_Value_Messaging_CommandMessage Class Reference
Inheritance diagram for Zend_Amf_Value_Messaging_CommandMessage:
Collaboration diagram for Zend_Amf_Value_Messaging_CommandMessage:

Data Fields

const SUBSCRIBE_OPERATION = 0
const UNSUSBSCRIBE_OPERATION = 1
const POLL_OPERATION = 2
const CLIENT_SYNC_OPERATION = 4
const CLIENT_PING_OPERATION = 5
const CLUSTER_REQUEST_OPERATION = 7
const LOGIN_OPERATION = 8
const LOGOUT_OPERATION = 9
const SESSION_INVALIDATE_OPERATION = 10
const MULTI_SUBSCRIBE_OPERATION = 11
const DISCONNECT_OPERATION = 12
const UNKNOWN_OPERATION = 10000
 $operation = self::UNKNOWN_OPERATION

Detailed Description

Definition at line 42 of file CommandMessage.php.


Field Documentation

$operation = self::UNKNOWN_OPERATION

Definition at line 118 of file CommandMessage.php.

This operation is used to test connectivity over the current channel to the remote endpoint.

Definition at line 70 of file CommandMessage.php.

This operation is used by a remote destination to sync missed or cached messages back to a client as a result of a client issued poll command.

Definition at line 64 of file CommandMessage.php.

This operation is used to request a list of failover endpoint URIs for the remote destination based on cluster membership.

Definition at line 76 of file CommandMessage.php.

This operation is used to indicate that a channel has disconnected

Definition at line 107 of file CommandMessage.php.

const LOGIN_OPERATION = 8

This operation is used to send credentials to the endpoint so that the user can be logged in over the current channel. The credentials need to be Base64 encoded and stored in the body of the message.

Definition at line 84 of file CommandMessage.php.

const LOGOUT_OPERATION = 9

This operation is used to log the user out of the current channel, and will invalidate the server session if the channel is HTTP based.

Definition at line 90 of file CommandMessage.php.

This operation is used by the MultiTopicConsumer to subscribe/unsubscribe from multiple subtopics/selectors in the same message.

Definition at line 102 of file CommandMessage.php.

const POLL_OPERATION = 2

This operation is used to poll a remote destination for pending, undelivered messages.

Definition at line 58 of file CommandMessage.php.

This operation is used to indicate that the client's subscription to a remote destination has been invalidated.

Definition at line 96 of file CommandMessage.php.

This operation is used to subscribe to a remote destination.

Definition at line 47 of file CommandMessage.php.

const UNKNOWN_OPERATION = 10000

This is the default operation for new CommandMessage instances.

Definition at line 112 of file CommandMessage.php.

This operation is used to unsubscribe from a remote destination.

Definition at line 52 of file CommandMessage.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations