Uses of Interface
org.commonreality.message.request.IRequest

Packages that use IRequest
org.commonreality.message.command.control   
org.commonreality.message.request.connect   
org.commonreality.message.request.object   
org.commonreality.message.request.time   
org.commonreality.participant.impl   
 

Uses of IRequest in org.commonreality.message.command.control
 

Subinterfaces of IRequest in org.commonreality.message.command.control
 interface IControlCommand
          request that sensors and agents change their run state
 

Classes in org.commonreality.message.command.control that implement IRequest
 class ControlCommand
           
 

Uses of IRequest in org.commonreality.message.request.connect
 

Subinterfaces of IRequest in org.commonreality.message.request.connect
 interface IConnectionRequest
          request a connection.
 

Classes in org.commonreality.message.request.connect that implement IRequest
 class ConnectionRequest
           
 

Uses of IRequest in org.commonreality.message.request.object
 

Subinterfaces of IRequest in org.commonreality.message.request.object
 interface INewIdentifierRequest
          sent to CR by a sensor when it wants to create some objects.
 interface 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
 interface 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
 

Classes in org.commonreality.message.request.object that implement IRequest
 class NewIdentifierRequest
           
 class ObjectCommandRequest
           
 class ObjectDataRequest
           
 

Uses of IRequest in org.commonreality.message.request.time
 

Subinterfaces of IRequest in org.commonreality.message.request.time
 interface IRequestTime
          A request for the time to be set.
 

Classes in org.commonreality.message.request.time that implement IRequest
 class RequestTime
           
 

Uses of IRequest in org.commonreality.participant.impl
 

Methods in org.commonreality.participant.impl with parameters of type IRequest
 java.util.concurrent.Future<IAcknowledgement> RequestTracker.newRequest(IRequest request)