en.help.task-adminobjectnew.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-jca-plugin-help
Show all versions of console-jca-plugin-help
Online help content for the console-jca-plugin bundle.
To Create an Administered Object Resource
- In the navigation tree, expand the Resources node.
- Expand the Connectors node
- Under the Connectors node, select the Admin Object Resources node.
The Admin Object Resources page opens.
- On the Admin Object Resources page, click the New button.
The New Admin Object Resource page opens.
- In the JNDI Name field, type a unique name that identifies the administered
object resource.
- In the Resource Type field, enter the Java type for the administered object
resource.
For example, you might type javax.jms.Topic.
- From the Resource Adapter drop-down list, select the resource adapter for the administered
object resource.
- In the Description field, type a description of the administered object resource.
- Select the Status Enabled checkbox to enable the administered object resource.
This option is enabled by default.
- (Optional) In the Additional Properties table, specify additional properties for the administered object resource.
Available properties depend upon the resource adapter for the connector connection pool.
To add a property, click the Add Property button. In the blank
row that appears, type the property name in the Name field, and type
the property value in the Value field.
- Click OK.
See Also