Methods in org.portico.core.fedex that throw JSpaceNotDefined |
private RegionInstance |
RegionStore._createRegion(Federate federate,
int space,
int extents)
This method performs the actual RegionInstance creation. |
RegionInstance |
RegionStore.createRegion(Federate federate,
int spaceHandle,
int numberOfExtents)
Create a new RegionInstance instance, filling it out with the appropriate values. |
RegionInstance |
RegionStore.createRegionAndStore(Federate federate,
int space,
int extents)
This method is the same as RegionStore.createRegion(Federate, int, int) except that AFTER
the RegionInstance has been successfully created, it will be added to the store. |