|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncTask | |
---|---|
org.jboss.errai.bus.client.api.builder | |
org.jboss.errai.bus.server | The server-side components of ErraiBus. |
org.jboss.errai.bus.server.async | |
org.jboss.errai.bus.server.async.scheduling | |
org.jboss.errai.common.client.api.tasks |
Uses of AsyncTask in org.jboss.errai.bus.client.api.builder |
---|
Methods in org.jboss.errai.bus.client.api.builder that return AsyncTask | |
---|---|
AsyncTask |
MessageReplySendable.replyDelayed(TimeUnit unit,
int interval)
|
AsyncTask |
MessageReplySendable.replyRepeating(TimeUnit unit,
int interval)
|
AsyncTask |
MessageBuildSendableDispatcher.sendDelayedWith(RequestDispatcher viaThis,
TimeUnit unit,
int interval)
Sends the message after a specified delay with the specified RequestDispatcher. |
AsyncTask |
MessageBuildSendableDispatcher.sendRepeatingWith(RequestDispatcher viaThis,
TimeUnit unit,
int interval)
Sends the message periodically with the specified RequestDispatcher. |
Uses of AsyncTask in org.jboss.errai.bus.server |
---|
Methods in org.jboss.errai.bus.server that return AsyncTask | |
---|---|
AsyncTask |
DefaultTaskManager.schedule(TimeUnit unit,
int interval,
Runnable task)
|
AsyncTask |
DefaultTaskManager.scheduleRepeating(TimeUnit unit,
int interval,
Runnable task)
|
Uses of AsyncTask in org.jboss.errai.bus.server.async |
---|
Classes in org.jboss.errai.bus.server.async that implement AsyncTask | |
---|---|
class |
TimedTask
A TimedTask is used for scheduling tasks, and making sure they are run at appropriate times and intervals |
Uses of AsyncTask in org.jboss.errai.bus.server.async.scheduling |
---|
Methods in org.jboss.errai.bus.server.async.scheduling that return AsyncTask | |
---|---|
AsyncTask |
PooledExecutorService.schedule(Runnable runnable,
TimeUnit unit,
long interval)
|
AsyncTask |
PooledExecutorService.scheduleRepeating(Runnable runnable,
TimeUnit unit,
long initial,
long interval)
|
Uses of AsyncTask in org.jboss.errai.common.client.api.tasks |
---|
Methods in org.jboss.errai.common.client.api.tasks that return AsyncTask | |
---|---|
AsyncTask |
HasAsyncTaskRef.getAsyncTask()
Returns the AsyncTask instance most recently set in HasAsyncTaskRef.setAsyncTask(AsyncTask) , or null if setAsyncTask() has not
been called yet. |
AsyncTask |
TaskManager.schedule(TimeUnit unit,
int interval,
Runnable task)
Schedules the given task for execution at a later time. |
AsyncTask |
ClientTaskManager.schedule(TimeUnit unit,
int interval,
Runnable userTask)
|
AsyncTask |
TaskManager.scheduleRepeating(TimeUnit unit,
int interval,
Runnable task)
Schedules the given task for repeated execution at the given rate. |
AsyncTask |
ClientTaskManager.scheduleRepeating(TimeUnit unit,
int interval,
Runnable userTask)
|
Methods in org.jboss.errai.common.client.api.tasks with parameters of type AsyncTask | |
---|---|
void |
HasAsyncTaskRef.setAsyncTask(AsyncTask task)
Called by Errai scheduler services when they receive this Runnable and before its run() method is called. |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |