JDBCPropertiesBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

Contains a list of JDBC properties.

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.JDBCPropertiesBean

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.


      Properties

      Gets an array of beans, each of which represents a property.

                 
      Factory MethodscreateProperty (java.lang.String )

      destroyProperty (JDBCPropertyBean )

      Factory methods do not return objects.

      See Using factory methods.

      Lookup OperationlookupProperty(String name)

      Returns a javax.management.ObjectName for the instance of JDBCPropertyBean named name.

      Privileges Read only
      TypeJDBCPropertyBean[]


      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