Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

delete-threadpool

removes a thread pool

Synopsis

delete-threadpool [--help] [--target target] threadpool-id

Description

Removes the thread pool with the specified ID. This subcommand is supported in remote mode only.

Options

--help
-?

Displays the help text for the subcommand.

--target

This option specifies the target from which you are removing the thread pool.

Valid values are as follows:

server

Deletes the thread pool for the default GlassFish Server instance server and is the default value.

configuration-name

Deletes the thread pool for the named configuration.

cluster-name

Deletes the thread pool for every instance in the cluster.

instance-name

Deletes the thread pool for a particular instance.

Operands

threadpool-id

An ID for the work queue, for example, thread-pool1, threadpool-2, and so forth.

Examples

Example 1   Deleting a Thread Pool

This example deletes threadpool-l.

asadmin> delete-threadpool threadpool-1
Command delete-threadpool executed successfully

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand

See Also

create-threadpool(1), list-threadpools(1)

asadmin(1M)