Interface Driver
- All Superinterfaces:
JCAMetadata,Serializable,ValidatableMetadata
A DataSource.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumA Attribute.static enumA Tag. -
Method Summary
Modifier and TypeMethodDescriptionGet the DataSourceClass.Get the DriverClass.Get the MajorVersionGet the MinorVersionGet the module providing the driver.getName()Get the name.Get the XaDataSourceClass.Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
Method Details
-
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.
-