copyright The Portico Project 2008.

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

Packages that use JErrorReadingFED
org.portico.core   
org.portico.core.fedex   
 

Uses of JErrorReadingFED in org.portico.core
 

Methods in org.portico.core that throw JErrorReadingFED
 Federation FedexFactory.createFederation(String name, ObjectModel model)
          This method will create a new Federation instance.
 Federation RTIExec.createFederationExecution(String name, ObjectModel model)
          Creates a new Federation and registers it with this execution.
 

Uses of JErrorReadingFED in org.portico.core.fedex
 

Constructors in org.portico.core.fedex that throw JErrorReadingFED
Federation(RTIExec rti, String name, ObjectModel model)
          Create a new federation for the given object model (the model is then passed on to the FederationState where it is stored).
 


copyright The Portico Project 2008.