asadmin [asadmin-options] delete-managed-scheduled-executor-service [--help]
[--target target]
managed_scheduled_executor_service_name
delete-managed-scheduled-executor-service |
Previous | Next | Contents |
removes a managed scheduled executor service resource with the specified JNDI name
Synopsis
asadmin [asadmin-options] delete-managed-scheduled-executor-service [--help]
[--target target]
managed_scheduled_executor_service_name
Description
The delete-managed-scheduled-executor-service
subcommand removes a
managed scheduled executor service resource with the specified JNDI
name.
This subcommand is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help 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.
Deletes the resource from every server instance in the specified cluster.
Deletes the resource from the specified server instance.
Operands
The JNDI name of the resource to be deleted.
Examples
Example 1 Deleting a Managed Scheduled Executor Service Resource
This example deletes the managed scheduled executor service resource
named concurrent/myScheduledExecutor
.
asadmin> delete-managed-scheduled-executor-service concurrent/myScheduledExecutor
Managed scheduled executor service concurrent/myScheduledExecutor deleted successfully.
Command delete-managed-scheduled-executor-service executed successfully.
Exit Status
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |