|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Task | |
|---|---|
| com.sun.sgs.app | Provides the interface to the RedDwarf Server used by application developers. |
| com.sun.sgs.impl.app.profile | Provides manager implementations that support profiling. |
| com.sun.sgs.impl.service.channel | Provides an implementation of ChannelManager. |
| com.sun.sgs.impl.service.session | Provides an implementation of ClientSessionService. |
| com.sun.sgs.impl.service.task | Provides an implementation of TaskService. |
| Uses of Task in com.sun.sgs.app |
|---|
| Methods in com.sun.sgs.app with parameters of type Task | |
|---|---|
PeriodicTaskHandle |
TaskManager.schedulePeriodicTask(Task task,
long delay,
long period)
Schedules a task to run periodically after a delay. |
void |
TaskManager.scheduleTask(Task task)
Schedules a task to run now. |
void |
TaskManager.scheduleTask(Task task,
long delay)
Schedules a task to run after a delay. |
| Uses of Task in com.sun.sgs.impl.app.profile |
|---|
| Methods in com.sun.sgs.impl.app.profile with parameters of type Task | |
|---|---|
PeriodicTaskHandle |
ProfileTaskManager.schedulePeriodicTask(Task task,
long delay,
long period)
Schedules a task to run periodically after a delay. |
void |
ProfileTaskManager.scheduleTask(Task task)
Schedules a task to run now. |
void |
ProfileTaskManager.scheduleTask(Task task,
long delay)
Schedules a task to run after a delay. |
| Uses of Task in com.sun.sgs.impl.service.channel |
|---|
| Classes in com.sun.sgs.impl.service.channel that implement Task | |
|---|---|
(package private) static class |
ChannelImpl.ReassignCoordinatorsTask
A persistent task to reassign channel coordinators on a failed node to another node. |
(package private) static class |
ChannelImpl.RemoveFailedNodeFromLocalChannelsTask
A persistent task to remove a failed node, from locally coordinated channels. |
| Uses of Task in com.sun.sgs.impl.service.session |
|---|
| Classes in com.sun.sgs.impl.service.session that implement Task | |
|---|---|
(package private) static class |
ClientSessionImpl.HandleNextDisconnectedSessionTask
A persistent task to schedule tasks to notify (in succession) the client session listener of each disconnected session on a given failed node and to clean up the persistent data and bindings of those client sessions. |
| Uses of Task in com.sun.sgs.impl.service.task |
|---|
| Methods in com.sun.sgs.impl.service.task with parameters of type Task | |
|---|---|
(package private) void |
PendingTask.resetValues(Task t,
long s,
long p)
Re-sets this PendingTask with the given values, and marks
it as unavailable. |
PeriodicTaskHandle |
TaskServiceImpl.schedulePeriodicTask(Task task,
long delay,
long period)
Schedules a task to run periodically after a delay. |
void |
TaskServiceImpl.scheduleTask(Task task)
Schedules a task to run now. |
void |
TaskServiceImpl.scheduleTask(Task task,
long delay)
Schedules a task to run after a delay. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||