|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SnmpDaemon
SNMP daemon.
Classes implementing this interface encapsulate the SNMP API. To change the API, just create a new implementation of SnmpDaemon
.
Method Summary | |
---|---|
boolean |
isStarted()
Returns TRUE if the SNMP daemon is started. |
void |
start()
Starts the SNMP daemon. |
void |
stop()
Stops the SNMP daemon. |
Method Detail |
---|
void start() throws Exception
Exception
- Exception if an error has occurred.void stop() throws Exception
Exception
- Exception if an error has occurred.boolean isStarted()
TRUE
if the SNMP daemon is started.
TRUE
if the SNMP daemon is started.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |