Uses of Class
hla.rti1516.RTIinternalError

Packages that use RTIinternalError
hla.rti1516   
hla.rti1516.jlc   
 

Uses of RTIinternalError in hla.rti1516
 

Methods in hla.rti1516 that throw RTIinternalError
 void RTIambassador.associateRegionsForUpdates(ObjectInstanceHandle theObject, AttributeSetRegionSetPairList attributesAndRegions)
           
 void RTIambassador.attributeOwnershipAcquisition(ObjectInstanceHandle theObject, AttributeHandleSet desiredAttributes, byte[] userSuppliedTag)
           
 void RTIambassador.attributeOwnershipAcquisitionIfAvailable(ObjectInstanceHandle theObject, AttributeHandleSet desiredAttributes)
           
 AttributeHandleSet RTIambassador.attributeOwnershipDivestitureIfWanted(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void RTIambassador.cancelAttributeOwnershipAcquisition(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void RTIambassador.cancelNegotiatedAttributeOwnershipDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void RTIambassador.changeAttributeOrderType(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, OrderType theType)
           
 void RTIambassador.changeAttributeTransportationType(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, TransportationType theType)
           
 void RTIambassador.changeInteractionOrderType(InteractionClassHandle theClass, OrderType theType)
           
 void RTIambassador.changeInteractionTransportationType(InteractionClassHandle theClass, TransportationType theType)
           
 void RTIambassador.commitRegionModifications(RegionHandleSet regions)
           
 void RTIambassador.confirmDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag)
           
 void RTIambassador.createFederationExecution(String federationExecutionName, URL fdd)
           
 RegionHandle RTIambassador.createRegion(DimensionHandleSet dimensions)
           
 void RTIambassador.deleteObjectInstance(ObjectInstanceHandle objectHandle, byte[] userSuppliedTag)
           
 MessageRetractionReturn RTIambassador.deleteObjectInstance(ObjectInstanceHandle objectHandle, byte[] userSuppliedTag, LogicalTime theTime)
           
 void RTIambassador.deleteRegion(RegionHandle theRegion)
           
 void RTIambassador.destroyFederationExecution(String federationExecutionName)
           
 void RTIambassador.disableAsynchronousDelivery()
           
 void RTIambassador.disableAttributeRelevanceAdvisorySwitch()
           
 void RTIambassador.disableAttributeScopeAdvisorySwitch()
           
 void RTIambassador.disableCallbacks()
           
 void RTIambassador.disableInteractionRelevanceAdvisorySwitch()
           
 void RTIambassador.disableObjectClassRelevanceAdvisorySwitch()
           
 void RTIambassador.disableTimeConstrained()
           
 void RTIambassador.disableTimeRegulation()
           
 void RTIambassador.enableAsynchronousDelivery()
           
 void RTIambassador.enableAttributeRelevanceAdvisorySwitch()
           
 void RTIambassador.enableAttributeScopeAdvisorySwitch()
           
 void RTIambassador.enableCallbacks()
           
 void RTIambassador.enableInteractionRelevanceAdvisorySwitch()
           
 void RTIambassador.enableObjectClassRelevanceAdvisorySwitch()
           
 void RTIambassador.enableTimeConstrained()
           
 void RTIambassador.enableTimeRegulation(LogicalTimeInterval theLookahead)
           
 boolean RTIambassador.evokeCallback(double seconds)
           
 boolean RTIambassador.evokeMultipleCallbacks(double minimumTime, double maximumTime)
           
 void RTIambassador.federateRestoreComplete()
           
 void RTIambassador.federateRestoreNotComplete()
           
 void RTIambassador.federateSaveBegun()
           
 void RTIambassador.federateSaveComplete()
           
 void RTIambassador.federateSaveNotComplete()
           
 void RTIambassador.flushQueueRequest(LogicalTime theTime)
           
 AttributeHandle RTIambassador.getAttributeHandle(ObjectClassHandle whichClass, String theName)
           
 String RTIambassador.getAttributeName(ObjectClassHandle whichClass, AttributeHandle theHandle)
           
 DimensionHandleSet RTIambassador.getAvailableDimensionsForClassAttribute(ObjectClassHandle whichClass, AttributeHandle theHandle)
           
 DimensionHandleSet RTIambassador.getAvailableDimensionsForInteractionClass(InteractionClassHandle theHandle)
           
 DimensionHandle RTIambassador.getDimensionHandle(String theName)
           
 DimensionHandleSet RTIambassador.getDimensionHandleSet(RegionHandle region)
           
 String RTIambassador.getDimensionName(DimensionHandle theHandle)
           
 long RTIambassador.getDimensionUpperBound(DimensionHandle theHandle)
           
 InteractionClassHandle RTIambassador.getInteractionClassHandle(String theName)
           
 String RTIambassador.getInteractionClassName(InteractionClassHandle theHandle)
           
 ObjectClassHandle RTIambassador.getKnownObjectClassHandle(ObjectInstanceHandle theObject)
           
 ObjectClassHandle RTIambassador.getObjectClassHandle(String theName)
           
 String RTIambassador.getObjectClassName(ObjectClassHandle theHandle)
           
 ObjectInstanceHandle RTIambassador.getObjectInstanceHandle(String theName)
           
 String RTIambassador.getObjectInstanceName(ObjectInstanceHandle theHandle)
           
 String RTIambassador.getOrderName(OrderType theType)
           
 OrderType RTIambassador.getOrderType(String theName)
           
 ParameterHandle RTIambassador.getParameterHandle(InteractionClassHandle whichClass, String theName)
           
 String RTIambassador.getParameterName(InteractionClassHandle whichClass, ParameterHandle theHandle)
           
 RangeBounds RTIambassador.getRangeBounds(RegionHandle region, DimensionHandle dimension)
           
 String RTIambassador.getTransportationName(TransportationType theType)
           
 TransportationType RTIambassador.getTransportationType(String theName)
           
 boolean RTIambassador.isAttributeOwnedByFederate(ObjectInstanceHandle theObject, AttributeHandle theAttribute)
           
 FederateHandle RTIambassador.joinFederationExecution(String federateType, String federationExecutionName, FederateAmbassador federateReference, MobileFederateServices serviceReferences)
           
 void RTIambassador.localDeleteObjectInstance(ObjectInstanceHandle objectHandle)
           
 void RTIambassador.modifyLookahead(LogicalTimeInterval theLookahead)
           
 void RTIambassador.negotiatedAttributeOwnershipDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag)
           
 void RTIambassador.nextMessageRequest(LogicalTime theTime)
           
 void RTIambassador.nextMessageRequestAvailable(LogicalTime theTime)
           
 long RTIambassador.normalizeFederateHandle(FederateHandle federateHandle)
           
 long RTIambassador.normalizeServiceGroup(ServiceGroup group)
           
 void RTIambassador.publishInteractionClass(InteractionClassHandle theInteraction)
           
 void RTIambassador.publishObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList)
           
 void RTIambassador.queryAttributeOwnership(ObjectInstanceHandle theObject, AttributeHandle theAttribute)
           
 void RTIambassador.queryFederationRestoreStatus()
           
 void RTIambassador.queryFederationSaveStatus()
           
 TimeQueryReturn RTIambassador.queryGALT()
           
 TimeQueryReturn RTIambassador.queryLITS()
           
 LogicalTime RTIambassador.queryLogicalTime()
           
 LogicalTimeInterval RTIambassador.queryLookahead()
           
 void RTIambassador.registerFederationSynchronizationPoint(String synchronizationPointLabel, byte[] userSuppliedTag)
           
 void RTIambassador.registerFederationSynchronizationPoint(String synchronizationPointLabel, byte[] userSuppliedTag, FederateHandleSet synchronizationSet)
           
 ObjectInstanceHandle RTIambassador.registerObjectInstance(ObjectClassHandle theClass)
           
 ObjectInstanceHandle RTIambassador.registerObjectInstance(ObjectClassHandle theClass, String theObjectName)
           
 ObjectInstanceHandle RTIambassador.registerObjectInstanceWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions)
           
 ObjectInstanceHandle RTIambassador.registerObjectInstanceWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions, String theObject)
           
 void RTIambassador.requestAttributeValueUpdate(ObjectClassHandle theClass, AttributeHandleSet theAttributes, byte[] userSuppliedTag)
           
 void RTIambassador.requestAttributeValueUpdate(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag)
           
 void RTIambassador.requestAttributeValueUpdateWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions, byte[] userSuppliedTag)
           
 void RTIambassador.requestFederationRestore(String label)
           
 void RTIambassador.requestFederationSave(String label)
           
 void RTIambassador.requestFederationSave(String label, LogicalTime theTime)
           
 void RTIambassador.reserveObjectInstanceName(String theObjectName)
           
 void RTIambassador.resignFederationExecution(ResignAction resignAction)
           
 void RTIambassador.retract(MessageRetractionHandle theHandle)
           
 void RTIambassador.sendInteraction(InteractionClassHandle theInteraction, ParameterHandleValueMap theParameters, byte[] userSuppliedTag)
           
 MessageRetractionReturn RTIambassador.sendInteraction(InteractionClassHandle theInteraction, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, LogicalTime theTime)
           
 void RTIambassador.sendInteractionWithRegions(InteractionClassHandle theInteraction, ParameterHandleValueMap theParameters, RegionHandleSet regions, byte[] userSuppliedTag)
           
 MessageRetractionReturn RTIambassador.sendInteractionWithRegions(InteractionClassHandle theInteraction, ParameterHandleValueMap theParameters, RegionHandleSet regions, byte[] userSuppliedTag, LogicalTime theTime)
           
 void RTIambassador.setRangeBounds(RegionHandle region, DimensionHandle dimension, RangeBounds bounds)
           
 void RTIambassador.subscribeInteractionClass(InteractionClassHandle theClass)
           
 void RTIambassador.subscribeInteractionClassPassively(InteractionClassHandle theClass)
           
 void RTIambassador.subscribeInteractionClassPassivelyWithRegions(InteractionClassHandle theClass, RegionHandleSet regions)
           
 void RTIambassador.subscribeInteractionClassWithRegions(InteractionClassHandle theClass, RegionHandleSet regions)
           
 void RTIambassador.subscribeObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList)
           
 void RTIambassador.subscribeObjectClassAttributesPassively(ObjectClassHandle theClass, AttributeHandleSet attributeList)
           
 void RTIambassador.subscribeObjectClassAttributesPassivelyWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions)
           
 void RTIambassador.subscribeObjectClassAttributesWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions)
           
 void RTIambassador.synchronizationPointAchieved(String synchronizationPointLabel)
           
 void RTIambassador.timeAdvanceRequest(LogicalTime theTime)
           
 void RTIambassador.timeAdvanceRequestAvailable(LogicalTime theTime)
           
 void RTIambassador.unassociateRegionsForUpdates(ObjectInstanceHandle theObject, AttributeSetRegionSetPairList attributesAndRegions)
           
 void RTIambassador.unconditionalAttributeOwnershipDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void RTIambassador.unpublishInteractionClass(InteractionClassHandle theInteraction)
           
 void RTIambassador.unpublishObjectClass(ObjectClassHandle theClass)
           
 void RTIambassador.unpublishObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList)
           
 void RTIambassador.unsubscribeInteractionClass(InteractionClassHandle theClass)
           
 void RTIambassador.unsubscribeInteractionClassWithRegions(InteractionClassHandle theClass, RegionHandleSet regions)
           
 void RTIambassador.unsubscribeObjectClass(ObjectClassHandle theClass)
           
 void RTIambassador.unsubscribeObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList)
           
 void RTIambassador.unsubscribeObjectClassAttributesWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions)
           
 void RTIambassador.updateAttributeValues(ObjectInstanceHandle theObject, AttributeHandleValueMap theAttributes, byte[] userSuppliedTag)
           
 MessageRetractionReturn RTIambassador.updateAttributeValues(ObjectInstanceHandle theObject, AttributeHandleValueMap theAttributes, byte[] userSuppliedTag, LogicalTime theTime)
           
 

Uses of RTIinternalError in hla.rti1516.jlc
 

Methods in hla.rti1516.jlc that throw RTIinternalError
static Map<String,String> RtiFactoryFactory.getAvailableRtis()
           
 RTIambassador RtiFactory.getRtiAmbassador()
           
static RtiFactory RtiFactoryFactory.getRtiFactory()
           
static RtiFactory RtiFactoryFactory.getRtiFactory(String factoryClassName)