copyright The Portico Project 2008.

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

Packages that use JRegionNotKnown
org.portico.lrc.handlers   
 

Uses of JRegionNotKnown in org.portico.lrc.handlers
 

Methods in org.portico.lrc.handlers that throw JRegionNotKnown
 void REQ_RegisterObjectHandler.checkDDM(RTI_RegisterObject request, OCMetadata objectClass)
          This method will run DDM related checks on the provided information.
private  RegionInstance REQ_SubscribeInteractionHandler.validateDDM(ICMetadata metadata, int regionToken)
          This method will validate the DDM portion of a request.
private  void REQ_SubscribeObjectHandler.validateDDM(int classHandle, int regionToken, Set<Integer> attributes)
          This method will validate the DDM related parts of a subscription request.
private  void REQ_InteractionHandler.validateRegion(ICMetadata interactionClass, int regionToken)
          Validate that the region is known to the federate, and that it is valid for the class of interaction that is being sent.
private  void REQ_SubscribeObjectHandler.validateRegion(int regionToken)
          Makes sure the region is valid (that we know about it).
 


copyright The Portico Project 2008.