copyright The Portico Project 2008.

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

Packages that use JObjectNotKnown
org.portico.core.fedex   
org.portico.core.fedex.mom   
 

Uses of JObjectNotKnown in org.portico.core.fedex
 

Methods in org.portico.core.fedex that throw JObjectNotKnown
 Map<Federate,OCMetadata> Repository.getDiscoverers(int handle)
          Get the map of all discoverers and the type they discovered the instance as.
 void Repository.undiscoverInstance(Federate federate, int instanceHandle)
          Remove any record of a discovery for the given federate with regard to the instance of the given handle
 

Uses of JObjectNotKnown in org.portico.core.fedex.mom
 

Methods in org.portico.core.fedex.mom that throw JObjectNotKnown
private  HashMap<Integer,byte[]> MomConnection.provideFederate(int oHandle, Set<Integer> attributes)
          Return an attribute map containing all the values for the requested set of attributes for the federate object instance of the given handle.
 


copyright The Portico Project 2008.