org.commonreality.message.request.object
Interface IObjectCommandRequest

All Superinterfaces:
IMessage, IRequest, java.io.Serializable
All Known Implementing Classes:
ObjectCommandRequest

public interface IObjectCommandRequest
extends IRequest

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

Author:
developer

Method Summary
 IIdentifier getDestination()
          destination for this message.
 java.util.Collection<IIdentifier> getIdentifiers()
           
 IObjectCommand.Type getType()
           
 
Methods inherited from interface org.commonreality.message.request.IRequest
acknowledgementRequired
 
Methods inherited from interface org.commonreality.message.IMessage
copy, getMessageId, getSource
 

Method Detail

getType

IObjectCommand.Type getType()

getIdentifiers

java.util.Collection<IIdentifier> getIdentifiers()

getDestination

IIdentifier getDestination()
destination for this message. in the case of sensor-agent

Returns: