Package org.commonreality.message.request.object

Interface Summary
INewIdentifierAcknowledgement response from CR
INewIdentifierRequest sent to CR by a sensor when it wants to create some objects.
IObjectCommandRequest This request mirrors IObjectCommand, allowing the sensor to add,remove,update objects - CR will respect the request then issue an IObjectCommand sent to the sensor (in acknowledgement) and to the agent
IObjectDataRequest Request that CR update its data for these objects - this will also result in a IObjectData event coming from CR to the respective agent and a general acknowledgement to the sensor
 

Class Summary
NewIdentifierAcknowledgement  
NewIdentifierRequest  
ObjectCommandRequest  
ObjectDataRequest