Use this page to perform JCA life cycle management operations on data source and connection factory MBeans. With these management operations, you can control the runtime status of the corresponding data source and connection factory resources.
Specifies to pause the MBean that is selected. Pausing an MBean halts outbound communication to the back-end resource, and this action affects all applications that use the resource on the selected server.
Specifies to resume the MBean that is selected. Resuming an MBean enables outbound communication to the back-end resource. This action affects all applications that use the resource on the selected server.
Specifies to purge the contents of the connection pool for the data source or connection factory that is specified. Purging the pool does not affect ongoing transactions.
Specifies the name of the connection factory or data source configuration, followed by the Java Naming and Directory Interface (JNDI) name in parenthesis.
Specifies the server that is running the connection factory or data source MBean.
Specifies the state of the connection factory or data source MBean.
State | Indications |
---|---|
ACTIVE |
You can apply the JCA life cycle management operation of PAUSE to an MBean in this state. |
PAUSED |
You can apply the JCA life cycle management operation of RESUME to an MBean in this state. |
NOT_ACCESSED |
You cannot apply JCA life cycle management operations to an MBean in this state. |