org.demac.management
Interface ReceiverRecruitOrder

All Superinterfaces:
RecruitOrder
All Known Subinterfaces:
ReceiverRecruitOrderWithTime
All Known Implementing Classes:
ReceiverRecruitOrderImpl, ReceiverRecruitOrderWithTimeImpl

public interface ReceiverRecruitOrder
extends RecruitOrder

This class is used to characterize the recruitment procedure for the receiver of a given request. It describes how the corresponding results should be transferred and to whom they should be transferred.


Method Summary
 java.util.Vector getReceiverIDs()
          This method is used to get the unique identifier of the devices that should get the results of the corresponding request.
 
Methods inherited from interface org.demac.management.RecruitOrder
getRecruitcount, getRecruitdepth, getSendtrials, getWaittime, setRecruitcount, setRecruitdepth, setSendtrials, setWaittime
 

Method Detail

getReceiverIDs

java.util.Vector getReceiverIDs()
This method is used to get the unique identifier of the devices that should get the results of the corresponding request.

Returns:
a Vector consisting of UUID of the corresponding devices.