public class MinefieldResponseNackPdu extends MinefieldFamilyPdu implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected EntityID |
minefieldID
Minefield ID
|
protected java.util.List<EightByteChunk> |
missingPduSequenceNumbers
PDU sequence numbers that were missing
|
protected short |
numberOfMissingPdus
how many pdus were missing
|
protected short |
requestID
request ID
|
protected EntityID |
requestingEntityID
entity ID making the request
|
exerciseID, padding, pduLength, pduType, protocolFamily, protocolVersion, timestamp| Constructor and Description |
|---|
MinefieldResponseNackPdu()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equalsImpl(java.lang.Object obj)
Compare all fields that contribute to the state, ignoring
transient and static fields, for
this and the supplied object |
int |
getMarshalledSize() |
EntityID |
getMinefieldID() |
java.util.List<EightByteChunk> |
getMissingPduSequenceNumbers() |
short |
getNumberOfMissingPdus() |
short |
getRequestID() |
EntityID |
getRequestingEntityID() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setMinefieldID(EntityID pMinefieldID) |
void |
setMissingPduSequenceNumbers(java.util.List<EightByteChunk> pMissingPduSequenceNumbers) |
void |
setNumberOfMissingPdus(short pNumberOfMissingPdus)
Note that setting this value will not change the marshalled value.
|
void |
setRequestID(short pRequestID) |
void |
setRequestingEntityID(EntityID pRequestingEntityID) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
getExerciseID, getLength, getPadding, getPduLength, getPduType, getPduTypeEnum, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, marshalWithDisAbsoluteTimestamp, marshalWithDisAbsoluteTimestamp, marshalWithDisRelativeTimestamp, marshalWithDisRelativeTimestamp, marshalWithNpsTimestamp, marshalWithNpsTimestamp, marshalWithUnixTimestamp, marshalWithUnixTimestamp, readUnsignedInt, readUnsignedInt, setExerciseID, setPadding, setPduLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestampprotected EntityID minefieldID
protected EntityID requestingEntityID
protected short requestID
protected short numberOfMissingPdus
protected java.util.List<EightByteChunk> missingPduSequenceNumbers
public int getMarshalledSize()
getMarshalledSize in class MinefieldFamilyPdupublic void setMinefieldID(EntityID pMinefieldID)
public EntityID getMinefieldID()
public void setRequestingEntityID(EntityID pRequestingEntityID)
public EntityID getRequestingEntityID()
public void setRequestID(short pRequestID)
public short getRequestID()
public short getNumberOfMissingPdus()
public void setNumberOfMissingPdus(short pNumberOfMissingPdus)
public void setMissingPduSequenceNumbers(java.util.List<EightByteChunk> pMissingPduSequenceNumbers)
public java.util.List<EightByteChunk> getMissingPduSequenceNumbers()
public void marshal(java.io.DataOutputStream dos)
marshal in class MinefieldFamilyPdupublic void unmarshal(java.io.DataInputStream dis)
unmarshal in class MinefieldFamilyPdupublic void marshal(java.nio.ByteBuffer buff)
marshal in class MinefieldFamilyPdubuff - The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException - if buff is too smalljava.nio.ReadOnlyBufferException - if buff is read onlyByteBufferpublic void unmarshal(java.nio.ByteBuffer buff)
unmarshal in class MinefieldFamilyPdubuff - The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException - if buff is too smallByteBufferpublic boolean equals(java.lang.Object obj)
equals in class MinefieldFamilyPdupublic boolean equalsImpl(java.lang.Object obj)
Pduthis and the supplied objectequalsImpl in class MinefieldFamilyPduobj - the object to compare to