Contains a list of JDBC properties.
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
No factory methods. Instances of this MBean are created automatically.
You can access this MBean from the following MBean attributes:
|
|
This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
|
|
Gets an array of beans, each of which represents a property.
| Factory Methods | createProperty
(java.lang.String )
Factory methods do not return objects. |
| Lookup Operation | lookupProperty(String name)
Returns a |
| Privileges | Read only |
| Type | JDBCPropertyBean[] |
This section describes the following operations:
|
|
Return true if the given property has been explicitly set in this bean.
| Operation Name | "isSet" |
| Parameters | Object [] {
propertyName }
where:
|
| Signature | String [] {
"java.lang.String" } |
| Returns |
boolean
|
java.lang.IllegalArgumentException
Restore the given property to its default value.
| Operation Name | "unSet" |
| Parameters | Object [] {
propertyName }
where:
|
| Signature | String [] {
"java.lang.String" } |
| Returns |
void
|
java.lang.IllegalArgumentException