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
getType
IObjectCommand.Type getType()
getIdentifiers
java.util.Collection<IIdentifier> getIdentifiers()
getDestination
IIdentifier getDestination()
- destination for this message. in the case of sensor-agent
- Returns: