public interface Driver extends JCAMetadata, ValidatableMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
Driver.Attribute
A Attribute.
|
static class |
Driver.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
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.
|
validate
String getName()
Integer getMajorVersion()
Integer getMinorVersion()
String getModule()
String getDriverClass()
String getDataSourceClass()
String getXaDataSourceClass()
Copyright © 2021 JBoss by Red Hat. All rights reserved.