|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDBCDataSourceBean
The top of the JDBC data source bean tree.
JDBC data sources all have a JDBCDataSourceBean as their root bean (a bean with no parent). The schema namespace that corresponds to this bean is "http://xmlns.oracle.com/weblogic/jdbc-data-source"
Method Summary | |
---|---|
abstract String |
getDatasourceType() The data source type. |
abstract long |
getId() Gets the Id value |
abstract JDBCConnectionPoolParamsBean |
getJDBCConnectionPoolParams() Gets the connection pool parameters of this data source |
abstract JDBCDataSourceParamsBean |
getJDBCDataSourceParams() Gets the basic usage parameters of this data source |
abstract JDBCDriverParamsBean |
getJDBCDriverParams() Gets the driver parameters of this data source |
abstract JDBCOracleParamsBean |
getJDBCOracleParams() Gets the Oracle-related parameters of this data source |
abstract JDBCXAParamsBean |
getJDBCXAParams() Gets the XA-related parameters of this data source |
abstract String |
getName() A unique name that identifies this data source in the WebLogic domain. |
abstract String |
getVersion() Gets the "version" attribute |
abstract void |
setDatasourceType(String type) Determines the data source type. |
abstract void |
setName(String name) |
abstract void |
setVersion(String version) Sets the "version" attribute |
Method Detail |
---|
String getName()
void setName(String name)
String getDatasourceType()
void setDatasourceType(String type)
JDBCDriverParamsBean getJDBCDriverParams()
Configuration parameters for the JDBC Driver used by this data source are specified using the driver parameters bean.
JDBCConnectionPoolParamsBean getJDBCConnectionPoolParams()
Configuration parameters for this data source's connection pool are specified using the connection pool parameters bean.
JDBCDataSourceParamsBean getJDBCDataSourceParams()
Configuration parameters for the basic usage of this data source are specified using the data source parameters bean.
JDBCXAParamsBean getJDBCXAParams()
Configuration parameters for this data source's XA-related behavior are specified using the XA parameters bean.
JDBCOracleParamsBean getJDBCOracleParams()
Configuration parameters for this data source's Oracle-related behavior are specified using the Oracle parameters bean.
String getVersion()
void setVersion(String version)
version
-long getId()
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |