Package tigase.server.monitor
Interface MonitorPluginIfc
-
public interface MonitorPluginIfcCreated: Jun 17, 2010 11:59:13 AM- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheck10Secs(Queue<Packet> results)voidcheck1Day(Queue<Packet> results)voidcheck1Hour(Queue<Packet> results)voidcheck1Min(Queue<Packet> results)StringcommandsHelp()voiddestroy()StringgetState()voidgetStatistics(StatisticsList list)booleanisMonitorCommand(String command)StringrunCommand(String[] command)
-
-
-
Method Detail
-
commandsHelp
String commandsHelp()
-
destroy
void destroy()
-
isMonitorCommand
boolean isMonitorCommand(String command)
-
getState
String getState()
-
getStatistics
void getStatistics(StatisticsList list)
-
-