Microsoft SDK for Java

TaskManager Class Constructors

The TaskManager Class contains the following constructors:

TaskManager(ThreadGroup threadGroup)
TaskManager(ThreadGroup threadGroup, boolean runTasksAsDaemons)

TaskManager(ThreadGroup threadGroup)

Constructs a new TaskManager object.

Syntax

public TaskManager(ThreadGroup threadGroup);

Parameters

threadGroup The thread group that the task manager creates threads in.

TaskManager(ThreadGroup threadGroup, boolean runTasksAsDaemons)

Constructs a new TaskManager object.

Syntax

public TaskManager(ThreadGroup threadGroup, boolean runTasksAsDaemons);

Parameters

threadGroup The thread group that the task manager creates threads in.
runTasksAsDaemons Set to true if the tasks in this task manager are to run on daemon threads; otherwise, set to false.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.