org.mobicents.protocols.smpp.message
Class CommandId

java.lang.Object
  extended by 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 $

Field Summary
static int ALERT_NOTIFICATION
           
static int BIND_RECEIVER
           
static int BIND_RECEIVER_RESP
           
static int BIND_TRANSCEIVER
           
static int BIND_TRANSCEIVER_RESP
           
static int BIND_TRANSMITTER
           
static int BIND_TRANSMITTER_RESP
           
static int BROADCAST_SM
           
static int BROADCAST_SM_RESP
           
static int CANCEL_BROADCAST_SM
           
static int CANCEL_BROADCAST_SM_RESP
           
static int CANCEL_SM
           
static int CANCEL_SM_RESP
           
static int DATA_SM
           
static int DATA_SM_RESP
           
static int DELIVER_SM
           
static int DELIVER_SM_RESP
           
static int ENQUIRE_LINK
           
static int ENQUIRE_LINK_RESP
           
static int GENERIC_NACK
           
static int OUTBIND
           
static int PARAM_RETRIEVE
           
static int PARAM_RETRIEVE_RESP
           
static int QUERY_BROADCAST_SM
           
static int QUERY_BROADCAST_SM_RESP
           
static int QUERY_LAST_MSGS
           
static int QUERY_LAST_MSGS_RESP
           
static int QUERY_MSG_DETAILS
           
static int QUERY_MSG_DETAILS_RESP
           
static int QUERY_SM
           
static int QUERY_SM_RESP
           
static int REPLACE_SM
           
static int REPLACE_SM_RESP
           
static int SUBMIT_MULTI
           
static int SUBMIT_MULTI_RESP
           
static int SUBMIT_SM
           
static int SUBMIT_SM_RESP
           
static int UNBIND
           
static int UNBIND_RESP
           
 
Constructor Summary
CommandId()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CommandId

public CommandId()


Copyright © 2011 Mobicents. All Rights Reserved.