|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeUnit | |
---|---|
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 |
Uses of TimeUnit in org.jboss.errai.bus.client.api.builder |
---|
Methods in org.jboss.errai.bus.client.api.builder with parameters of type TimeUnit | |
---|---|
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 TimeUnit in org.jboss.errai.bus.server |
---|
Methods in org.jboss.errai.bus.server with parameters of type TimeUnit | |
---|---|
AsyncTask |
DefaultTaskManager.schedule(TimeUnit unit,
int interval,
Runnable task)
|
AsyncTask |
DefaultTaskManager.scheduleRepeating(TimeUnit unit,
int interval,
Runnable task)
|
Uses of TimeUnit in org.jboss.errai.bus.server.async.scheduling |
---|
Methods in org.jboss.errai.bus.server.async.scheduling with parameters of type TimeUnit | |
---|---|
AsyncTask |
PooledExecutorService.schedule(Runnable runnable,
TimeUnit unit,
long interval)
|
AsyncTask |
PooledExecutorService.scheduleRepeating(Runnable runnable,
TimeUnit unit,
long initial,
long interval)
|
Uses of TimeUnit in org.jboss.errai.common.client.api.tasks |
---|
Methods in org.jboss.errai.common.client.api.tasks with parameters of type TimeUnit | |
---|---|
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)
|
Uses of TimeUnit in org.jboss.errai.common.client.util |
---|
Methods in org.jboss.errai.common.client.util that return TimeUnit | |
---|---|
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. |
Methods in org.jboss.errai.common.client.util with parameters of type TimeUnit | |
---|---|
long |
TimeUnit.convert(long sourceDuration,
TimeUnit sourceUnit)
Convert the given time duration in the given unit to this unit. |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |