Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

list-connector-resources

lists all connector resources

Synopsis

list-connector-resources [--help] [target]

Description

The list-connector-resources subcommand lists all connector resources.

This subcommand is supported in remote mode only.

Options

--help
-?

Displays the help text for the subcommand.

Operands

target

The target for which the connector resources are to be listed. Valid values are as follows:

server

Lists the connector resources on the default server instance. This is the default value.

domain

Lists the connector resources for the domain.

cluster-name

Lists the connector resources on all server instances in the specified cluster.

instance-name

Lists the connector resources on a specified server instance.

Examples

Example 1   Listing Connector Resources

This example lists all existing connector resources.

asadmin> list-connector-resources
jms/qConnFactory
Command list-connector-resources executed successfully.

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand

See Also

create-connector-resource(1), delete-connector-resource(1)

asadmin(1M)