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.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Weblogic Server or Cluster Name(s) | FDWLS_SERVER_OR_CLUSTER_NAMES | Yes | Comma separated string containing WebLogic Server or Cluster name(s). It is assumed that you are using managed server or cluster of same name in various environments. |
Weblogic Data Source Name | FDWLS_DATA_SOURCE_NAME | Yes | The JDBC data source name. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Server or Cluster Name(s) | FDWLS_INP_SERVER_OR_CLUSTER_NAMES | No | WebLogic Server or Cluster name(s) for start data source operation. Overrides the Weblogic Server or Cluster Name(s) project property. |
Data Source Name | FDWLS_INP_DATA_SOURCE_NAME | No | The JDBC data source name.. Overrides the Weblogic Data Source Name project property. |
FDWLS_INP_RESTART_DATA_SOURCE_DELAY | No | Amount of time in seconds to wait between stopping and starting the data source. Defaults to 5 seconds. |
Outputs
Output Name | Description |
---|
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the environment instance 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.
Special Considerations
N/A
- style