copyright The Portico Project 2008.

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

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

Uses of JObjectClassNotPublished in org.portico.core.fedex
 

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

Methods in org.portico.lrc.handlers that throw JObjectClassNotPublished
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.validatePublished(int classHandle)
          This method validates that the given object class is published by this federate
 


copyright The Portico Project 2008.