|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.controller.monitoring.Monitoring
| Field Summary | |
(package private) boolean |
active
|
| Fields inherited from interface org.objectweb.cjdbc.common.xml.XmlComponent |
DOCTYPE_DB, XML_VERSION |
| Constructor Summary | |
Monitoring()
|
|
| Method Summary | |
abstract void |
cleanStats()
Clean the content of statistics, to avoid memory problems. |
abstract void |
dumpAllStatsInformation()
Dump all stats using the current logger (INFO level). |
abstract java.lang.String[][] |
getAllStatsInformation()
Return all stats information in the form of a String |
java.lang.String |
getXml()
Get xml formatted representation of this cjdbc component |
protected abstract java.lang.String |
getXmlImpl()
Get implementation information |
boolean |
isActive()
Returns the active value. |
void |
setActive(boolean active)
Sets the active value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
boolean active
| Constructor Detail |
public Monitoring()
| Method Detail |
public abstract java.lang.String[][] getAllStatsInformation()
public abstract void dumpAllStatsInformation()
public abstract void cleanStats()
public java.lang.String getXml()
XmlComponent
getXml in interface XmlComponentXmlComponent.getXml()protected abstract java.lang.String getXmlImpl()
public boolean isActive()
public void setActive(boolean active)
active - The active to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||