|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Document Connection pool configuration mbean.
Field Summary |
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
CACHING_STUB_SVUID |
Method Summary | |
int |
getCapacityIncrement()
Get the capacity increment. |
String[] |
getClassPath()
Get the classpath elements to use when loading the driver (and, potentionally, DocumentProvider). |
String |
getDriverName()
Get the JDBC driver name. |
int |
getInitialCapacity()
Get the initial capacity of the pool. |
int |
getLoginTimeout()
Get the login timeout (the amount of time the pool will wait for a connection to become available). |
int |
getMaxCapacity()
Get the maximum capacity of the pool. |
Properties |
getProperties()
Get the JDBC properties. |
String |
getURL()
Get the JDBC URL. |
boolean |
isShrinkingEnabled()
Is shrinking enabled. |
void |
restart()
Restart the connection pool. |
void |
setCapacityIncrement(int inc)
Set the capacity increment. |
void |
setClassPath(String[] classpath)
Set the classpath elements to use when loading the driver (and, potentionally, DocumentProvider). |
void |
setDriverName(String driverName)
Set the JDBC driver name. |
void |
setInitialCapacity(int cap)
Set the initial capacity of the pool. |
void |
setLoginTimeout(int timeout)
Set the login timeout (the amount of time the pool will wait for a connection to become available). |
void |
setMaxCapacity(int cap)
Set the maximum capacity of the pool. |
void |
setProperties(Properties p)
Set the JDBC properties. |
void |
setShrinkingEnabled(boolean b)
Set if shrinking is enabled. |
void |
setURL(String url)
Set the JDBC URL. |
void |
shutdown()
Shutdown the connection pool. |
void |
start()
Start the connection pool. |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
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 |
public String getDriverName()
public void setDriverName(String driverName)
public String getURL()
public void setURL(String url)
public Properties getProperties()
public void setProperties(Properties p)
public int getInitialCapacity()
public void setInitialCapacity(int cap)
public int getMaxCapacity()
public void setMaxCapacity(int cap)
public int getCapacityIncrement()
public void setCapacityIncrement(int inc)
public boolean isShrinkingEnabled()
public void setShrinkingEnabled(boolean b)
public int getLoginTimeout()
public void setLoginTimeout(int timeout)
public String[] getClassPath()
All paths are relative to the enterprise application base. The enterprise application classloader will be the parent classloader.
public void setClassPath(String[] classpath)
All paths are relative to the enterprise application base. The enterprise application classloader will be the parent classloader.
public void restart()
public void start()
public void shutdown()
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |