copyright The Portico Project 2008.

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

Packages that use JObjectClassNotDefined
org.portico.core.fedex   
org.portico.lrc.handlers   
 

Uses of JObjectClassNotDefined in org.portico.core.fedex
 

Methods in org.portico.core.fedex that throw JObjectClassNotDefined
private  OCInstance Repository._registerInstance(Federate federate, OCMetadata type, String name)
          I factor this out into a separate method because it is just too much code to wrap in a try/finally block
 Set<Integer> InterestManager.getPulishedAttributes(Federate federate, int classHandle)
          This method will return a set of all the attribute handles from the class identified by the given class handle that the given federate is publishing.
 void InterestManager.publishObjectClass(Federate federate, int classHandle, Set<Integer> attributes)
          Add a publication entry for the given federate at the given class handle with the given attributes.
 OCInstance Repository.registerInstance(Federate federate, OCMetadata type, String name)
          Creates a new instance and stores it in the repository.
 OCInstance Repository.registerInstance(Federate federate, OCMetadata type, String name, Map<Integer,Integer> regionMap)
          This method basically extends Repository.registerInstance(Federate, OCMetadata, String) except that it will take the provided region/attribute association data and do an effective associateRegionForUpdates() call before returning the instance.
 void InterestManager.unpublishObjectClass(Federate federate, int classHandle)
          This method will remove any publication of the given class for the given federate.
 void InterestManager.unpublishObjectClass(Federate federate, int classHandle, Set<Integer> attributes)
          This method will remove any publication of the given attributes within the given class for the given federate.
 

Uses of JObjectClassNotDefined in org.portico.lrc.handlers
 

Methods in org.portico.lrc.handlers that throw JObjectClassNotDefined
private  OCMetadata REQ_RegisterObjectHandler.checkPublished(int classHandle)
          This method will try to find the OCMetadata for the object class with the given handle, validate that this federate is publishing that class and then return the metadata.
private  void REQ_PublishObjectHandler.validate(int classHandle, Set<Integer> attributes)
          This method will verify that the object class exists in the FOM, and that each of the attribute handles represents an attribute that exists for the object class.
private  void REQ_SubscribeObjectHandler.validateHandles(int classHandle, Set<Integer> attributes)
          This method will verify that the object class exists in the FOM, and that each of the attribute handles represents an attribute that exists for the object class.
 


copyright The Portico Project 2008.