restartDataSource
Stops a JDBC data source, waits a specified period, and then starts the 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. This plugin is effectively stopDataSource and then startDataSource in one operation.
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 |
Restart Delay |
| No | Amount of time in seconds to wait between stopping and starting the data source. Defaults to 5 seconds. |
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