Package | Description |
---|---|
org.jboss.errai.bus.client.api.builder | |
org.jboss.errai.bus.server |
The server-side components of ErraiBus.
|
org.jboss.errai.bus.server.async.scheduling | |
org.jboss.errai.common.client.api.tasks | |
org.jboss.errai.common.client.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AsyncTask |
DefaultTaskManager.schedule(TimeUnit unit,
int interval,
Runnable task) |
AsyncTask |
DefaultTaskManager.scheduleRepeating(TimeUnit unit,
int interval,
Runnable task) |
Modifier and Type | Method and Description |
---|---|
AsyncTask |
PooledExecutorService.schedule(Runnable runnable,
TimeUnit unit,
long interval) |
AsyncTask |
PooledExecutorService.scheduleRepeating(Runnable runnable,
TimeUnit unit,
long initial,
long interval) |
Modifier and Type | Method and Description |
---|---|
AsyncTask |
ClientTaskManager.schedule(TimeUnit unit,
int interval,
Runnable userTask) |
AsyncTask |
TaskManager.schedule(TimeUnit unit,
int interval,
Runnable task)
Schedules the given task for execution at a later time.
|
AsyncTask |
ClientTaskManager.scheduleRepeating(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.
|
Modifier and Type | Method and Description |
---|---|
static TimeUnit |
TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnit[] |
TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
TimeUnit.convert(long sourceDuration,
TimeUnit sourceUnit)
Convert the given time duration in the given unit to this
unit.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.