|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.protocols.smpp.message.SMPPPacket
org.mobicents.protocols.smpp.message.SubmitSM
org.mobicents.protocols.smpp.message.DeliverSM
public class DeliverSM
Deliver message. This message is sent from the SMSC to a Receiver ESME to deliver a short message. It is also used to notify an ESME that submitted a message using registered delivery that a message has reached it's end point successfully.
| Field Summary |
|---|
| Fields inherited from class org.mobicents.protocols.smpp.message.SMPPPacket |
|---|
commandId, commandStatus, sequenceNum, tlvTable |
| Constructor Summary | |
|---|---|
DeliverSM()
Construct a new DeliverSM. |
|
| Method Summary | |
|---|---|
int |
hashCode()
|
void |
setDeliveryTime(SMPPDate d)
Setting a delivery time on a deliver_sm is in violation of the SMPP specification. |
void |
setExpiryTime(SMPPDate d)
Setting an expiry time on a deliver_sm is in violation of the SMPP specification. |
| Methods inherited from class org.mobicents.protocols.smpp.message.SubmitSM |
|---|
equals, getDataCoding, getDefaultMsg, getDeliveryTime, getDestination, getEsmClass, getExpiryTime, getMandatorySize, getMessage, getPriority, getProtocolID, getRegistered, getReplaceIfPresent, getServiceType, getSource, readMandatory, setDataCoding, setDefaultMsg, setDestination, setEsmClass, setMessage, setPriority, setProtocolID, setRegistered, setReplaceIfPresent, setServiceType, setSource, writeMandatory |
| Methods inherited from class org.mobicents.protocols.smpp.message.SMPPPacket |
|---|
clone, getCommandId, getCommandStatus, getLength, getSequenceNum, getTLV, getTLVTable, isRequest, isResponse, isSet, readFrom, removeTLV, safeCompare, setCommandStatus, setSequenceNum, setTLV, sizeOf, sizeOf, sizeOf, sizeOf, toString, toString, validate, validateMandatory, validateTLVTable, writeTo, writeTo |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeliverSM()
| Method Detail |
|---|
public void setDeliveryTime(SMPPDate d)
setDeliveryTime in class SubmitSMpublic void setExpiryTime(SMPPDate d)
setExpiryTime in class SubmitSMpublic int hashCode()
hashCode in class SubmitSM
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||