Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Amf/Value/Messaging/CommandMessage.php
Go to the documentation of this file.
00001 <?php
00026 require_once 'Zend/Amf/Value/Messaging/AsyncMessage.php';
00027 
00042 class Zend_Amf_Value_Messaging_CommandMessage extends Zend_Amf_Value_Messaging_AsyncMessage
00043 {
00047     const SUBSCRIBE_OPERATION = 0;
00048 
00052     const UNSUSBSCRIBE_OPERATION = 1;
00053 
00058     const POLL_OPERATION = 2;
00059 
00064     const CLIENT_SYNC_OPERATION = 4;
00065 
00070     const CLIENT_PING_OPERATION = 5;
00071 
00076     const CLUSTER_REQUEST_OPERATION = 7;
00077 
00084     const LOGIN_OPERATION = 8;
00085 
00090     const LOGOUT_OPERATION = 9;
00091 
00096     const SESSION_INVALIDATE_OPERATION = 10;
00097 
00102     const MULTI_SUBSCRIBE_OPERATION = 11;
00103 
00107     const DISCONNECT_OPERATION = 12;
00108 
00112     const UNKNOWN_OPERATION = 10000;
00113 
00118     public $operation = self::UNKNOWN_OPERATION;
00119 }
 All Data Structures Namespaces Files Functions Variables Enumerations