© 2002 BEA Systems, Inc.


com.bea.p13n.mbeans
Interface JdbcHelperMBean


public interface JdbcHelperMBean
extends ServiceConfigurationMBean

JdbcHelper configuration management bean interface.


Field Summary
static int INFINITE_RETRY
          Deprecated. Special value indicating infinate retries
static long INFINITE_WAIT
          Deprecated. Special value indicating infinate wait time
 
Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Method Summary
 java.util.Enumeration getJdbcDriverKeys()
          Deprecated. Gets the list of supported database driver names, for display in the console page.
 java.lang.String getJdbcDriverName()
          Deprecated. Gets the database driver being used, for display in the console page.
 java.lang.String getJdbcHelperDelegate()
          Deprecated. Gets the fully-qualified class name representing the database-specific class that JdbcHelper will delegate to regarding getting/setting CLOBS/BLOBS.
 int getMaxRetries()
          Deprecated. Get the maximum allowed number of retries for obtaining a database connection.
 long getMaxWaitTime()
          Deprecated. Gets the maximum allowed time to wait for an available database connection in milliseconds.
 void setJdbcDriverName(java.lang.String driverName)
          Deprecated. Sets the database driver being used, for display in the console page.
 void setJdbcHelperDelegate(java.lang.String className)
          Deprecated. Sets the fully-qualified class name representing the database-specific class that JdbcHelper will delegate to regarding getting/setting CLOBS/BLOBS.
 void setMaxRetries(int newMaxRetries)
          Deprecated. Sets the value for maximum allowed number of retries for obtaining a database connection.
 void setMaxWaitTime(long newMaxWaitTime)
          Deprecated. Sets the value for maximum allowed time to wait for an available database connection.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
addLinkMbeanAttribute, getAttributeStringValue, getNotes, getSetFields, getXml, getXmlConverter, isPersistenceEnabled, 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, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Field Detail

INFINITE_RETRY

public static final int INFINITE_RETRY
Deprecated. 
Special value indicating infinate retries

INFINITE_WAIT

public static final long INFINITE_WAIT
Deprecated. 
Special value indicating infinate wait time
Method Detail

getMaxRetries

public int getMaxRetries()
Deprecated. 
Get the maximum allowed number of retries for obtaining a database connection. Default is infinity.

Default Value: INFINITE_RETRY

setMaxRetries

public void setMaxRetries(int newMaxRetries)
Deprecated. 
Sets the value for maximum allowed number of retries for obtaining a database connection.

Legal Value: (value >= 0) || (value == com.bea.p13n.mbeans.JdbcHelperMBean.INFINITE_RETRY)

getMaxWaitTime

public long getMaxWaitTime()
Deprecated. 
Gets the maximum allowed time to wait for an available database connection in milliseconds. Default is infinity.

Default Value: INFINITE_WAIT

setMaxWaitTime

public void setMaxWaitTime(long newMaxWaitTime)
Deprecated. 
Sets the value for maximum allowed time to wait for an available database connection.

Legal Value: (value >= 0) || (value == com.bea.p13n.mbeans.JdbcHelperMBean.INFINITE_WAIT)

getJdbcHelperDelegate

public java.lang.String getJdbcHelperDelegate()
Deprecated. 
Gets the fully-qualified class name representing the database-specific class that JdbcHelper will delegate to regarding getting/setting CLOBS/BLOBS.

Default Value: null

setJdbcHelperDelegate

public void setJdbcHelperDelegate(java.lang.String className)
Deprecated. 
Sets the fully-qualified class name representing the database-specific class that JdbcHelper will delegate to regarding getting/setting CLOBS/BLOBS.

Parameters:
className -  

getJdbcDriverName

public java.lang.String getJdbcDriverName()
Deprecated. 
Gets the database driver being used, for display in the console page.

Default Value: "Pointbase"

setJdbcDriverName

public void setJdbcDriverName(java.lang.String driverName)
Deprecated. 
Sets the database driver being used, for display in the console page.

Parameters:
driverName -  

getJdbcDriverKeys

public java.util.Enumeration getJdbcDriverKeys()
Deprecated. 
Gets the list of supported database driver names, for display in the console page.


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved