|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--webmngr.monitor.AbstractMonitor | +--webmngr.monitor.SNMPMonitor
Monitor para dispositivos que possuem SNMP.
Faz monitoração de dispositivos com SNMP e com 0 ou mais interfaces.
Fields inherited from class webmngr.monitor.AbstractMonitor |
databus, databusname, device, engine |
Constructor Summary | |
SNMPMonitor(Device device)
Construtor |
Method Summary | |
java.lang.Object |
clone()
Retorna um clone deste monitor |
void |
produce()
Coloca as informações coletadas no barramento. |
void |
run()
Realiza a monitoração |
boolean |
snmpget()
Faz a requisição SNMP |
void |
start()
Inicia a monitoração |
Methods inherited from class webmngr.monitor.AbstractMonitor |
getDevice, getMonitorID, getName, getOutputDatabus, isAlive, setDevice, setMonitorID, setName, setOutputDatabus, stop |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SNMPMonitor(Device device)
Method Detail |
public void start()
start
in class AbstractMonitor
public void run()
public boolean snmpget()
public void produce()
public java.lang.Object clone()
clone
in class AbstractMonitor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |