copyright The Portico Project 2008.

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

Packages that use JSpaceNotDefined
org.portico.core.fedex   
 

Uses of JSpaceNotDefined in org.portico.core.fedex
 

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.
 


copyright The Portico Project 2008.