| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestHandler
The request handler.
| Method Summary | |
|---|---|
 void | 
act(double timeStep)
Let the request handler to act for a given time period.  | 
 StatCollector<?> | 
getStatCollector()
Get the statistic collector.  | 
 void | 
processRequestMsg(Request msg)
Process the request message.  | 
 void | 
setBasePolicyCallback(BasePolicyCallback basePolicy)
Set the base policy call-back.  | 
| Method Detail | 
|---|
void setBasePolicyCallback(BasePolicyCallback basePolicy)
basePolicy - the base policy's call-backvoid act(double timeStep)
timeStep - the time periodvoid processRequestMsg(Request msg)
msg - the request messageStatCollector<?> getStatCollector()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||