|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.utilities.ObjectInstanceProxy
org.npsnet.xrti.proxies.HLAobjectRootProxy
org.npsnet.xrti.proxies.HLAreflectionProxy
org.npsnet.xrti.proxies.HLAdataTypeProxy
org.npsnet.xrti.proxies.HLAvariantRecordDataTypeProxy
Represents an HLA variant record data type.
| Field Summary | |
private HLAalternative[] |
alternatives
The alternatives of the variant record type. |
private AttributeHandle |
alternativesHandle
The handle of the alternatives attribute. |
private boolean |
alternativesIsDirty
Whether or not the alternatives attribute has changed. |
private boolean |
alternativesIsValid
Whether or not the alternatives attribute has been set. |
private java.lang.String |
dataType
The data type of the variant record type. |
private AttributeHandle |
dataTypeHandle
The handle of the dataType attribute. |
private boolean |
dataTypeIsDirty
Whether or not the dataType attribute has changed. |
private boolean |
dataTypeIsValid
Whether or not the dataType attribute has been set. |
private java.lang.String |
discriminant
The discriminant of the variant record type. |
private AttributeHandle |
discriminantHandle
The handle of the discriminant attribute. |
private boolean |
discriminantIsDirty
Whether or not the discriminant attribute has changed. |
private boolean |
discriminantIsValid
Whether or not the discriminant attribute has been set. |
private java.lang.String |
encoding
The encoding of the variant record type. |
private AttributeHandle |
encodingHandle
The handle of the encoding attribute. |
private boolean |
encodingIsDirty
Whether or not the encoding attribute has changed. |
private boolean |
encodingIsValid
Whether or not the encoding attribute has been set. |
private java.util.Vector |
HLAvariantRecordDataTypeListeners
Listeners for attributes associated with the HLAvariantRecordDataType class. |
private java.lang.String |
semantics
The semantics of the variant record type. |
private AttributeHandle |
semanticsHandle
The handle of the semantics attribute. |
private boolean |
semanticsIsDirty
Whether or not the semantics attribute has changed. |
private boolean |
semanticsIsValid
Whether or not the semantics attribute has been set. |
| Fields inherited from class org.npsnet.xrti.proxies.HLAdataTypeProxy |
|
| Fields inherited from class org.npsnet.xrti.proxies.HLAreflectionProxy |
|
| Fields inherited from class org.npsnet.xrti.proxies.HLAobjectRootProxy |
|
| Fields inherited from class org.npsnet.xrti.utilities.ObjectInstanceProxy |
autoFlushDisabled, classHandle, deleted, instanceHandle, rtiAmbassador |
| Constructor Summary | |
protected |
HLAvariantRecordDataTypeProxy(RTIambassador pRTIAmbassador,
ObjectClassHandle pClassHandle)
Constructor for object instance proxies created to represent new locally owned objects. |
protected |
HLAvariantRecordDataTypeProxy(RTIambassador pRTIAmbassador,
ObjectClassHandle pClassHandle,
java.lang.String pName)
Constructor for object instance proxies created to represent new locally owned objects. |
protected |
HLAvariantRecordDataTypeProxy(RTIambassador pRTIAmbassador,
ObjectInstanceHandle pInstanceHandle,
ObjectClassHandle pClassHandle,
java.lang.String pName)
Constructor for object instance proxies created in response to discovered objects. |
| Method Summary | |
void |
addHLAvariantRecordDataTypeListener(HLAvariantRecordDataTypeListener l)
Adds a listener for attributes associated with the HLAvariantRecordDataType class. |
HLAalternative[] |
getAlternatives()
Returns the value of the alternatives attribute. |
protected void |
getAttributeValuesToFlush(AttributeHandleValueMap ahvm,
boolean superFlush)
Places the attribute values to flush into the specified map. |
java.lang.String |
getDataType()
Returns the value of the dataType attribute. |
java.lang.String |
getDiscriminant()
Returns the value of the discriminant attribute. |
java.lang.String |
getEncoding()
Returns the value of the encoding attribute. |
java.lang.String |
getSemantics()
Returns the value of the semantics attribute. |
private void |
initializeAttributes()
Initializes the attributes and their handles. |
void |
provideAttributeValueUpdate(AttributeHandleSet theAttributes,
byte[] userSuppliedTag)
Notifies the proxy that it should provide an update regarding a set of object attributes. |
void |
reflectAttributeValues(AttributeHandleValueMap theAttributes,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
Notifies the proxy of changes to the state of an object instance. |
void |
removeHLAvariantRecordDataTypeListener(HLAvariantRecordDataTypeListener l)
Removes a listener for attributes associated with the HLAvariantRecordDataType class. |
void |
setAlternatives(HLAalternative[] pAlternatives,
byte[] userSuppliedTag)
Sets the value of the alternatives attribute. |
void |
setDataType(java.lang.String pDataType,
byte[] userSuppliedTag)
Sets the value of the dataType attribute. |
void |
setDiscriminant(java.lang.String pDiscriminant,
byte[] userSuppliedTag)
Sets the value of the discriminant attribute. |
void |
setEncoding(java.lang.String pEncoding,
byte[] userSuppliedTag)
Sets the value of the encoding attribute. |
void |
setSemantics(java.lang.String pSemantics,
byte[] userSuppliedTag)
Sets the value of the semantics attribute. |
| Methods inherited from class org.npsnet.xrti.proxies.HLAdataTypeProxy |
addHLAdataTypeListener, removeHLAdataTypeListener |
| Methods inherited from class org.npsnet.xrti.proxies.HLAreflectionProxy |
addHLAreflectionListener, getName, removeHLAreflectionListener, setName |
| Methods inherited from class org.npsnet.xrti.proxies.HLAobjectRootProxy |
addHLAobjectRootListener, removeHLAobjectRootListener |
| Methods inherited from class org.npsnet.xrti.utilities.ObjectInstanceProxy |
delete, equals, flushAttributeValues, flushAttributeValues, getAutoFlushDisabled, getClassHandle, getInstanceHandle, hashCode, isDeleted, reflectAttributeValues, reflectAttributeValues, reflectAttributeValues, reflectAttributeValues, reflectAttributeValues, setAutoFlushDisabled, setDeleted, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.npsnet.xrti.proxies.HLAdataType |
addHLAdataTypeListener, removeHLAdataTypeListener |
| Methods inherited from interface org.npsnet.xrti.proxies.HLAreflection |
addHLAreflectionListener, getName, removeHLAreflectionListener, setName |
| Methods inherited from interface org.npsnet.xrti.proxies.HLAobjectRoot |
addHLAobjectRootListener, removeHLAobjectRootListener |
| Field Detail |
private java.util.Vector HLAvariantRecordDataTypeListeners
private AttributeHandle discriminantHandle
private boolean discriminantIsValid
private boolean discriminantIsDirty
private java.lang.String discriminant
private AttributeHandle dataTypeHandle
private boolean dataTypeIsValid
private boolean dataTypeIsDirty
private java.lang.String dataType
private AttributeHandle alternativesHandle
private boolean alternativesIsValid
private boolean alternativesIsDirty
private HLAalternative[] alternatives
private AttributeHandle encodingHandle
private boolean encodingIsValid
private boolean encodingIsDirty
private java.lang.String encoding
private AttributeHandle semanticsHandle
private boolean semanticsIsValid
private boolean semanticsIsDirty
private java.lang.String semantics
| Constructor Detail |
protected HLAvariantRecordDataTypeProxy(RTIambassador pRTIAmbassador,
ObjectInstanceHandle pInstanceHandle,
ObjectClassHandle pClassHandle,
java.lang.String pName)
throws RTIinternalError
pRTIAmbassador - the run-time infrastructure ambassadorpInstanceHandle - the object instance handlepClassHandle - the object class handlepName - the object name
RTIinternalError - if an internal error occurred in the
run-time infrastructure
protected HLAvariantRecordDataTypeProxy(RTIambassador pRTIAmbassador,
ObjectClassHandle pClassHandle)
throws ObjectClassNotDefined,
ObjectClassNotPublished,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
RTIinternalError
pRTIAmbassador - the run-time infrastructure ambassadorpClassHandle - the object class handle
ObjectClassNotDefined - if the specified object class is not defined
ObjectClassNotPublished - if the specified object class is not published
FederateNotExecutionMember - if the federate is not a member of an execution
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the
run-time infrastructure
protected HLAvariantRecordDataTypeProxy(RTIambassador pRTIAmbassador,
ObjectClassHandle pClassHandle,
java.lang.String pName)
throws ObjectClassNotDefined,
ObjectClassNotPublished,
IllegalName,
ObjectInstanceNameInUse,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
RTIinternalError
pRTIAmbassador - the run-time infrastructure ambassadorpClassHandle - the object class handlepName - the object name
ObjectClassNotDefined - if the specified object class is not defined
ObjectClassNotPublished - if the specified object class is not published
IllegalName - if the instance name has is illegal
ObjectInstanceNameInUse - if the instance name is already in use
FederateNotExecutionMember - if the federate is not a member of an execution
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the
run-time infrastructure| Method Detail |
private void initializeAttributes()
throws InvalidObjectClassHandle,
NameNotFound,
ObjectClassNotDefined,
AttributeNotDefined,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
RTIinternalError
InvalidObjectClassHandle - if an object class handle is invalid
NameNotFound - if a name is not found
ObjectClassNotDefined - if an object class is not defined
AttributeNotDefined - if an attribute is not defined
FederateNotExecutionMember - if the federate is not an execution member
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the run-time
infrastructure
public void reflectAttributeValues(AttributeHandleValueMap theAttributes,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
throws AttributeNotRecognized,
AttributeNotSubscribed,
FederateInternalError
reflectAttributeValues in class HLAdataTypeProxytheAttributes - the map between attribute handles and the new values of
the identified attributesuserSuppliedTag - a user-supplied tag associated with the state changesentOrdering - the type of ordering with which the update was senttheTransport - the type of transport associated with the update
AttributeNotRecognized - if the attribute was not recognized
AttributeNotSubscribed - if the federate had not subscribed to the
attribute
FederateInternalError - if an error occurs in the federate
public void provideAttributeValueUpdate(AttributeHandleSet theAttributes,
byte[] userSuppliedTag)
throws AttributeNotRecognized,
AttributeNotOwned,
FederateInternalError
provideAttributeValueUpdate in class HLAdataTypeProxytheAttributes - the set of attribute handles identifying the attributes that
should be sentuserSuppliedTag - the user-supplied tag associated with the request
AttributeNotRecognized - if an identified attribute was not recognized
AttributeNotOwned - if the federate did not own a specified attribute
FederateInternalError - if an error occurs in the federate
protected void getAttributeValuesToFlush(AttributeHandleValueMap ahvm,
boolean superFlush)
throws RTIinternalError
getAttributeValuesToFlush in class HLAdataTypeProxyahvm - the attribute handle value map to populatesuperFlush - if true provide updates for all attributes;
if false, only provide updates for the modified ones
RTIinternalError - if an internal error occurs in the run-time
infrastructurepublic void addHLAvariantRecordDataTypeListener(HLAvariantRecordDataTypeListener l)
addHLAvariantRecordDataTypeListener in interface HLAvariantRecordDataTypel - the listener to removepublic void removeHLAvariantRecordDataTypeListener(HLAvariantRecordDataTypeListener l)
removeHLAvariantRecordDataTypeListener in interface HLAvariantRecordDataTypel - the listener to remove
public void setDiscriminant(java.lang.String pDiscriminant,
byte[] userSuppliedTag)
throws ObjectInstanceNotKnown,
AttributeNotDefined,
AttributeNotOwned,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
RTIinternalError
setDiscriminant in interface HLAvariantRecordDataTypepDiscriminant - the new attribute valueuserSuppliedTag - a user-supplied tag to associate with the action
ObjectInstanceNotKnown - if the object instance is unknown
AttributeNotDefined - if one of the attributes is undefined
AttributeNotOwned - if one of the attributes is not owned
FederateNotExecutionMember - if the federate is not a member of an execution
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the
run-time infrastructurepublic java.lang.String getDiscriminant()
getDiscriminant in interface HLAvariantRecordDataType
public void setDataType(java.lang.String pDataType,
byte[] userSuppliedTag)
throws ObjectInstanceNotKnown,
AttributeNotDefined,
AttributeNotOwned,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
RTIinternalError
setDataType in interface HLAvariantRecordDataTypepDataType - the new attribute valueuserSuppliedTag - a user-supplied tag to associate with the action
ObjectInstanceNotKnown - if the object instance is unknown
AttributeNotDefined - if one of the attributes is undefined
AttributeNotOwned - if one of the attributes is not owned
FederateNotExecutionMember - if the federate is not a member of an execution
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the
run-time infrastructurepublic java.lang.String getDataType()
getDataType in interface HLAvariantRecordDataType
public void setAlternatives(HLAalternative[] pAlternatives,
byte[] userSuppliedTag)
throws ObjectInstanceNotKnown,
AttributeNotDefined,
AttributeNotOwned,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
RTIinternalError
setAlternatives in interface HLAvariantRecordDataTypepAlternatives - the new attribute valueuserSuppliedTag - a user-supplied tag to associate with the action
ObjectInstanceNotKnown - if the object instance is unknown
AttributeNotDefined - if one of the attributes is undefined
AttributeNotOwned - if one of the attributes is not owned
FederateNotExecutionMember - if the federate is not a member of an execution
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the
run-time infrastructurepublic HLAalternative[] getAlternatives()
getAlternatives in interface HLAvariantRecordDataType
public void setEncoding(java.lang.String pEncoding,
byte[] userSuppliedTag)
throws ObjectInstanceNotKnown,
AttributeNotDefined,
AttributeNotOwned,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
RTIinternalError
setEncoding in interface HLAvariantRecordDataTypepEncoding - the new attribute valueuserSuppliedTag - a user-supplied tag to associate with the action
ObjectInstanceNotKnown - if the object instance is unknown
AttributeNotDefined - if one of the attributes is undefined
AttributeNotOwned - if one of the attributes is not owned
FederateNotExecutionMember - if the federate is not a member of an execution
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the
run-time infrastructurepublic java.lang.String getEncoding()
getEncoding in interface HLAvariantRecordDataType
public void setSemantics(java.lang.String pSemantics,
byte[] userSuppliedTag)
throws ObjectInstanceNotKnown,
AttributeNotDefined,
AttributeNotOwned,
FederateNotExecutionMember,
SaveInProgress,
RestoreInProgress,
RTIinternalError
setSemantics in interface HLAvariantRecordDataTypepSemantics - the new attribute valueuserSuppliedTag - a user-supplied tag to associate with the action
ObjectInstanceNotKnown - if the object instance is unknown
AttributeNotDefined - if one of the attributes is undefined
AttributeNotOwned - if one of the attributes is not owned
FederateNotExecutionMember - if the federate is not a member of an execution
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the
run-time infrastructurepublic java.lang.String getSemantics()
getSemantics in interface HLAvariantRecordDataType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||