Uses of Interface
org.demac.management.RecruitOrder

Packages that use RecruitOrder
org.demac.impl.j2me.management.core.instruction   
org.demac.impl.j2me.management.order   
org.demac.impl.j2me.management.util   
org.demac.management   
 

Uses of RecruitOrder in org.demac.impl.j2me.management.core.instruction
 

Methods in org.demac.impl.j2me.management.core.instruction that return RecruitOrder
 RecruitOrder SenderInstruction.getSenderRecruitOrder()
          This method is used to get the RecruitOrder that characterizes the propagation of the request.
 

Constructors in org.demac.impl.j2me.management.core.instruction with parameters of type RecruitOrder
SenderInstruction(Directive dir, RecruitOrder sendOrd)
          This constructor should be used if the receiver of the corresponding request should not answer with the help of recruits.
SenderInstruction(Directive dir, RecruitOrder sendOrd, ReceiverRecruitOrder recOrd)
          This constructor should be used if the receiver of the corresponding request should answer the way it is specified in the ReceiverRecruitOrder.
 

Uses of RecruitOrder in org.demac.impl.j2me.management.order
 

Classes in org.demac.impl.j2me.management.order that implement RecruitOrder
 class ReceiverRecruitOrderImpl
          This class is used to characterize how results of requests (e.g. status request, abort request) are submitted to to the corresponding requesting device using the recruitment-procedure.
 class ReceiverRecruitOrderWithTimeImpl
          /** This class is the implementation of the ReceiverRecruitOrderWithTime interface.
 class SenderRecruitOrderImpl
          This class is used to characterize how requests (e.g. status request, abort request) are submitted to to the corresponding processor of a process using the recruitment-procedure.
 

Uses of RecruitOrder in org.demac.impl.j2me.management.util
 

Methods in org.demac.impl.j2me.management.util that return RecruitOrder
static RecruitOrder StringToObject.parseSenderRecruitOrder(java.lang.String str)
          This method is used to convert a String representation of a RecruitOrder to the corresponding object.
 

Uses of RecruitOrder in org.demac.management
 

Subinterfaces of RecruitOrder in org.demac.management
 interface ReceiverRecruitOrder
          This class is used to characterize the recruitment procedure for the receiver of a given request.
 interface ReceiverRecruitOrderWithTime
          /** This class extends the ReceiverRecruitOrder.