flex.messaging.messages
Class CommandMessage
java.lang.Object
flex.messaging.messages.AbstractMessage
flex.messaging.messages.AsyncMessage
flex.messaging.messages.CommandMessage
- All Implemented Interfaces:
- Message, Serializable
public class CommandMessage
- extends AsyncMessage
- Author:
- Franck WOLFF
- See Also:
- Serialized Form
| Methods inherited from class flex.messaging.messages.AbstractMessage |
getBody, getClientId, getDestination, getHeader, getHeaders, getMessageId, getTimestamp, getTimeToLive, headerExists, setBody, setClientId, setDestination, setHeader, setHeaders, setMessageId, setTimestamp, setTimeToLive |
SELECTOR_HEADER
public static final String SELECTOR_HEADER
- See Also:
- Constant Field Values
SUBSCRIBE_OPERATION
public static final int SUBSCRIBE_OPERATION
- See Also:
- Constant Field Values
UNSUBSCRIBE_OPERATION
public static final int UNSUBSCRIBE_OPERATION
- See Also:
- Constant Field Values
POLL_OPERATION
public static final int POLL_OPERATION
- See Also:
- Constant Field Values
CLIENT_SYNC_OPERATION
public static final int CLIENT_SYNC_OPERATION
- See Also:
- Constant Field Values
CLIENT_PING_OPERATION
public static final int CLIENT_PING_OPERATION
- See Also:
- Constant Field Values
CLUSTER_REQUEST_OPERATION
public static final int CLUSTER_REQUEST_OPERATION
- See Also:
- Constant Field Values
LOGIN_OPERATION
public static final int LOGIN_OPERATION
- See Also:
- Constant Field Values
LOGOUT_OPERATION
public static final int LOGOUT_OPERATION
- See Also:
- Constant Field Values
SESSION_INVALIDATE_OPERATION
public static final int SESSION_INVALIDATE_OPERATION
- See Also:
- Constant Field Values
UNKNOWN_OPERATION
public static final int UNKNOWN_OPERATION
- See Also:
- Constant Field Values
CONNECT_OPERATION
public static final int CONNECT_OPERATION
- See Also:
- Constant Field Values
DISCONNECT_OPERATION
public static final int DISCONNECT_OPERATION
- See Also:
- Constant Field Values
CommandMessage
public CommandMessage()
getMessageRefType
public String getMessageRefType()
setMessageRefType
public void setMessageRefType(String messageRefType)
getOperation
public int getOperation()
setOperation
public void setOperation(int operation)
isSecurityOperation
public boolean isSecurityOperation()
isLoginOperation
public boolean isLoginOperation()
isLogoutOperation
public boolean isLogoutOperation()
isClientPingOperation
public boolean isClientPingOperation()
toString
public String toString()
- Overrides:
toString in class AsyncMessage
toString
public String toString(String indent)
- Specified by:
toString in interface Message- Overrides:
toString in class AsyncMessage