|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTask.SimpleTaskHandler<ReturnValueType>
Task.NetworkTaskHandler<ReturnValueType>
public class NetworkTaskHandler<ReturnValueType>
NetworkTaskHandler extends SimpleTaskHandler, and adds support for notOnline(AbstractTask).
| Constructor Summary | |
|---|---|
NetworkTaskHandler()
|
|
| Method Summary | |
|---|---|
void |
notOnline(AbstractTask task)
this is called if the method is trying to run in the background and the container is not online. |
| Methods inherited from class Task.SimpleTaskHandler |
|---|
beforeStart, cancelled, error, interrupted, ok, shutdownCalled, started, stopped |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface Task.SimpleTaskHandlerIF |
|---|
beforeStart, cancelled, error, interrupted, ok, shutdownCalled, started, stopped |
| Constructor Detail |
|---|
public NetworkTaskHandler()
| Method Detail |
|---|
public void notOnline(AbstractTask task)
notOnline in interface NetworkTaskHandlerIF<ReturnValueType>task -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||