| Package | Description |
|---|---|
| weblogic.management.runtime |
| Modifier and Type | Method and Description |
|---|---|
JDBCDataSourceTaskRuntimeMBean |
JDBCDataSourceRuntimeMBean.getLastTask()
Get the last datasource Task
|
JDBCDataSourceTaskRuntimeMBean[] |
JDBCDataSourceRuntimeMBean.getTasks()
Get preexisting datasource Tasks
|
JDBCDataSourceTaskRuntimeMBean |
JDBCDataSourceRuntimeMBean.shutdown(int operationSecs)
Gracefully, asynchronously shuts down a data source that has a health
state of
Running. |
JDBCDataSourceTaskRuntimeMBean |
JDBCDataSourceRuntimeMBean.suspend(int operationSecs)
Asynchronously, gracefully suspends a data source that has the health
state of
Running and disables existing connections. |