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

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

public interface QueryBroadcastSMResp
extends SmppResponse

The MC returns a query_broadcast_sm_resp PDU as a means of indicating the result of a broadcast query attempt. The PDU will indicate the success or failure of the attempt and for successful attempts will also include the current state of the message.

Author:
amit bhayani

Method Summary
 java.lang.String getMessageID()
           
 void setMessageID(java.lang.String messageID)
           
 
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)


Copyright © 2011. All Rights Reserved.