Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.j2ee.descriptor.wl
Interface JDBCPropertyBean

All Superinterfaces:
SettableBean

public interface JDBCPropertyBean
extends SettableBean

Represents a specific JDBC property.

Access limited to the following security roles:
Deployer

Method Summary
 String getName()
          The name of the property.
 String getSysPropValue()
          The value of the property defined as a system property.
 String getValue()
          The value of the property.
 void setName(String name)
           
 void setSysPropValue(String sysPropValue)
           
 void setValue(String value)
           
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 

Method Detail

getName

String getName()
The name of the property. The name of each property must be unique in the list of properties.


setName

void setName(String name)

getValue

String getValue()
The value of the property.


setValue

void setValue(String value)

getSysPropValue

String getSysPropValue()
The value of the property defined as a system property.


setSysPropValue

void setSysPropValue(String sysPropValue)

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01