JDBCDataSourceBean


Overview  |   Child 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"

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.

Access Points

You can access this MBean from the following MBean attributes:


    Child MBeans

    This section describes attributes that contain child 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

    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

    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

    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

    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


    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
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.


      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

        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