!--a11y-->
CONNECTOR 
This section describes the commands of the Connector Container Service. They are added to the shell environment by executing ADD CONNECTOR on the command line.
CONNECTOR_INFO
Syntax |
CONNECTOR_INFO <options> |
Arguments |
|
[-a] |
Lists the names of all deployed resource adapters |
[-c <connectorName>] |
Displays information about a particular resource adapter. |
Description |
Displays information about the resource adapters deployed on the server |
GET_DEBUG_MODE
Syntax |
GET_DEBUG_MODE <connectorName> |
Arguments |
|
<connectorName> |
The JNDI name of the relevant connection factory |
Description |
Displays information about the debug mode of a resource adapter. |
LIST_CONNS
Syntax |
LIST_CONNS <connectorName> [-showTrace] |
Arguments |
|
<connectorName> |
The JNDI name of the relevant connection factory |
[-showTrace] |
Displays the full stack trace of a call |
Description |
Displays information about the free and used physical connections provided by a resource adapter. |
SWITCH_DEBUG_MODE
Syntax |
SWITCH_DEBUG_MODE <connectorName> [-debug] |
Arguments |
|
<connectorName> |
The JNDI name of the relevant connection factory |
[-debug] |
Switches on the debug mode for the used physical connections provided by the adapter |
Description |
Displays information about the debug mode of the used physical connections provided by a resource adapter, and switches on the debug mode for the specified connection factory. |
