|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int INFINITE_RETRY
public static final long INFINITE_WAIT
Method Detail |
public int getMaxRetries()
public void setMaxRetries(int newMaxRetries)
public long getMaxWaitTime()
public void setMaxWaitTime(long newMaxWaitTime)
public java.lang.String getJdbcHelperDelegate()
public void setJdbcHelperDelegate(java.lang.String className)
className
- public java.lang.String getJdbcDriverName()
public void setJdbcDriverName(java.lang.String driverName)
driverName
- public java.util.Enumeration getJdbcDriverKeys()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |