public interface ResourceMonitorIfc
Modifier and Type | Field and Description |
---|---|
static long |
INTERVAL_10SECS |
static long |
INTERVAL_1DAY |
static long |
INTERVAL_1HOUR |
static long |
INTERVAL_1MIN |
static long |
MINUTE |
static long |
SECOND |
Modifier and Type | Method and Description |
---|---|
void |
check10Secs(Queue<Packet> results) |
void |
check1Day(Queue<Packet> results) |
void |
check1Hour(Queue<Packet> results) |
void |
check1Min(Queue<Packet> results) |
String |
commandsHelp() |
void |
destroy() |
String |
getState() |
void |
getStatistics(StatisticsList list) |
void |
init(JID jid,
float treshold,
SystemMonitorTask smTask) |
boolean |
isMonitorCommand(String command) |
String |
runCommand(String[] command) |
static final long SECOND
static final long MINUTE
static final long INTERVAL_10SECS
static final long INTERVAL_1MIN
static final long INTERVAL_1HOUR
static final long INTERVAL_1DAY
void init(JID jid, float treshold, SystemMonitorTask smTask)
void destroy()
String getState()
String commandsHelp()
boolean isMonitorCommand(String command)
void getStatistics(StatisticsList list)
Copyright © 2018 "Tigase, Inc.". All rights reserved.