org.mobicents.protocols.smpp.message
Class CommandId
java.lang.Object
org.mobicents.protocols.smpp.message.CommandId
public class CommandId
- extends Object
Enumeration of command IDs.
A proper Java enum was intentionally not used as it added
an extra level of complexity that was not desirable. For a parsed packet,
the command ID of the packet would have to have been converted back into
a CommandId object necessitating either a scan of all the enumeration
values to find the correct object or a Map lookup. In either
case, it added no value to the API.
- Since:
- 0.4.0
- Version:
- $Id: CommandId.java 452 2009-01-15 16:56:36Z orank $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GENERIC_NACK
public static final int GENERIC_NACK
- See Also:
- Constant Field Values
BIND_RECEIVER
public static final int BIND_RECEIVER
- See Also:
- Constant Field Values
BIND_RECEIVER_RESP
public static final int BIND_RECEIVER_RESP
- See Also:
- Constant Field Values
BIND_TRANSMITTER
public static final int BIND_TRANSMITTER
- See Also:
- Constant Field Values
BIND_TRANSMITTER_RESP
public static final int BIND_TRANSMITTER_RESP
- See Also:
- Constant Field Values
QUERY_SM
public static final int QUERY_SM
- See Also:
- Constant Field Values
QUERY_SM_RESP
public static final int QUERY_SM_RESP
- See Also:
- Constant Field Values
SUBMIT_SM
public static final int SUBMIT_SM
- See Also:
- Constant Field Values
SUBMIT_SM_RESP
public static final int SUBMIT_SM_RESP
- See Also:
- Constant Field Values
DELIVER_SM
public static final int DELIVER_SM
- See Also:
- Constant Field Values
DELIVER_SM_RESP
public static final int DELIVER_SM_RESP
- See Also:
- Constant Field Values
UNBIND
public static final int UNBIND
- See Also:
- Constant Field Values
UNBIND_RESP
public static final int UNBIND_RESP
- See Also:
- Constant Field Values
REPLACE_SM
public static final int REPLACE_SM
- See Also:
- Constant Field Values
REPLACE_SM_RESP
public static final int REPLACE_SM_RESP
- See Also:
- Constant Field Values
CANCEL_SM
public static final int CANCEL_SM
- See Also:
- Constant Field Values
CANCEL_SM_RESP
public static final int CANCEL_SM_RESP
- See Also:
- Constant Field Values
BIND_TRANSCEIVER
public static final int BIND_TRANSCEIVER
- See Also:
- Constant Field Values
BIND_TRANSCEIVER_RESP
public static final int BIND_TRANSCEIVER_RESP
- See Also:
- Constant Field Values
OUTBIND
public static final int OUTBIND
- See Also:
- Constant Field Values
ENQUIRE_LINK
public static final int ENQUIRE_LINK
- See Also:
- Constant Field Values
ENQUIRE_LINK_RESP
public static final int ENQUIRE_LINK_RESP
- See Also:
- Constant Field Values
SUBMIT_MULTI
public static final int SUBMIT_MULTI
- See Also:
- Constant Field Values
SUBMIT_MULTI_RESP
public static final int SUBMIT_MULTI_RESP
- See Also:
- Constant Field Values
PARAM_RETRIEVE
public static final int PARAM_RETRIEVE
- See Also:
- Constant Field Values
PARAM_RETRIEVE_RESP
public static final int PARAM_RETRIEVE_RESP
- See Also:
- Constant Field Values
QUERY_LAST_MSGS
public static final int QUERY_LAST_MSGS
- See Also:
- Constant Field Values
QUERY_LAST_MSGS_RESP
public static final int QUERY_LAST_MSGS_RESP
- See Also:
- Constant Field Values
QUERY_MSG_DETAILS
public static final int QUERY_MSG_DETAILS
- See Also:
- Constant Field Values
QUERY_MSG_DETAILS_RESP
public static final int QUERY_MSG_DETAILS_RESP
- See Also:
- Constant Field Values
ALERT_NOTIFICATION
public static final int ALERT_NOTIFICATION
- See Also:
- Constant Field Values
DATA_SM
public static final int DATA_SM
- See Also:
- Constant Field Values
DATA_SM_RESP
public static final int DATA_SM_RESP
- See Also:
- Constant Field Values
BROADCAST_SM
public static final int BROADCAST_SM
- See Also:
- Constant Field Values
BROADCAST_SM_RESP
public static final int BROADCAST_SM_RESP
- See Also:
- Constant Field Values
QUERY_BROADCAST_SM
public static final int QUERY_BROADCAST_SM
- See Also:
- Constant Field Values
QUERY_BROADCAST_SM_RESP
public static final int QUERY_BROADCAST_SM_RESP
- See Also:
- Constant Field Values
CANCEL_BROADCAST_SM
public static final int CANCEL_BROADCAST_SM
- See Also:
- Constant Field Values
CANCEL_BROADCAST_SM_RESP
public static final int CANCEL_BROADCAST_SM_RESP
- See Also:
- Constant Field Values
CommandId
public CommandId()
Copyright © 2011 Mobicents. All Rights Reserved.