copyright The Portico Project 2008.

org.portico.shared.msg
Class RTI_CreateRegion

java.lang.Object
  extended by com.lbf.commons.messaging.RequestMessage
      extended by org.portico.shared.msg.RTI_RequestMessage
          extended by 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

Field Summary
private  int numberOfExtents
           
private static long serialVersionUID
           
private  int spaceHandle
           
 
Fields inherited from class org.portico.shared.msg.RTI_RequestMessage
targetFederate, timestamp
 
Constructor Summary
RTI_CreateRegion()
           
RTI_CreateRegion(int theSpace, int extentCount)
           
 
Method Summary
 int getNumberOfExtents()
           
 int getSpaceHandle()
           
 void setNumberOfExtents(int numberOfExtents)
           
 void setSpaceHandle(int spaceHandle)
           
 
Methods inherited from class org.portico.shared.msg.RTI_RequestMessage
bytesToString, getTargetFederate, getTimestamp, isTimestamped, readExternal, setTargetFederate, setTimestamp, stringToBytes, writeExternal
 
Methods inherited from class com.lbf.commons.messaging.RequestMessage
getIdentifier, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

spaceHandle

private int spaceHandle

numberOfExtents

private int numberOfExtents
Constructor Detail

RTI_CreateRegion

public RTI_CreateRegion()

RTI_CreateRegion

public RTI_CreateRegion(int theSpace,
                        int extentCount)
Method Detail

getSpaceHandle

public int getSpaceHandle()

setSpaceHandle

public void setSpaceHandle(int spaceHandle)

getNumberOfExtents

public int getNumberOfExtents()

setNumberOfExtents

public void setNumberOfExtents(int numberOfExtents)

copyright The Portico Project 2008.