JDBCDataSourceBean
Overview | Related MBeans | Attributes | Operations
Overview
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://www.bea.com/ns/weblogic/jdbc-data-source"
Security roles The following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
- Deployer
Fully Qualified Interface Name If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.j2ee.descriptor.wl.JDBCDataSourceBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Related MBeans
This section describes attributes that provide access to other MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
InternalProperties
Internal Use only, applications must not attempt to configure or use this.
Factory Methods No explicit creator method. The child shares the lifecycle of its parent. Privileges Read only Type JDBCPropertiesBean Relationship type: Containment.
JDBCConnectionPoolParams
Gets the connection pool parameters of this data source
Configuration parameters for this data source's connection pool are specified using the connection pool parameters bean.
Factory Methods No explicit creator method. The child shares the lifecycle of its parent. Privileges Read only Type JDBCConnectionPoolParamsBean Relationship type: Containment.
JDBCDataSourceParams
Gets the basic usage parameters of this data source
Configuration parameters for the basic usage of this data source are specified using the data source parameters bean.
Factory Methods No explicit creator method. The child shares the lifecycle of its parent. Privileges Read only Type JDBCDataSourceParamsBean Relationship type: Containment.
JDBCDriverParams
Gets the driver parameters of this data source
Configuration parameters for the JDBC Driver used by this data source are specified using the driver parameters bean.
Factory Methods No explicit creator method. The child shares the lifecycle of its parent. Privileges Read only Type JDBCDriverParamsBean Relationship type: Containment.
JDBCXAParams
Gets the XA-related parameters of this data source
Configuration parameters for this data source's XA-related behavior are specified using the XA parameters bean.
Factory Methods No explicit creator method. The child shares the lifecycle of its parent. Privileges Read only Type JDBCXAParamsBean Relationship type: Containment.
Attributes
This section describes the following attributes:
Name of
A unique name that identifies this data source in the WebLogic domain.
Privileges Read/Write Type java.lang.String
Version
Gets the "version" attribute
Privileges Read/Write Type java.lang.String
Operations
This section describes the following operations:
isSet
Return true if the given property has been explicitly set in this bean.
Operation Name "isSet"
Parameters Object [] { propertyName }
where:
propertyName is an object of type
java.lang.String that specifies:
property to check
Signature String [] { "java.lang.String" }
Returns boolean
Exceptions
java.lang.IllegalArgumentException
IllegalArgumentException if propertyName is not a recognized property
unSet
Restore the given property to its default value.
Operation Name "unSet"
Parameters Object [] { propertyName }
where:
propertyName is an object of type
java.lang.String that specifies:
property to restore
Signature String [] { "java.lang.String" }
Returns void
Exceptions
java.lang.IllegalArgumentException
UnsupportedOperationException if called on a runtime implementation.