|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WatcherTask | |
---|---|
ch.busyboxes.agoo.dao | |
ch.busyboxes.agoo.dao.impl |
Uses of WatcherTask in ch.busyboxes.agoo.dao |
---|
Methods in ch.busyboxes.agoo.dao that return WatcherTask | |
---|---|
WatcherTask |
WatcherTaskDAO.fetchNextPendingTask()
Returns the next pending task |
Methods in ch.busyboxes.agoo.dao with parameters of type WatcherTask | |
---|---|
void |
WatcherTaskDAO.removeTask(WatcherTask watcherTask)
Removes the following task |
void |
WatcherTaskDAO.updateTask(WatcherTask watcherTask)
Updates the given task |
Uses of WatcherTask in ch.busyboxes.agoo.dao.impl |
---|
Methods in ch.busyboxes.agoo.dao.impl that return WatcherTask | |
---|---|
WatcherTask |
WatcherTaskDAOImpl.fetchNextPendingTask()
|
Methods in ch.busyboxes.agoo.dao.impl with parameters of type WatcherTask | |
---|---|
void |
WatcherTaskDAOImpl.removeTask(WatcherTask watcherTask)
|
void |
WatcherTaskDAOImpl.updateTask(WatcherTask watcherTask)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |