|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.nps.moves.dismobile.Pdu
edu.nps.moves.dismobile.EntityManagementFamilyPdu
edu.nps.moves.dismobile.TransferControlRequestPdu
public class TransferControlRequestPdu
Section 5.3.9.3 Information initiating the dyanic allocation and control of simulation entities between two simulation applications. Requires manual cleanup. The padding between record sets is variable. UNFINISHED Copyright (c) 2008-2010, MOVES Institute, Naval Postgraduate School. All rights reserved. This work is licensed under the BSD open source license, available at https://www.movesinstitute.org/licenses/bsd.html
Field Summary | |
---|---|
protected short |
numberOfRecordSets
number of record sets to transfer |
protected EntityID |
orginatingEntityID
ID of entity originating request |
protected EntityID |
recevingEntityID
ID of entity receiving request |
protected java.util.List<RecordSet> |
recordSets
^^^This is wrong--the RecordSet class needs more work |
protected long |
requestID
ID ofrequest |
protected short |
requiredReliabilityService
required level of reliabliity service. |
protected short |
tranferType
type of transfer desired |
protected EntityID |
transferEntityID
The entity for which control is being requested to transfer |
Fields inherited from class edu.nps.moves.dismobile.Pdu |
---|
exerciseID, padding, pduLength, pduType, protocolFamily, protocolVersion, timestamp |
Constructor Summary | |
---|---|
TransferControlRequestPdu()
Constructor |
Method Summary | |
---|---|
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()
|
short |
getNumberOfRecordSets()
|
EntityID |
getOrginatingEntityID()
|
EntityID |
getRecevingEntityID()
|
java.util.List<RecordSet> |
getRecordSets()
|
long |
getRequestID()
|
short |
getRequiredReliabilityService()
|
short |
getTranferType()
|
EntityID |
getTransferEntityID()
|
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer. |
void |
marshal(java.io.DataOutputStream dos)
|
void |
setNumberOfRecordSets(short pNumberOfRecordSets)
Note that setting this value will not change the marshalled value. |
void |
setOrginatingEntityID(EntityID pOrginatingEntityID)
|
void |
setRecevingEntityID(EntityID pRecevingEntityID)
|
void |
setRecordSets(java.util.List<RecordSet> pRecordSets)
|
void |
setRequestID(long pRequestID)
|
void |
setRequiredReliabilityService(short pRequiredReliabilityService)
|
void |
setTranferType(short pTranferType)
|
void |
setTransferEntityID(EntityID pTransferEntityID)
|
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data. |
void |
unmarshal(java.io.DataInputStream dis)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected EntityID orginatingEntityID
protected EntityID recevingEntityID
protected long requestID
protected short requiredReliabilityService
protected short tranferType
protected EntityID transferEntityID
protected short numberOfRecordSets
protected java.util.List<RecordSet> recordSets
Constructor Detail |
---|
public TransferControlRequestPdu()
Method Detail |
---|
public int getMarshalledSize()
getMarshalledSize
in class EntityManagementFamilyPdu
public void setOrginatingEntityID(EntityID pOrginatingEntityID)
public EntityID getOrginatingEntityID()
public void setRecevingEntityID(EntityID pRecevingEntityID)
public EntityID getRecevingEntityID()
public void setRequestID(long pRequestID)
public long getRequestID()
public void setRequiredReliabilityService(short pRequiredReliabilityService)
public short getRequiredReliabilityService()
public void setTranferType(short pTranferType)
public short getTranferType()
public void setTransferEntityID(EntityID pTransferEntityID)
public EntityID getTransferEntityID()
public short getNumberOfRecordSets()
public void setNumberOfRecordSets(short pNumberOfRecordSets)
public void setRecordSets(java.util.List<RecordSet> pRecordSets)
public java.util.List<RecordSet> getRecordSets()
public void marshal(java.io.DataOutputStream dos)
marshal
in class EntityManagementFamilyPdu
public void unmarshal(java.io.DataInputStream dis)
unmarshal
in class EntityManagementFamilyPdu
public void marshal(java.nio.ByteBuffer buff)
marshal
in class EntityManagementFamilyPdu
buff
- The ByteBuffer at the position to begin writing
java.nio.BufferOverflowException
- if buff is too small
java.nio.ReadOnlyBufferException
- if buff is read onlyByteBuffer
public void unmarshal(java.nio.ByteBuffer buff)
unmarshal
in class EntityManagementFamilyPdu
buff
- The ByteBuffer at the position to begin reading
java.nio.BufferUnderflowException
- if buff is too smallByteBuffer
public boolean equals(java.lang.Object obj)
equals
in class EntityManagementFamilyPdu
public boolean equalsImpl(java.lang.Object obj)
Pdu
this
and the supplied object
equalsImpl
in class EntityManagementFamilyPdu
obj
- the object to compare to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |