|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeneralTimer | |
---|---|
groovyx.gpars | This package holds classes for asynchronous collection processing. |
groovyx.gpars.actor | This package holds classes forming the public actor API. |
groovyx.gpars.util | Various utility classes enhancing basic Java concurrency constructs. |
Uses of GeneralTimer in groovyx.gpars |
---|
Fields in groovyx.gpars declared as GeneralTimer | |
---|---|
private static GeneralTimer |
GParsPoolUtil.timer
Allows timeouts for async operations |
Methods in groovyx.gpars that return GeneralTimer | |
---|---|
static GeneralTimer |
GParsConfig.retrieveDefaultTimer(java.lang.String name,
boolean daemon)
If a timer factory has been set, it will be used to create a timer. |
Uses of GeneralTimer in groovyx.gpars.actor |
---|
Fields in groovyx.gpars.actor declared as GeneralTimer | |
---|---|
protected static GeneralTimer |
Actor.timer
Timer holding timeouts for react methods |
Uses of GeneralTimer in groovyx.gpars.util |
---|
Methods in groovyx.gpars.util that return GeneralTimer | |
---|---|
GeneralTimer |
TimerFactory.createTimer(java.lang.String name,
boolean daemon)
|
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |