Uses of Class
hla.rti1516.AttributeAlreadyOwned

Packages that use AttributeAlreadyOwned
hla.rti1516   
hla.rti1516.jlc   
 

Uses of AttributeAlreadyOwned in hla.rti1516
 

Methods in hla.rti1516 that throw AttributeAlreadyOwned
 void FederateAmbassador.attributeOwnershipAcquisitionNotification(ObjectInstanceHandle theObject, AttributeHandleSet securedAttributes, byte[] userSuppliedTag)
           
 void FederateAmbassador.attributeOwnershipUnavailable(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void RTIambassador.cancelAttributeOwnershipAcquisition(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void FederateAmbassador.confirmAttributeOwnershipAcquisitionCancellation(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void FederateAmbassador.requestAttributeOwnershipAssumption(ObjectInstanceHandle theObject, AttributeHandleSet offeredAttributes, byte[] userSuppliedTag)
           
 

Uses of AttributeAlreadyOwned in hla.rti1516.jlc
 

Methods in hla.rti1516.jlc that throw AttributeAlreadyOwned
 void NullFederateAmbassador.attributeOwnershipAcquisitionNotification(ObjectInstanceHandle theObject, AttributeHandleSet securedAttributes, byte[] userSuppliedTag)
           
 void NullFederateAmbassador.attributeOwnershipUnavailable(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void NullFederateAmbassador.confirmAttributeOwnershipAcquisitionCancellation(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void NullFederateAmbassador.requestAttributeOwnershipAssumption(ObjectInstanceHandle theObject, AttributeHandleSet offeredAttributes, byte[] userSuppliedTag)