|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FederationExecutionRemote
Remote interface of a federation execution.
| Method Summary | |
|---|---|
AttributeHandle |
getAttributeHandle(ObjectClassHandle objectClassHandle,
java.lang.String theName)
Implements HLA service 10.4 (See IEEE Std 1516.1-2000). |
java.lang.String |
getAttributeName(ObjectClassHandle whichClass,
AttributeHandle theHandle)
Implements HLA service 10.5 (See IEEE Std 1516.1-2000). |
InteractionClassHandle |
getInteractionClassHandle(java.lang.String theName)
Implements HLA service 10.6 (See IEEE Std 1516.1-2000). |
java.lang.String |
getInteractionClassName(InteractionClassHandle theHandle)
Implements HLA service 10.7 (See IEEE Std 1516.1-2000). |
int |
getJoinedFederates()
Returns the number of currently joined federates. |
ObjectClassHandle |
getKnownObjectClassHandle(ObjectInstanceHandle theObject)
Implements HLA service 10.16 (See IEEE Std 1516.1-2000). |
ObjectClassHandle |
getObjectClassHandle(java.lang.String theName)
Implements HLA service 10.2 (See IEEE Std 1516.1-2000). |
java.lang.String |
getObjectClassName(ObjectClassHandle theHandle)
Implements HLA service 10.3 (See IEEE Std 1516.1-2000). |
ObjectInstanceHandle |
getObjectInstanceHandle(java.lang.String theName)
Implements HLA service 10.10 (See IEEE Std 1516.1-2000). |
java.lang.String |
getObjectInstanceName(ObjectInstanceHandle theHandle)
Implements HLA service 10.11 (See IEEE Std 1516.1-2000). |
ParameterHandle |
getParameterHandle(InteractionClassHandle whichClass,
java.lang.String theName)
Implements HLA service 10.8 (See IEEE Std 1516.1-2000). |
java.lang.String |
getParameterName(InteractionClassHandle whichClass,
ParameterHandle theHandle)
Implements HLA service 10.9 (See IEEE Std 1516.1-2000). |
java.util.Map<LrcRemote,java.util.Set<FederateHandle>> |
getSubscriptions(InteractionClassHandle interactionClassHandle,
FederateHandle askingFederate)
Implements part of the HLA service 6.17 (See IEEE Std 1516.1-2000). |
java.util.Map<LrcRemote,java.util.Map<FederateHandle,AttributeHandle[]>> |
getSubscriptions(ObjectInstanceHandle objectInstanceHandle,
AttributeHandle[] attributeHandles,
FederateHandle askingFederateHandle)
Implements part of the HLA service 6.6 (See IEEE Std 1516.1-2000). |
void |
publishInteractionClass(InteractionClassHandle interactionClassHandle,
FederateHandle federateHandle)
Implements HLA service 5.4 (See IEEE Std 1516.1-2000). |
void |
publishObjectClassAttributes(ObjectClassHandle theClass,
AttributeHandle[] attributeHandles,
FederateHandle federateHandle)
Implements HLA service 5.2 (See IEEE Std 1516.1-2000). |
void |
registerFederationSynchronizationPoint(java.lang.String synchronizationPointLabel,
byte[] userSuppliedTag,
FederateHandle askingFederate)
Implements HLA service 4.6 (See IEEE Std 1516.1-2000). |
void |
registerFederationSynchronizationPoint(java.lang.String synchronizationPointLabel,
byte[] userSuppliedTag,
FederateHandle[] handles,
FederateHandle askingFederate)
Implements HLA service 4.6 (See IEEE Std 1516.1-2000). |
ObjectInstanceHandle |
registerObjectInstance(ObjectClassHandle objectClassHandle,
FederateHandle federateHandle)
Implements HLA service 6.4 (See IEEE Std 1516.1-2000). |
ObjectInstanceHandle |
registerObjectInstance(ObjectClassHandle objectClassHandle,
java.lang.String instanceName,
FederateHandle federateHandle)
Implements HLA service 6.4 (See IEEE Std 1516.1-2000). |
void |
requestAttributeValueUpdate(ObjectInstanceHandle objectInstanceHandle,
AttributeHandle[] attributeHandles,
byte[] userSuppliedTag)
Implements HLA service 6.17 (See IEEE Std 1516.1-2000). |
void |
resign(ResignAction resignAction,
FederateHandle federateHandle)
Implements HLA service 4.6 (See IEEE Std 1516.1-2000). |
void |
subscribeInteractionClass(InteractionClassHandle interactionClassHandle,
FederateHandle federateHandle)
Implements HLA service 5.8 (See IEEE Std 1516.1-2000). |
void |
subscribeObjectClassAttributes(ObjectClassHandle objectClassHandle,
AttributeHandle[] attributeHandles,
FederateHandle federateHandle)
Implements HLA service 5.6 (See IEEE Std 1516.1-2000). |
void |
synchronizationPointAchieved(java.lang.String synchronizationPointLabel,
FederateHandle federateHandle)
Implements HLA service 4.9 (See IEEE Std 1516.1-2000). |
void |
unpublishInteractionClass(InteractionClassHandle interactionClassHandle,
FederateHandle federateHandle)
|
void |
unpublishObjectClass(ObjectClassHandle theClass,
FederateHandle federateHandle)
Implements HLA service 5.3 (See IEEE Std 1516.1-2000). |
void |
unpublishObjectClassAttributes(ObjectClassHandle objectClassHandle,
AttributeHandle[] attributeHandles,
FederateHandle federateHandle)
Implements HLA service 5.3 (See IEEE Std 1516.1-2000). |
void |
unsubscribeInteractionClass(InteractionClassHandle theClass,
FederateHandle federateHandle)
Implements HLA service 5.9 (See IEEE Std 1516.1-2000). |
void |
unsubscribeObjectClass(ObjectClassHandle theClass,
FederateHandle federateHandle)
Implements HLA service 5.7 (See IEEE Std 1516.1-2000). |
void |
unsubscribeObjectClassAttributes(ObjectClassHandle theClass,
AttributeHandle[] attributeHandles,
FederateHandle federateHandle)
Implements HLA service 5.7 (See IEEE Std 1516.1-2000). |
| Method Detail |
|---|
void resign(ResignAction resignAction,
FederateHandle federateHandle)
throws OwnershipAcquisitionPending,
FederateOwnsAttributes,
FederateNotExecutionMember,
java.rmi.RemoteException
resignAction - unusedfederateHandle - the handle of the federate that shall be resigned
OwnershipAcquisitionPending - not implemented
FederateOwnsAttributes - thrown if the federate still owns attributes
FederateNotExecutionMember - if the federate identified by the given handle is not
currently joined to this federation execution
java.rmi.RemoteException - RMI remote exception happened while calling this method
void registerFederationSynchronizationPoint(java.lang.String synchronizationPointLabel,
byte[] userSuppliedTag,
FederateHandle askingFederate)
throws SaveInProgress,
RestoreInProgress,
FederateNotExecutionMember,
java.rmi.RemoteException
synchronizationPointLabel - the label of the new synchronization pointuserSuppliedTag - user supplied taghandles -
SaveInProgress - no implemented
RestoreInProgress - not implemented
FederateNotExecutionMember - if the federate identified by the given handle is not
currently joined to this federation execution
java.rmi.RemoteException - RMI remote exception happened while calling this method
void registerFederationSynchronizationPoint(java.lang.String synchronizationPointLabel,
byte[] userSuppliedTag,
FederateHandle[] handles,
FederateHandle askingFederate)
throws SaveInProgress,
RestoreInProgress,
FederateNotExecutionMember,
java.rmi.RemoteException
synchronizationPointLabel - the label of the new synchronization pointuserSuppliedTag - user supplied taghandles -
SaveInProgress - no implemented
RestoreInProgress - not implemented
java.rmi.RemoteException - RMI remote exception happened while calling this method
FederateNotExecutionMember
void synchronizationPointAchieved(java.lang.String synchronizationPointLabel,
FederateHandle federateHandle)
throws SynchronizationPointLabelNotAnnounced,
SaveInProgress,
RestoreInProgress,
java.rmi.RemoteException
synchronizationPointLabel.
synchronizationPointLabel - the label of the synchronization to be achievedfederateHandle - the handle of the federate that achieved the synchronization
point
SynchronizationPointLabelNotAnnounced - the synchronization point has never been announced, i.e.
#registerFederationSynchronizationPoint(String, byte[])
was not called with the the
synchronizationPointLabel given here.
SaveInProgress - no implemented
RestoreInProgress - not implemented
java.rmi.RemoteException - RMI remote exception happened while calling this method
ObjectClassHandle getObjectClassHandle(java.lang.String theName)
throws NameNotFound,
java.rmi.RemoteException
theName - the fully qualified name of the object class.
NameNotFound - the FOM does not contain a class with this fully qualified
name
java.rmi.RemoteException - RMI remote exception happened while calling this method
java.lang.String getObjectClassName(ObjectClassHandle theHandle)
throws ObjectClassNotDefined,
java.rmi.RemoteException
HLAobjectRoot.
theHandle - the object class handle for which the name shall be returned
ObjectClassNotDefined - the given object class handle does not identify an object
class of this federation execution.
java.rmi.RemoteException - RMI remote exception happened while calling this method
AttributeHandle getAttributeHandle(ObjectClassHandle objectClassHandle,
java.lang.String theName)
throws ObjectClassNotDefined,
NameNotFound,
java.rmi.RemoteException
objectClassHandle - the object class handle the attribute is defined intheName - the name of the attribute for which the attribute handle shall
be returned
NameNotFound - there is no attribute defined with the given name in the
object class identified by the given object class handle
handle.
ObjectClassNotDefined - the given object class handle does not identify an object
class of this federation execution.
java.rmi.RemoteException - RMI remote exception happened while calling this method
java.lang.String getAttributeName(ObjectClassHandle whichClass,
AttributeHandle theHandle)
throws InvalidAttributeHandle,
AttributeNotDefined,
ObjectClassNotDefined,
java.rmi.RemoteException
whichClass - the object classtheHandle - the handle of the attribute
InvalidAttributeHandle - the given attribute handle is not valid
AttributeNotDefined - the attribute is not defined for the class identified with
the given object class handle
ObjectClassNotDefined - the given object class handle does not identify an object
class of this federation execution.
java.rmi.RemoteException - RMI remote exception happened while calling this method
InteractionClassHandle getInteractionClassHandle(java.lang.String theName)
throws NameNotFound,
java.rmi.RemoteException
theName - the fully qualified name of the interaction for which the
handle shall be returned.
NameNotFound - no interaction class is defined in the FOM with the given
name
java.rmi.RemoteException - RMI remote exception happened while calling this method
java.lang.String getInteractionClassName(InteractionClassHandle theHandle)
throws InteractionClassNotDefined,
java.rmi.RemoteException
theHandle - the interaction class handle for which the name shall be
returned.
InteractionClassNotDefined - the given interaction class handle is not defined for this
federation execution
java.rmi.RemoteException - RMI remote exception happened while calling this method
ParameterHandle getParameterHandle(InteractionClassHandle whichClass,
java.lang.String theName)
throws NameNotFound,
InteractionClassNotDefined,
java.rmi.RemoteException
whichClass - the interaction class the parameter is defined intheName - the name of the parameter
InteractionClassNotDefined - the given interaction class handle is not defined for this
federation execution
NameNotFound - the interaction class has not defined a parameter with the
given name
java.rmi.RemoteException - RMI remote exception happened while calling this method
java.lang.String getParameterName(InteractionClassHandle whichClass,
ParameterHandle theHandle)
throws InvalidParameterHandle,
InteractionParameterNotDefined,
InteractionClassNotDefined,
java.rmi.RemoteException
whichClass - the interaction class handle containing the parametertheHandle - the parameter handle for which the name shall be returned
InvalidParameterHandle - the parameter has not been defined of is not valid
InteractionParameterNotDefined - the interaction class identified by the given interaction
class handle has not defined a parameter with the given
parameter handle.
InteractionClassNotDefined - the interaction class has not been defined in this federation
execution
java.rmi.RemoteException - RMI remote exception happened while calling this method
ObjectInstanceHandle getObjectInstanceHandle(java.lang.String theName)
throws ObjectInstanceNotKnown,
java.rmi.RemoteException
theName - the name of the object instance for which the object instance
handle shall be returned
ObjectInstanceNotKnown - no object instance was previously registered with the name
given
java.rmi.RemoteException - RMI remote exception happened while calling this methodRTIambassador.registerObjectInstance(ObjectClassHandle, String)
java.lang.String getObjectInstanceName(ObjectInstanceHandle theHandle)
throws ObjectInstanceNotKnown,
java.rmi.RemoteException
theHandle - the handle identifying the object instance for which the name
shall be returned
ObjectInstanceNotKnown - the object instance handle is not valid
java.rmi.RemoteException - RMI remote exception happened while calling this method
ObjectClassHandle getKnownObjectClassHandle(ObjectInstanceHandle theObject)
throws ObjectInstanceNotKnown,
java.rmi.RemoteException
theObject - the object instance handle identifying the object instance for
which its object class shall be returned
ObjectInstanceNotKnown - the given object instance is not valid
java.rmi.RemoteException - RMI remote exception happened while calling this method
void publishObjectClassAttributes(ObjectClassHandle theClass,
AttributeHandle[] attributeHandles,
FederateHandle federateHandle)
throws ObjectClassNotDefined,
AttributeNotDefined,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
InvalidFederateHandle,
InvalidAttributeHandle,
java.rmi.RemoteException,
InvalidObjectClassHandle
theClass - the object class the attributes are defined inattributeHandles - a list of attributes to be added to the published attributes
of the given federatefederateHandle - the handle of the federate that publishes the given attributes
ObjectClassNotDefined - the object class given by the object class handle is not
defined in the FOM of this federation execution
AttributeNotDefined - one or more of the attributes are not defined in the given
object class
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
SaveInProgress - not implemented
RestoreInProgress - not implemented
java.rmi.RemoteException - RMI remote exception happened while calling this method
InvalidAttributeHandle
InvalidFederateHandle
InvalidObjectClassHandle
void unpublishObjectClass(ObjectClassHandle theClass,
FederateHandle federateHandle)
throws ObjectClassNotDefined,
FederateNotExecutionMember,
java.rmi.RemoteException
theClass - the object class that contains the attributes which shall be
removed from the published attributesfederateHandle - the handle of the federate that shall unpublish the given
attributes
ObjectClassNotDefined - the object class given by the object class handle is not
defined in the FOM of this federation execution
OwnershipAcquisitionPending - not implemented
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
SaveInProgress - not implemented
RestoreInProgress - not implemented
java.rmi.RemoteException - RMI remote exception happened while calling this method
void unpublishObjectClassAttributes(ObjectClassHandle objectClassHandle,
AttributeHandle[] attributeHandles,
FederateHandle federateHandle)
throws ObjectClassNotDefined,
AttributeNotDefined,
FederateNotExecutionMember,
InvalidAttributeHandle,
java.rmi.RemoteException
objectClassHandle - the object class that defines the given attributesattributeList - the attributes to be un-publishedfederateHandle - the federate that un-publishes the given attributes
ObjectClassNotDefined - if the given object class is not defined in the FOM of this
federation executoin
AttributeNotDefined - if one of the attributes is not defined
FederateNotExecutionMember - if the given federat is not joined to this federation
execution
InvalidAttributeHandle - if one of the attributes is not valid
java.rmi.RemoteException - RMI remote exception happened while calling this method
void publishInteractionClass(InteractionClassHandle interactionClassHandle,
FederateHandle federateHandle)
throws InteractionClassNotDefined,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
java.rmi.RemoteException
interactionClassHandle - the interaction to be added to the to the published
interactions of the given federatefederateHandle - the handle of the federate that wants to publish the given
interaction
InteractionClassNotDefined - the interaction class given by the interaction class handle
is not defined in the FOM of this federation execution
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
SaveInProgress - not implemented
RestoreInProgress - not implemented
java.rmi.RemoteException - RMI remote exception happened while calling this method
void unpublishInteractionClass(InteractionClassHandle interactionClassHandle,
FederateHandle federateHandle)
throws InteractionClassNotDefined,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
java.rmi.RemoteException
InteractionClassNotDefined
FederateNotExecutionMember
SaveInProgress
RestoreInProgress
java.rmi.RemoteException
void subscribeObjectClassAttributes(ObjectClassHandle objectClassHandle,
AttributeHandle[] attributeHandles,
FederateHandle federateHandle)
throws ObjectClassNotDefined,
AttributeNotDefined,
FederateNotExecutionMember,
InvalidAttributeHandle,
java.rmi.RemoteException
objectClassHandle - the object class the attributes are defined inattributeHandles - the object class attributes that the given federate shall be
subscribed tofederateHandle - the federate that shall subscribe to the given object class
attributes
ObjectClassNotDefined - the object class given by the object class handle is not
defined in the FOM of this federation execution
AttributeNotDefined - one or more of the attributes are not defined in the given
object class
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
InvalidAttributeHandle - the given attribute handle is not valid
java.rmi.RemoteException - RMI remote exception happened while calling this method
void unsubscribeObjectClassAttributes(ObjectClassHandle theClass,
AttributeHandle[] attributeHandles,
FederateHandle federateHandle)
throws ObjectClassNotDefined,
AttributeNotDefined,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
InvalidAttributeHandle,
java.rmi.RemoteException
theClass - the object class the attributes are defined inattributeHandles - the object class attributes that the given federate shall be
unsubscribed fromfederateHandle - the federate that shall unsubscribe from the given object
class attributes
ObjectClassNotDefined - the object class given by the object class handle is not
defined in the FOM of this federation execution
AttributeNotDefined - one or more of the attributes are not defined in the given
object class
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
SaveInProgress - not implemented
RestoreInProgress - not implemented
InvalidAttributeHandle - If one of the attribute handles given is not valid
java.rmi.RemoteException - RMI remote exception happened while calling this method
void unsubscribeObjectClass(ObjectClassHandle theClass,
FederateHandle federateHandle)
throws ObjectClassNotDefined,
FederateNotExecutionMember,
java.rmi.RemoteException
theClass - the object class the attributes are defined infederateHandle - the federate that shall unsubscribe from the given object
class attributes
ObjectClassNotDefined - the object class given by the object class handle is not
defined in the FOM of this federation execution
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
SaveInProgress - not implemented
RestoreInProgress - not implemented
java.rmi.RemoteException - RMI remote exception happened while calling this method
void subscribeInteractionClass(InteractionClassHandle interactionClassHandle,
FederateHandle federateHandle)
throws InteractionClassNotDefined,
FederateServiceInvocationsAreBeingReportedViaMOM,
FederateNotExecutionMember,
java.rmi.RemoteException
interactionClassHandle - the interaction class handle to be subscribed tofederateHandle - the federate that subscribes to the interaction class
InteractionClassNotDefined - if the interfaction class is not defined in the FOM of this
federation execution
FederateServiceInvocationsAreBeingReportedViaMOM
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
java.rmi.RemoteException - RMI remote exception happened while calling this method
void unsubscribeInteractionClass(InteractionClassHandle theClass,
FederateHandle federateHandle)
throws InteractionClassNotDefined,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
java.rmi.RemoteException
theClass - the interaction class the given federate shall be subscribed
tofederateHandle - the federate that shall be subscribed to the given interaction
class
InteractionClassNotDefined - the interaction class given by the interaction class handle
is not defined in the FOM of this federation execution
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
SaveInProgress - not implemented
RestoreInProgress - not implemented
java.rmi.RemoteException - RMI remote exception happened while calling this method
ObjectInstanceHandle registerObjectInstance(ObjectClassHandle objectClassHandle,
FederateHandle federateHandle)
throws ObjectClassNotDefined,
ObjectClassNotPublished,
FederateNotExecutionMember,
java.rmi.RemoteException,
InvalidObjectClassHandle
objectClassHandle - the object class of the instance to be registered.federateHandle - the federate that registers the new instance
ObjectClassNotDefined - the object class given by the object class handle is not
defined in the FOM of this federation execution
ObjectClassNotPublished - the federate (given with the federate handle) does not
publish the given object class and can therefore not register
an instance
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
java.rmi.RemoteException - RMI remote exception happened while calling this method
InvalidObjectClassHandle
ObjectInstanceHandle registerObjectInstance(ObjectClassHandle objectClassHandle,
java.lang.String instanceName,
FederateHandle federateHandle)
throws ObjectClassNotDefined,
ObjectClassNotPublished,
ObjectInstanceNameNotReserved,
ObjectInstanceNameInUse,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
java.rmi.RemoteException
ObjectClassNotDefined - the object class given by the object class handle is not
defined in the FOM of this federation execution
ObjectClassNotPublished - the federate (given with the federate handle) does not
publish the given object class and can therefore not register
an instance
ObjectInstanceNameNotReserved - The object instance name was not reserved.
ObjectInstanceNameInUse - the object instance name was already coadunated with another
object instance
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
java.rmi.RemoteException - RMI remote exception happened while calling this method
InvalidObjectClassHandle
SaveInProgress
RestoreInProgress
java.util.Map<LrcRemote,java.util.Map<FederateHandle,AttributeHandle[]>> getSubscriptions(ObjectInstanceHandle objectInstanceHandle,
AttributeHandle[] attributeHandles,
FederateHandle askingFederateHandle)
throws AttributeNotDefined,
AttributeNotOwned,
FederateNotExecutionMember,
InvalidAttributeHandle,
ObjectInstanceNotKnown,
java.rmi.RemoteException
objectInstanceHandle - the object instance handle of the attributes to checked for
ownership.attributeHandles - the attribute handles to be checked for subscribed federates.askingFederateHandle - the federate asking for the subscribed federates
AttributeNotDefined - one or more of the attributes in the attribute value map are
not defined in the class of the instance
AttributeNotOwned - one or more of the attributes in the attribute value map are
not owned by the given federate
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
ObjectInstanceNotKnown - if the given object instance handle is not identifying a
registered object instance of this federation execution
InvalidAttributeHandle - If one of the attribute handles given is not valid
java.rmi.RemoteException - RMI remote exception happened while calling this method
java.util.Map<LrcRemote,java.util.Set<FederateHandle>> getSubscriptions(InteractionClassHandle interactionClassHandle,
FederateHandle askingFederate)
throws InteractionClassNotDefined,
InteractionClassNotPublished,
FederateNotExecutionMember,
java.rmi.RemoteException
interactionClassHandle - the interaction class handle to be checked for subscribed
federatesfederateHandle - the federate asking for the subscribed federates
InteractionClassNotDefined - the given interaction class is not defined in the FOM of this
federation execution
InteractionClassNotDefined - the given interaction class is not published by the given
federate
FederateNotExecutionMember - the federate identified with the given federate handle is not
joined tho this federation execution
java.rmi.RemoteException - RMI remote exception happened while calling this method
InteractionClassNotPublished
void requestAttributeValueUpdate(ObjectInstanceHandle objectInstanceHandle,
AttributeHandle[] attributeHandles,
byte[] userSuppliedTag)
throws ObjectInstanceNotKnown,
AttributeNotDefined,
SaveInProgress,
RestoreInProgress,
java.rmi.RemoteException
objectInstanceHandle - the object instance handle for which updates shall be providedattributeHandles - the attributes for which updates shall be provideduserSuppliedTag - user supplied tag (delivered as is to the applicable
federates)
ObjectInstanceNotKnown - the object instance has not been register previously
AttributeNotDefined - on or more of the given attributes are not defined for the
object class of the given object instance
SaveInProgress - not implemented
RestoreInProgress - not implemented
java.rmi.RemoteException - RMI remote exception happened while calling this methodLrcRemote.provideAttributeValueUpdate(ObjectInstanceHandle,
AttributeHandleSet, byte[], FederateHandle[], String)
int getJoinedFederates()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||