public class WebLogic9x10xAnd103xConfigurationBuilder extends WebLogic8xConfigurationBuilder
RESOURCE_CONFIGURATION_UNSUPPORTED| Constructor and Description |
|---|
WebLogic9x10xAnd103xConfigurationBuilder(String serverName)
Sets the server name that the resources this creates are bound to.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
configureDataSourceWithImplementationClass(DataSource ds,
String className)
In WebLogic 9.x DataSource definitions are located in separate files linked to config.xml.
|
buildConfigurationEntryForXADataSourceConfiguredDataSource, buildEntryForDriverConfiguredDataSourceWithLocalTx, buildEntryForDriverConfiguredDataSourceWithNoTx, buildEntryForDriverConfiguredDataSourceWithXaTx, getServerName, setServerName, toConfigurationEntrytoConfigurationEntrypublic WebLogic9x10xAnd103xConfigurationBuilder(String serverName)
serverName - which server the resources configured here will be bound to.protected String configureDataSourceWithImplementationClass(DataSource ds, String className)
configureDataSourceWithImplementationClass in class WebLogic8xConfigurationBuilderds - the DataSource we are configuring.className - the implementation class used for this DataSourceCopyright © 2004-2013 Codehaus. All Rights Reserved.