+

Search Tips   |   Advanced Search

JCA lifecycle management

Use this page to perform JCA lifecycle 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. You can view this console page in different locations, depending on whether you want to manage data sources or J2C connection factories. For example:

Guidelines for using this console page:

Table column heading descriptions:

Name (JNDI name)

The name of the connection factory or data source configuration, followed by the Java Naming and Directory Interface (JNDI) name in parenthesis.

Running object scope

The server that is running the connection factory or data source MBean.

Status

The state of the connection factory or data source MBean. Possible values:

State Indications
ACTIVE

  • The resource that corresponds with the MBean is ready to provide an application with connections to a backend.

  • An application performed a JNDI namespace lookup on this resource.

You can apply the JCA lifecycle management operation of PAUSE to an MBean in this state.

PAUSED

  • All outbound communication to the backend through the corresponding resource is stopped, as a result of a JCA lifecycle management operation that was applied previously to the MBean.

  • An application performed a JNDI namespace lookup on the resource.

You can apply the JCA lifecycle management operation of RESUME to an MBean in this state.

NOT_ACCESSED

You cannot apply JCA lifecycle management operations to an MBean in this state.




 

Related tasks


Manage resources through JCA lifecycle management operations

 

Related Reference

Administrative console scope settings
Administrative console buttons
Administrative console page features

 

Reference topic