copyright The Portico Project 2008.

Uses of Class
org.portico.shared.compat.JInvalidExtents

Packages that use JInvalidExtents
org.portico.core.fedex   
 

Uses of JInvalidExtents in org.portico.core.fedex
 

Methods in org.portico.core.fedex that throw JInvalidExtents
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.
 


copyright The Portico Project 2008.