|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeScheduler3.TaskType | |
|---|---|
| org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
| Uses of TimeScheduler3.TaskType in org.jgroups.util |
|---|
| Fields in org.jgroups.util declared as TimeScheduler3.TaskType | |
|---|---|
protected TimeScheduler3.TaskType |
TimeScheduler3.RecurringTask.type
|
| Methods in org.jgroups.util that return TimeScheduler3.TaskType | |
|---|---|
static TimeScheduler3.TaskType |
TimeScheduler3.TaskType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TimeScheduler3.TaskType[] |
TimeScheduler3.TaskType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jgroups.util with parameters of type TimeScheduler3.TaskType | |
|---|---|
protected java.util.concurrent.Future<?> |
TimeScheduler3.scheduleRecurring(java.lang.Runnable work,
TimeScheduler3.TaskType type,
long initial_delay,
long delay,
java.util.concurrent.TimeUnit unit)
|
| Constructors in org.jgroups.util with parameters of type TimeScheduler3.TaskType | |
|---|---|
TimeScheduler3.RecurringTask(java.lang.Runnable runnable,
TimeScheduler3.TaskType type,
long initial_delay,
long delay,
java.util.concurrent.TimeUnit unit)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||