|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AutoShutdownSignals | |
|---|---|
| Task | |
| Task.Manager | |
| Uses of AutoShutdownSignals in Task |
|---|
| Fields in Task declared as AutoShutdownSignals | |
|---|---|
protected AutoShutdownSignals[] |
AbstractTask._autoShutdownRay
this holds all the AutoShutdownSignals types that this task will respond to |
| Methods in Task that return AutoShutdownSignals | |
|---|---|
AutoShutdownSignals[] |
AbstractTask.getAutoShutdownPolicy()
|
static AutoShutdownSignals |
AutoShutdownSignals.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AutoShutdownSignals[] |
AutoShutdownSignals.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in Task with parameters of type AutoShutdownSignals | |
|---|---|
boolean |
AbstractTask.hasAutoShutdownPolicy(AutoShutdownSignals policy)
returns true if this task has an autostop policy that matches the param |
void |
AbstractTask.setAutoShutdownPolicy(AutoShutdownSignals... policy)
|
| Constructors in Task with parameters of type AutoShutdownSignals | |
|---|---|
NetworkTask(TaskManager container,
TaskExecutorIF<ReturnValueType> exec,
java.lang.String name,
java.lang.String descr,
AutoShutdownSignals... policy)
|
|
RecurringNetworkTask(TaskManager container,
TaskExecutorIF<ReturnValueType> exec,
java.lang.String name,
java.lang.String descr,
AutoShutdownSignals... policy)
|
|
SimpleTask(TaskManager taskManager,
TaskExecutorIF<ReturnValueType> exec,
java.lang.String name,
java.lang.String descr,
AutoShutdownSignals... autoShutdownPolicy)
use this constructor if you want the tasks to show up in the DesktopAppContainerIF |
|
| Uses of AutoShutdownSignals in Task.Manager |
|---|
| Methods in Task.Manager with parameters of type AutoShutdownSignals | |
|---|---|
void |
TaskManager.autoShutdownOn(AutoShutdownSignals stopOnThis)
stops any registered tasks that have an AutoShutdownSignals policy that matches what's in shutdown. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||