Task
Interface NetworkTaskHandlerIF<ReturnValueType>
- All Superinterfaces:
- SimpleTaskHandlerIF<ReturnValueType>
- All Known Implementing Classes:
- NetworkTaskHandler
public interface NetworkTaskHandlerIF<ReturnValueType>
- extends SimpleTaskHandlerIF<ReturnValueType>
NetworkTaskHandlerIF is an extension of the lifecycle events that can be passed to a task handler
that deals with responding to network-enabled tasks.
- Since:
- Oct 5, 2007, 9:59:30 AM
- Version:
- 1.0
- Author:
- Nazmul Idris
- See Also:
more information on the lifecycle methods
|
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. |
notOnline
void notOnline(AbstractTask task)
- this is called if the method is trying to run in the background and the container
is not online.
- Parameters:
task -
Copyright © 2011. All Rights Reserved.