copyright The Portico Project 2008.

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

Packages that use JAttributeNotDefined
org.portico.core.fedex   
org.portico.core.fedex.mom   
org.portico.lrc.handlers   
org.portico.shared.model   
 

Uses of JAttributeNotDefined in org.portico.core.fedex
 

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

Uses of JAttributeNotDefined in org.portico.core.fedex.mom
 

Methods in org.portico.core.fedex.mom that throw JAttributeNotDefined
 byte[] MomFederation.getValue(int handle)
          Fetch the value for the attribute with the given handle and return it as a byte[].
 byte[] MomFederate.getValue(int handle)
          Fetch the value for the attribute with the given handle and return it as a byte[].
private  HashMap<Integer,byte[]> MomConnection.provideFederate(int oHandle, Set<Integer> attributes)
          Return an attribute map containing all the values for the requested set of attributes for the federate object instance of the given handle.
private  HashMap<Integer,byte[]> MomConnection.provideFederation(Set<Integer> attributes)
          Get an attribute map of all the current values for the given set of required attributes.
 

Uses of JAttributeNotDefined in org.portico.lrc.handlers
 

Methods in org.portico.lrc.handlers that throw JAttributeNotDefined
 void REQ_RegisterObjectHandler.checkDDM(RTI_RegisterObject request, OCMetadata objectClass)
          This method will run DDM related checks on the provided information.
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.
 

Uses of JAttributeNotDefined in org.portico.shared.model
 

Methods in org.portico.shared.model that throw JAttributeNotDefined
static MOMHelper.Federate MOMHelper.Federate.forHandle(int handle)
          Find the attribute for the given handle.
static MOMHelper.Federation MOMHelper.Federation.forHandle(int handle)
          Find the attribute for the given handle.
 


copyright The Portico Project 2008.