public abstract class InformationOperationsFamilyPdu extends PduBase implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected EntityID |
originatingSimID
Object originating the request
|
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
Constructor and Description |
---|
InformationOperationsFamilyPdu()
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()
Returns the size of this serialized object in bytes
|
EntityID |
getOriginatingSimID()
Getter for
originatingSimID |
void |
marshal(java.nio.ByteBuffer buff)
Packs an object into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos)
Serializes an object to a DataOutputStream.
|
InformationOperationsFamilyPdu |
setOriginatingSimID(EntityID pOriginatingSimID)
Setter for
originatingSimID |
int |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
int |
unmarshal(java.io.DataInputStream dis)
Unserializes an object from a DataInputStream.
|
getPadding, getPduStatus, setPadding, setPduStatus
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
protected EntityID originatingSimID
public InformationOperationsFamilyPdu()
public int getMarshalledSize()
getMarshalledSize
in class PduBase
public InformationOperationsFamilyPdu setOriginatingSimID(EntityID pOriginatingSimID)
originatingSimID
public EntityID getOriginatingSimID()
originatingSimID
public void marshal(java.io.DataOutputStream dos)
public int unmarshal(java.io.DataInputStream dis)
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
public int unmarshal(java.nio.ByteBuffer buff) throws java.lang.Exception
public boolean equalsImpl(java.lang.Object obj)
Pdu
this
and the supplied objectequalsImpl
in class PduBase
obj
- the object to compare to