|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jlf.vitals.VitalSign | +--org.jlf.vitals.weblogic.WebLogicRuntimeVital | +--org.jlf.vitals.weblogic.JDBCConnectionPoolVital
JDBCConnectionPool
is a class that periodically
measures the JDBC Connections in use in a given JDBC Connection Pool.
WebLogicRuntimeVital
Field Summary |
Fields inherited from class org.jlf.vitals.weblogic.WebLogicRuntimeVital |
mbeanHome, WEBLOGIC_SERVER_NAME_PROPERTY |
Fields inherited from class org.jlf.vitals.VitalSign |
childInstances, childVitalKey, isActiveFlag, isParentVital, properties, statistics, timeLastChildInstancesCollected, timeLastVitalMeasurementRegistered, vitalKey |
Constructor Summary | |
JDBCConnectionPoolVital(java.lang.String vitalKey,
VitalSignProperties properties)
Creates the vital sign. |
Method Summary | |
AbstractVitalMeasurement |
basicGetMaximumMeasurement()
Returns the maximum theoritical value of the vital sign. |
weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean |
getConnectionPoolRuntimeMBean()
Retrieves the runtime MBean for a named execute queue |
protected AbstractVitalMeasurement |
getCurrentMeasurement()
Takes a measurement of the vital sign at the current moment and returns it to the caller. |
java.lang.String |
getPoolName()
Returns the poolName. |
boolean |
hasChildInstances()
This vital sign has child instances to collect measurements. |
void |
refreshChildInstances()
Looks at all the registered JDBC connection pools and activates children for each one currently applicable. |
Methods inherited from class org.jlf.vitals.weblogic.WebLogicRuntimeVital |
getMBeanHome, getServerName, isVitalApplicable, refreshChildInstance, refreshChildInstances |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDBCConnectionPoolVital(java.lang.String vitalKey, VitalSignProperties properties)
Method Detail |
public boolean hasChildInstances()
hasChildInstances
in class VitalSign
VitalSign.hasChildInstances()
public weblogic.management.runtime.JDBCConnectionPoolRuntimeMBean getConnectionPoolRuntimeMBean()
protected AbstractVitalMeasurement getCurrentMeasurement()
getCurrentMeasurement
in class VitalSign
public AbstractVitalMeasurement basicGetMaximumMeasurement()
basicGetMaximumMeasurement
in class VitalSign
public java.lang.String getPoolName()
public void refreshChildInstances()
refreshChildInstances
in class VitalSign
VitalSign.refreshChildInstances()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |