Lightweight Bartering Grid

Uses of Class
lbg.peer.core.qms.RequestType

Packages that use RequestType
lbg.peer.core.qms   
lbg.peer.core.xms   
lbg.peer.register.learning.db   
 

Uses of RequestType in lbg.peer.core.qms
 

Methods in lbg.peer.core.qms that return RequestType
static RequestType RequestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of RequestType in lbg.peer.core.xms
 

Methods in lbg.peer.core.xms that return RequestType
 RequestType ExecutionManager.identifyRunningTaskType(Task t)
          Identity running Task type.
 

Methods in lbg.peer.core.xms with parameters of type RequestType
 long ExecutionManager.getStartTime(Task t, RequestType rt)
          Returns the start time of target Task's execution.
 

Uses of RequestType in lbg.peer.register.learning.db
 

Methods in lbg.peer.register.learning.db with parameters of type RequestType
 void TaskSchedulingContext.setOutcome(Task t, long xstart_time, RequestType rt)
           
 


Lightweight Bartering Grid

Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.