| |
|
| java.lang.Object org.continuent.sequoia.controller.monitoring.Monitoring
All known Subclasses: org.continuent.sequoia.controller.monitoring.SQLMonitoring,
Monitoring | abstract public class Monitoring implements XmlComponent(Code) | | author: niko author: To change the template for this generated type comment go to author: Window - Preferences - Java - Code Generation - Code and Comments |
cleanStats | abstract public void cleanStats()(Code) | | Clean the content of statistics, to avoid memory problems.
|
dumpAllStatsInformation | abstract public void dumpAllStatsInformation()(Code) | | Dump all stats using the current logger (INFO level).
|
getAllStatsInformation | abstract public String[][] getAllStatsInformation()(Code) | | Return all stats information in the form of a String
stats information |
getXmlImpl | abstract protected String getXmlImpl()(Code) | | Get implementation information
|
isActive | public boolean isActive()(Code) | | Returns the active value.
Returns the active. |
setActive | public void setActive(boolean active)(Code) | | Sets the active value.
Parameters: active - The active to set. |
|
|
|