copyright The Portico Project 2008.

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

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

Uses of JObjectClassNotSubscribed in org.portico.core.fedex
 

Methods in org.portico.core.fedex that throw JObjectClassNotSubscribed
 void InterestManager.unsubscribeObjectClass(Federate federate, int classHandle)
          Thie method will remove any existing subscription interest in the given class for the given federate.
 void InterestManager.unsubscribeObjectClass(Federate federate, int classHandle, Set<Integer> attributes)
          This method will remove any subscription of the given attributes within the given class for the given federate.
 void InterestManager.unsubscribeObjectClassWithDDM(Federate federate, int classHandle, RegionInstance region)
          This method will remove any existing subscription for given class when it is coupled with the given region.
private  void InterestManager.unsubscribeObjectClassWithDDM(Federate federate, int classHandle, Set<Integer> attributes, RegionInstance region)
          This method will remove any subscription the federate has in the given attributes, OR all the attributes associated with the given region.
 

Uses of JObjectClassNotSubscribed in org.portico.lrc.handlers
 

Methods in org.portico.lrc.handlers that throw JObjectClassNotSubscribed
private  void REQ_SubscribeObjectHandler.validateSubscribed(int classHandle)
          Validates that the given object class is subscribed by this federate
 


copyright The Portico Project 2008.