stopDataSource
Stop a JDBC data source. A JDBC data source is an object bound to the JNDI tree that provides database connectivity through a pool of JDBC connections. To use the plugin a single data source and one or more servers/clusters must be provided.
Note
If the data source is not in a "Running" state then no changes will be made.
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Weblogic Server or Cluster Name(s) |
| Yes | Comma separated string containing WebLogic Server or Cluster name(s). |
Weblogic Data Source Name |
| Yes | The JDBC data source name. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Server or Cluster Name(s) |
| No | WebLogic Server or Cluster name(s) for start data source operation. Overrides the |
Data Source Name |
| No | The JDBC data source name. Overrides the |
Force Shutdown |
| No | Forcibly shutting down a data source will disconnection of all current connection users. Defaults to false. |
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the Target which have a resource type of WLS Admin Server. Since the admin server only runs on one server, it is expected that for a given domain, there will only be one endpoint with a resource type set to WLS Admin Server.
Endpoint Execution
This operation will execute on the Admin Server endpoint selected using the WLS Admin Server resource type.
- style