asadmin [asadmin-options] delete-admin-object [--help]
[--target target] jndi_name
delete-admin-object |
Previous | Next | Contents |
removes the administered object with the specified JNDI name.
Synopsis
asadmin [asadmin-options] delete-admin-object [--help]
[--target target] jndi_name
Description
The delete-admin-object
subcommand removes an administered object with
the specified JNDI name.
This subcommand is supported in remote mote 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 is the name of the targets for which the administered object is
to be deleted. Valid values are:
Note: Resources are always created for a domain as a whole but are only
active for targets for which a |
server
Deletes the administered object for the default server instance
server
and is the default value.
Deletes the administered object for the specified configuration.
Deletes the administered object for the specified cluster.
Deletes the administered object for a particular server instance.
Operands
JNDI name of the administered object to be deleted.
Examples
Example 1 Deleting an Administered Object
This example deletes the administered object named jms/samplelqueue
.
asadmin> delete-admin-object jms/samplequeue
Command delete-admin-object executed successfully
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |