org.jboss.jca.common.api.metadata.ds
Interface Driver

All Superinterfaces:
JCAMetadata, Serializable, ValidatableMetadata

public interface Driver
extends JCAMetadata, ValidatableMetadata

A DataSource.

Author:
Stefano Maestri

Nested Class Summary
static class Driver.Attribute
          A Attribute.
static class Driver.Tag
          A Tag.
 
Method Summary
 String getDataSourceClass()
          Get the DataSourceClass.
 String getDriverClass()
          Get the DriverClass.
 Integer getMajorVersion()
          Get the MajorVersion
 Integer getMinorVersion()
          Get the MinorVersion
 String getModule()
          Get the module providing the driver.
 String getName()
          Get the name.
 String getXaDataSourceClass()
          Get the XaDataSourceClass.
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
 

Method Detail

getName

String getName()
Get the name.

Returns:
the name.

getMajorVersion

Integer getMajorVersion()
Get the MajorVersion

Returns:
the MajorVersion.

getMinorVersion

Integer getMinorVersion()
Get the MinorVersion

Returns:
the MinorVersion.

getModule

String getModule()
Get the module providing the driver. Used in AS7 configuration

Returns:
the module.

getDriverClass

String getDriverClass()
Get the DriverClass.

Returns:
the module.

getDataSourceClass

String getDataSourceClass()
Get the DataSourceClass.

Returns:
the DataSourceClass.

getXaDataSourceClass

String getXaDataSourceClass()
Get the XaDataSourceClass.

Returns:
the XaDataSourceClass.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)