2.24.10 list-managed-executor-services
Lists the managed executor service resources.
Synopsis
asadmin [asadmin-options] list-managed-executor-services [--help] [target]
Storage location
Application Server installation directory/javaee/glassfish/bin
Function
The list-managed-executor-services subcommand of asadmin lists the managed executor service resources. This subcommand is supported in remote mode only.
Precondition
Domain Administration Server (DAS) is running.
Arguments
- --help | -?
-
Displays the help text for the subcommand.
- target
-
Specifies the target for which the managed executor service resources are to be listed.
Type: String
The following values can be specified:
-
server
Lists the resources on the default server instance. This is the default value.
-
domain
Lists the resources for the domain.
-
cluster-name
Lists the resources on all the server instances in the specified cluster.
-
instance-name
Lists the resources on a specified server instance.
Default value: server
-
Examples
The following example lists the managed executor service resources on the default server instance.
asadmin list-managed-executor-services
Exit Status
Exit Status |
Explanation |
---|---|
0 |
subcommand executed successfully. |
1 |
error in executing the subcommand. |