public class AlertNotification extends Pdu
| Modifier and Type | Field and Description |
|---|---|
protected Address |
esmeAddress |
protected Address |
sourceAddress |
| Constructor and Description |
|---|
AlertNotification() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendBodyToString(StringBuilder buffer) |
protected int |
calculateByteSizeOfBody() |
Address |
getEsmeAddress() |
Address |
getSourceAddress() |
void |
readBody(org.jboss.netty.buffer.ChannelBuffer buffer) |
void |
setEsmeAddress(Address value) |
void |
setSourceAddress(Address value) |
void |
writeBody(org.jboss.netty.buffer.ChannelBuffer buffer) |
addOptionalParameter, appendOptionalParameterToString, calculateAndSetCommandLength, calculateByteSizeOfOptionalParameters, findOptionalParameter, getCommandId, getCommandLength, getCommandStatus, getName, getOptionalParameter, getOptionalParameterCount, getOptionalParameters, getReferenceObject, getSequenceNumber, hasCommandLengthCalculated, hasOptionalParameter, hasSequenceNumberAssigned, isRequest, isResponse, readOptionalParameters, removeCommandLength, removeOptionalParameter, removeSequenceNumber, setCommandLength, setCommandStatus, setOptionalParameter, setReferenceObject, setSequenceNumber, toString, writeOptionalParametersprotected Address sourceAddress
protected Address esmeAddress
public Address getSourceAddress()
public void setSourceAddress(Address value)
public Address getEsmeAddress()
public void setEsmeAddress(Address value)
protected int calculateByteSizeOfBody()
calculateByteSizeOfBody in class Pdupublic void readBody(org.jboss.netty.buffer.ChannelBuffer buffer)
throws UnrecoverablePduException,
RecoverablePduException
readBody in class PduUnrecoverablePduExceptionRecoverablePduExceptionpublic void writeBody(org.jboss.netty.buffer.ChannelBuffer buffer)
throws UnrecoverablePduException,
RecoverablePduException
writeBody in class PduUnrecoverablePduExceptionRecoverablePduExceptionprotected void appendBodyToString(StringBuilder buffer)
appendBodyToString in class PduCopyright © 2009–2015 Fizzed, Inc. All rights reserved.