|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkTracker
Tracks works that are running in behalf of a given component.
| Field Summary |
|---|
| Fields inherited from interface org.mule.api.lifecycle.Disposable |
|---|
PHASE_NAME |
| Method Summary | |
|---|---|
void |
addWork(Runnable work)
Adds a work for tracking. |
List<Runnable> |
pendingWorks()
Returns a list of works that are not completed. |
void |
removeWork(Runnable work)
Removes a work from tracking. |
| Methods inherited from interface org.mule.api.lifecycle.Disposable |
|---|
dispose |
| Method Detail |
|---|
List<Runnable> pendingWorks()
void addWork(Runnable work)
work - non null work.void removeWork(Runnable work)
work - non null work
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||