asadmin [asadmin-options] delete-connector-resource [--help]
[--target target] jndi_name
delete-connector-resource |
Previous | Next | Contents |
removes the connector resource with the specified JNDI name
Synopsis
asadmin [asadmin-options] delete-connector-resource [--help]
[--target target] jndi_name
Description
The delete-connector-resource
subcommand removes the connector
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
This option specifies the target from which you want to remove the
connector resource. Valid targets are:
Note: Resources are always created for a domain as a whole but are only
active for targets for which a |
server
Deletes the connector resource from the default server instance. This is the default value.
domain
Deletes the connector resource from the domain.
Deletes the connector resource from every server instance in the cluster.
Deletes the connector resource from a specified server instance.
Operands
The JNDI name of this connector resource.
Examples
Example 1 Deleting a Connector Resource
This example deletes a connector resource named jms/qConnFactory
.
asadmin> delete-connector-resource jms/qConnFactory
Command delete-connector-resource executed successfully
Example 2 Using the delete-connector-resource subcommand
This example shows the usage of this subcommand.
asadmin> delete-connector-resource jms/qConnFactory
Command delete-connector-resource executed successfully
Where jms/qConnFactory
is the connector resource that is removed.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |