BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.configuration
Interface JDBCDataSourceFactoryMBean


public interface JDBCDataSourceFactoryMBean
extends ConfigurationMBean

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Method Summary
 java.lang.String getDriverClassName()
          Gets the driverClassName attribute of the JDBCDataSourceFactoryMBean object
 java.lang.String getFactoryName()
          Gets the factoryName attribute of the JDBCDataSourceFactoryMBean object
 java.lang.String getPassword()
          Gets the password attribute of the JDBCDataSourceFactoryMBean object
 java.util.Map getProperties()
          default connection properties
 java.lang.String getURL()
          Gets the uRL attribute of the JDBCDataSourceFactoryMBean object
 java.lang.String getUserName()
          Gets the userName attribute of the JDBCDataSourceFactoryMBean object
 void setDriverClassName(java.lang.String s)
          The name of the driver.
 void setFactoryName(java.lang.String s)
          The name of this data source factory.
 void setPassword(java.lang.String s)
          The database user password.
 void setProperties(java.util.Map m)
          Sets the properties attribute of the JDBCDataSourceFactoryMBean object
 void setURL(java.lang.String s)
          The connection URL.
 void setUserName(java.lang.String s)
          The database user name.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getNotes, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

setUserName

public void setUserName(java.lang.String s)
The database user name. This may be overridden by user-name in the descriptor.

Parameters:
s - The new userName value

getUserName

public java.lang.String getUserName()
Gets the userName attribute of the JDBCDataSourceFactoryMBean object

Returns:
The userName value

setPassword

public void setPassword(java.lang.String s)
The database user password. This may be overridden by password in the descriptor.

Parameters:
s - The new password value

getPassword

public java.lang.String getPassword()
Gets the password attribute of the JDBCDataSourceFactoryMBean object

Returns:
The password value

setURL

public void setURL(java.lang.String s)
The connection URL. This may be overridden by url in the descriptor

Parameters:
s - The new uRL value

getURL

public java.lang.String getURL()
Gets the uRL attribute of the JDBCDataSourceFactoryMBean object

Returns:
The uRL value

setDriverClassName

public void setDriverClassName(java.lang.String s)
The name of the driver. This may be overridden by driver-name in the descriptor.

Parameters:
s - The new driverClassName value

getDriverClassName

public java.lang.String getDriverClassName()
Gets the driverClassName attribute of the JDBCDataSourceFactoryMBean object

Returns:
The driverClassName value

getProperties

public java.util.Map getProperties()
default connection properties

Returns:
The properties value

setProperties

public void setProperties(java.util.Map m)
Sets the properties attribute of the JDBCDataSourceFactoryMBean object

Parameters:
m - The new properties value

setFactoryName

public void setFactoryName(java.lang.String s)
The name of this data source factory. This is referenced from the connection-factory element in weblogic-application.xml

Parameters:
s - The new factoryName value

getFactoryName

public java.lang.String getFactoryName()
Gets the factoryName attribute of the JDBCDataSourceFactoryMBean object

Returns:
The factoryName value

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b