org.commonreality.message.request.object
Interface INewIdentifierRequest

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

public interface INewIdentifierRequest
extends IRequest

sent to CR by a sensor when it wants to create some objects. typically this is done in bulk so that the sensor can cache up some objects for later delivery to the agent

Author:
developer

Method Summary
 java.util.Collection<IIdentifier> getIdentifiers()
           
 
Methods inherited from interface org.commonreality.message.request.IRequest
acknowledgementRequired
 
Methods inherited from interface org.commonreality.message.IMessage
copy, getMessageId, getSource
 

Method Detail

getIdentifiers

java.util.Collection<IIdentifier> getIdentifiers()