copyright The Portico Project 2008.

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

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

Uses of JInteractionClassNotDefined in org.portico.core.fedex
 

Methods in org.portico.core.fedex that throw JInteractionClassNotDefined
 void InterestManager.publishInteractionClass(Federate federate, int classHandle)
          This method will register a publication interest in the given interaction class handle for the given federate.
 void InterestManager.subscribeInteractionClass(Federate federate, int classHandle)
          Register a subscription interest in the interaction class represented by the given handle for the given federate.
 void InterestManager.subscribeInteractionClass(Federate federate, int clazz, RegionInstance region)
          Registers a subscription interest in the identified interaction class for the given federate.
 void InterestManager.unpublishInteractionClass(Federate federate, int classHandle)
          This method will remove any publication interest in the given interaction class for the given federate.
 void InterestManager.unsubscribeInteractionClass(Federate federate, int classHandle)
          Remove any subscription interest in the interaction class of the given handle for the federate.
 void InterestManager.unsubscribeInteractionClass(Federate federate, int clazz, RegionInstance region)
          Remove the supplied region from the set of those associated with the federates interest in the interaction class.
 

Uses of JInteractionClassNotDefined in org.portico.lrc.handlers
 

Methods in org.portico.lrc.handlers that throw JInteractionClassNotDefined
private  ICMetadata REQ_SubscribeInteractionHandler.validate(int classHandle)
          This method will verify that the interaction class exists in the FOM.
private  void REQ_PublishInteractionHandler.validate(int classHandle)
          This method will verify that the interaction class exists in the FOM.
 ICMetadata REQ_InteractionHandler.validateICPublished(int classHandle, Set<Integer> parameters)
          This method will validate that the given interaction class exists in the FOM and is being published by the federate associated with this LRC.
 


copyright The Portico Project 2008.