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/90"

       
Security rolesThe following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
  • Deployer
Fully Qualified Interface NameIf 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.
Access Points You can access this MBean from the following MBean attributes:


    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
    TypeJDBCPropertiesBean
    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
    TypeJDBCConnectionPoolParamsBean
    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
    TypeJDBCDataSourceParamsBean
    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
    TypeJDBCDriverParamsBean
    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
    TypeJDBCXAParamsBean
    Relationship type: Containment.


    Attributes

    This section describes the following attributes:


      Name

      A unique name that identifies this data source in the WebLogic domain.

             
      Privileges Read/Write
      Typejava.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"
        ParametersObject [] {  propertyName }

        where:

        • propertyName is an object of type java.lang.String that specifies:

          property to check

        SignatureString [] { "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"
        ParametersObject [] {  propertyName }

        where:

        • propertyName is an object of type java.lang.String that specifies:

          property to restore

        SignatureString [] { "java.lang.String" }
        Returns void
        Exceptions
        • java.lang.IllegalArgumentException
          UnsupportedOperationException if called on a runtime implementation.