net.java.slee.resources.smpp.pdu
Interface SmppRequest

All Superinterfaces:
PDU, java.io.Serializable
All Known Subinterfaces:
AlertNotification, BroadcastSM, CancelBroadcastSM, CancelSM, DataSM, DeliverSM, QueryBroadcastSM, QuerySM, ReplaceSM, SubmitMulti, SubmitSM

public interface SmppRequest
extends PDU

Author:
amit bhayani

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 BORADCAST_SM_RESP
           
static int BROADCAST_SM
           
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 ENQUIRY_LINK_RESP
           
static int GENERIC_NACK
           
static int OUTBIND
           
static int QUERY_BROADCAST_SM
           
static int QUERY_BROADCAST_SM_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
           
 
Method Summary
 SmppResponse createSmppResponseEvent(int status)
           
 
Methods inherited from interface net.java.slee.resources.smpp.pdu.PDU
addTLV, getAllTLVs, getCommandId, getCommandStatus, getSequenceNum, getValue, hasTLV, isTLVPermitted, removeTLV
 

Field Detail

BIND_RECEIVER

static final int BIND_RECEIVER
See Also:
Constant Field Values

BIND_TRANSMITTER

static final int BIND_TRANSMITTER
See Also:
Constant Field Values

QUERY_SM

static final int QUERY_SM
See Also:
Constant Field Values

SUBMIT_SM

static final int SUBMIT_SM
See Also:
Constant Field Values

DELIVER_SM

static final int DELIVER_SM
See Also:
Constant Field Values

UNBIND

static final int UNBIND
See Also:
Constant Field Values

REPLACE_SM

static final int REPLACE_SM
See Also:
Constant Field Values

CANCEL_SM

static final int CANCEL_SM
See Also:
Constant Field Values

BIND_TRANSCEIVER

static final int BIND_TRANSCEIVER
See Also:
Constant Field Values

OUTBIND

static final int OUTBIND
See Also:
Constant Field Values

ENQUIRE_LINK

static final int ENQUIRE_LINK
See Also:
Constant Field Values

SUBMIT_MULTI

static final int SUBMIT_MULTI
See Also:
Constant Field Values

ALERT_NOTIFICATION

static final int ALERT_NOTIFICATION
See Also:
Constant Field Values

DATA_SM

static final int DATA_SM
See Also:
Constant Field Values

BROADCAST_SM

static final int BROADCAST_SM
See Also:
Constant Field Values

QUERY_BROADCAST_SM

static final int QUERY_BROADCAST_SM
See Also:
Constant Field Values

CANCEL_BROADCAST_SM

static final int CANCEL_BROADCAST_SM
See Also:
Constant Field Values

GENERIC_NACK

static final int GENERIC_NACK
See Also:
Constant Field Values

BIND_RECEIVER_RESP

static final int BIND_RECEIVER_RESP
See Also:
Constant Field Values

BIND_TRANSMITTER_RESP

static final int BIND_TRANSMITTER_RESP
See Also:
Constant Field Values

QUERY_SM_RESP

static final int QUERY_SM_RESP
See Also:
Constant Field Values

SUBMIT_SM_RESP

static final int SUBMIT_SM_RESP
See Also:
Constant Field Values

DELIVER_SM_RESP

static final int DELIVER_SM_RESP
See Also:
Constant Field Values

UNBIND_RESP

static final int UNBIND_RESP
See Also:
Constant Field Values

REPLACE_SM_RESP

static final int REPLACE_SM_RESP
See Also:
Constant Field Values

CANCEL_SM_RESP

static final int CANCEL_SM_RESP
See Also:
Constant Field Values

BIND_TRANSCEIVER_RESP

static final int BIND_TRANSCEIVER_RESP
See Also:
Constant Field Values

ENQUIRY_LINK_RESP

static final int ENQUIRY_LINK_RESP
See Also:
Constant Field Values

SUBMIT_MULTI_RESP

static final int SUBMIT_MULTI_RESP
See Also:
Constant Field Values

DATA_SM_RESP

static final int DATA_SM_RESP
See Also:
Constant Field Values

BORADCAST_SM_RESP

static final int BORADCAST_SM_RESP
See Also:
Constant Field Values

QUERY_BROADCAST_SM_RESP

static final int QUERY_BROADCAST_SM_RESP
See Also:
Constant Field Values

CANCEL_BROADCAST_SM_RESP

static final int CANCEL_BROADCAST_SM_RESP
See Also:
Constant Field Values
Method Detail

createSmppResponseEvent

SmppResponse createSmppResponseEvent(int status)


Copyright © 2010. All Rights Reserved.