org.portico.shared.msg
Class RTI_CreateRegion
java.lang.Object
com.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.RTI_RequestMessage
org.portico.shared.msg.RTI_CreateRegion
- All Implemented Interfaces:
- Serializable
public class RTI_CreateRegion
- extends RTI_RequestMessage
Indicate to the RTI that a new RegionInstance
has been created for the sending federate.
RTIambassadors are only expected to fill out in spaceHandle
and numberOfExtents
variables. The framework will use this information to create the stored RegionInstance
before sending the notification to the RTI for processing.
- See Also:
- Serialized Form
Methods inherited from class com.lbf.commons.messaging.RequestMessage |
getIdentifier, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
spaceHandle
private int spaceHandle
numberOfExtents
private int numberOfExtents
RTI_CreateRegion
public RTI_CreateRegion()
RTI_CreateRegion
public RTI_CreateRegion(int theSpace,
int extentCount)
getSpaceHandle
public int getSpaceHandle()
setSpaceHandle
public void setSpaceHandle(int spaceHandle)
getNumberOfExtents
public int getNumberOfExtents()
setNumberOfExtents
public void setNumberOfExtents(int numberOfExtents)