GVDataSources

From GreenVulcano Wiki
Revision as of 14:15, 13 February 2012 by Anonymous (talk) ({{VULCON}} Configuration)
Jump to: navigation, search

Description

GVDataSources GreenVulcano® ESB element is the root of the jdbc datasource configuration.

VulCon Configuration

GVDataSources element is present in the Adapter view and used by GVAdapters.

The following table shows the GVDataSources element's attributes:

Attribute Type Description
type fixed This attribute must assume the value module.
name fixed This attribute must assume the value DATASOURCES.

Might contain one of the following elements:

mbean

The mbean element defines a JBoss MBean service. This includes the mbean class, attributes and dependencies.

The mbean Element is used by: depends, depends-list-element and GVDataSources.

The following table shows the mbean element's attributes:

Attribute Type Description
code required The code attributes gives the fully qualified name of the MBean implementation class.
name required The name attribute gives the JMX ObjectName string to use when registering the MBean.

This must be a unique and valid JMX name.

interface optional The optional interface attribute gives the full qualified name of the class uses to construct the management interface of the mbean.

In absence of it an interface with the name ending by MBean will be looked in the implementation class. When used this interface is defined explicitely.

Its subelements are: