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

All Superinterfaces:
PDU, java.io.Serializable, SmppRequest

public interface QueryBroadcastSM
extends SmppRequest

This PDU is used to query the state of a previously broadcast message. The PDU contains the source address of the original message and the message_id returned in the original broadcast_sm_resp PDU.

Author:
amit bhayani

Field Summary
 
Fields inherited from interface net.java.slee.resources.smpp.pdu.SmppRequest
ALERT_NOTIFICATION, BIND_RECEIVER, BIND_RECEIVER_RESP, BIND_TRANSCEIVER, BIND_TRANSCEIVER_RESP, BIND_TRANSMITTER, BIND_TRANSMITTER_RESP, BORADCAST_SM_RESP, BROADCAST_SM, CANCEL_BROADCAST_SM, CANCEL_BROADCAST_SM_RESP, CANCEL_SM, CANCEL_SM_RESP, DATA_SM, DATA_SM_RESP, DELIVER_SM, DELIVER_SM_RESP, ENQUIRE_LINK, ENQUIRY_LINK_RESP, GENERIC_NACK, OUTBIND, QUERY_BROADCAST_SM, QUERY_BROADCAST_SM_RESP, QUERY_SM, QUERY_SM_RESP, REPLACE_SM, REPLACE_SM_RESP, SUBMIT_MULTI, SUBMIT_MULTI_RESP, SUBMIT_SM, SUBMIT_SM_RESP, UNBIND, UNBIND_RESP
 
Method Summary
 java.lang.String getMessageID()
           
 Address getSourceAddress()
           
 void setMessageID(java.lang.String messageID)
           
 void setSourceAddress(Address address)
           
 
Methods inherited from interface net.java.slee.resources.smpp.pdu.SmppRequest
createSmppResponseEvent
 
Methods inherited from interface net.java.slee.resources.smpp.pdu.PDU
addTLV, getAllTLVs, getCommandId, getCommandStatus, getSequenceNum, getValue, hasTLV, isTLVPermitted, removeTLV
 

Method Detail

getMessageID

java.lang.String getMessageID()

setMessageID

void setMessageID(java.lang.String messageID)

getSourceAddress

Address getSourceAddress()

setSourceAddress

void setSourceAddress(Address address)


Copyright © 2011. All Rights Reserved.