Package edu.nps.moves.dis7.pdus
Class RepairCompletePdu
java.lang.Object
edu.nps.moves.dis7.pdus.Pdu
edu.nps.moves.dis7.pdus.PduBase
edu.nps.moves.dis7.pdus.LogisticsFamilyPdu
edu.nps.moves.dis7.pdus.RepairCompletePdu
- All Implemented Interfaces:
Marshaller,Serializable
5.5.10 Used by the repairing entity to communicate the repair that has been performed for the entity that requested repair service.
IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected shortpadding, number prevents conflict with superclass ivar nameprotected EntityIDEntity that is receiving service.protected RepairCompleteRepairEnumeration for type of repair.protected EntityIDEntity that is supplying.Fields inherited from class edu.nps.moves.dis7.pdus.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsImpl(Object obj)Compare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied objectintReturns size of this serialized (marshalled) object in bytesshortGetter forpadding4Getter forreceivingEntityIDGetter forrepairGetter forrepairingEntityIDvoidmarshal(DataOutputStream dos)Serializes an object to a DataOutputStream.voidmarshal(ByteBuffer byteBuffer)Packs an object into the ByteBuffer.setPadding4(int pPadding4)Utility setter forpadding4setPadding4(short pPadding4)Setter forpadding4setReceivingEntityID(EntityID pReceivingEntityID)Setter forreceivingEntityIDsetRepair(RepairCompleteRepair pRepair)Setter forrepairsetRepairingEntityID(EntityID pRepairingEntityID)Setter forrepairingEntityIDtoString()intunmarshal(DataInputStream dis)Deserializes an object from a DataInputStream.intunmarshal(ByteBuffer byteBuffer)Unpacks a Pdu from the underlying data.Methods inherited from class edu.nps.moves.dis7.pdus.PduBase
getPadding, getPduStatus, setPadding, setPadding, setPduStatusMethods inherited from class edu.nps.moves.dis7.pdus.Pdu
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setExerciseID, setLength, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
-
Field Details
-
receivingEntityID
Entity that is receiving service. See 6.2.28 -
repairingEntityID
Entity that is supplying. See 6.2.28 -
repair
Enumeration for type of repair. See 6.2.74 uid 64 -
padding4
protected short padding4padding, number prevents conflict with superclass ivar name
-
-
Constructor Details
-
RepairCompletePdu
public RepairCompletePdu()Constructor
-
-
Method Details
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Specified by:
getMarshalledSizein interfaceMarshaller- Overrides:
getMarshalledSizein classLogisticsFamilyPdu- Returns:
- serialized size in bytes
- See Also:
- https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
setReceivingEntityID
Setter forreceivingEntityID- Parameters:
pReceivingEntityID- new value of interest- Returns:
- same object to permit progressive setters
-
getReceivingEntityID
Getter forreceivingEntityID- Returns:
- value of interest
-
setRepairingEntityID
Setter forrepairingEntityID- Parameters:
pRepairingEntityID- new value of interest- Returns:
- same object to permit progressive setters
-
getRepairingEntityID
Getter forrepairingEntityID- Returns:
- value of interest
-
setRepair
Setter forrepair- Parameters:
pRepair- new value of interest- Returns:
- same object to permit progressive setters
-
getRepair
Getter forrepair- Returns:
- value of interest
-
setPadding4
Setter forpadding4- Parameters:
pPadding4- new value of interest- Returns:
- same object to permit progressive setters
-
setPadding4
Utility setter forpadding4- Parameters:
pPadding4- new value of interest- Returns:
- same object to permit progressive setters
-
getPadding4
public short getPadding4()Getter forpadding4- Returns:
- value of interest
-
marshal
Serializes an object to a DataOutputStream.- Specified by:
marshalin interfaceMarshaller- Overrides:
marshalin classLogisticsFamilyPdu- Parameters:
dos- the OutputStream- Throws:
Exception- if something goes wrong- See Also:
DataOutputStream
-
unmarshal
Deserializes an object from a DataInputStream.- Specified by:
unmarshalin interfaceMarshaller- Overrides:
unmarshalin classLogisticsFamilyPdu- Parameters:
dis- the InputStream- Returns:
- marshalled serialized size in bytes
- Throws:
Exception- if something goes wrong- See Also:
DataInputStream, https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
marshal
Packs an object into the ByteBuffer.- Specified by:
marshalin interfaceMarshaller- Overrides:
marshalin classLogisticsFamilyPdu- Parameters:
byteBuffer- The ByteBuffer at the position to begin writing- Throws:
BufferOverflowException- if byteBuffer is too smallReadOnlyBufferException- if byteBuffer is read onlyException- ByteBuffer-generated exception- See Also:
ByteBuffer
-
unmarshal
Unpacks a Pdu from the underlying data.- Specified by:
unmarshalin interfaceMarshaller- Overrides:
unmarshalin classLogisticsFamilyPdu- Parameters:
byteBuffer- The ByteBuffer at the position to begin reading- Returns:
- marshalled serialized size in bytes
- Throws:
BufferUnderflowException- if byteBuffer is too smallException- ByteBuffer-generated exception- See Also:
ByteBuffer, https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
equals
- Overrides:
equalsin classLogisticsFamilyPdu
-
equalsImpl
Description copied from class:PduCompare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied object- Overrides:
equalsImplin classLogisticsFamilyPdu- Parameters:
obj- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
- Overrides:
toStringin classLogisticsFamilyPdu
-