Removes a managed executor service resource with the specified JNDI name.
Synopsis
asadmin [asadmin-options] delete-managed-executor-service [--help]
[--target target]
managed_executor_service_nameDescription
The delete-managed-executor-service subcommand removes a managed executor service resource with the specified JNDI name.
This subcommand is supported in remote mode only.
Options
- asadmin-options
- 
Options for the asadminutility. For information about these options, see theasadminhelp page.
- --help
- -?
- 
Displays the help text for the subcommand. 
- --target
- 
Specifies the target from which you are deleting the resource. Valid targets are: - server
- 
Deletes the resource from the default server instance. This is the default value. 
- domain
- 
Deletes the resource from the domain. 
- cluster_name
- 
Deletes the resource from every server instance in the specified cluster. 
- instance_name
- 
Deletes the resource from the specified server instance. 
 
Examples
Example 1 Deleting a Managed Executor Service Resource
This example deletes the managed executor service resource named concurrent/myExecutor.
asadmin> delete-managed-executor-service concurrent/Executor1
Managed executor service concurrent/Executor1 deleted successfully.
Command delete-managed-executor-service executed successfully.