Uses of Class
jade.core.Timer
-
Packages that use Timer Package Description jade.core This package contains the microkernel of JADE system.jade.imtp.leap.http jade.imtp.leap.JICP -
-
Uses of Timer in jade.core
Methods in jade.core that return Timer Modifier and Type Method Description TimerTimerDispatcher. add(Timer t)Methods in jade.core with parameters of type Timer Modifier and Type Method Description TimerTimerDispatcher. add(Timer t)voidAgent. doTimeOut(Timer t)Restarts the behaviour associated with t.voidTimerListener. doTimeOut(Timer t)voidTimerDispatcher. remove(Timer t) -
Uses of Timer in jade.imtp.leap.http
Methods in jade.imtp.leap.http with parameters of type Timer Modifier and Type Method Description voidHTTPFEDispatcher. doTimeOut(Timer t) -
Uses of Timer in jade.imtp.leap.JICP
Methods in jade.imtp.leap.JICP with parameters of type Timer Modifier and Type Method Description voidBIFEDispatcher. doTimeOut(Timer t)voidFrontEndDispatcher. doTimeOut(Timer t)Mutual exclusion with updateKeepAlive(), updateConnectionDropDown() and clearTimers()
-