|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SnmpApiFactory
Factory of facades to SNMP API.
| Method Summary | |
|---|---|
SnmpDaemon |
newSnmpDaemon(SnmpDaemonConfiguration configuration,
SnmpMib snmpMib)
Creates and returns a new instance of SNMP daemon. |
SnmpTrapSender |
newSnmpTrapSender(InetAddress agentAddress,
String managerAddress,
int managerPort,
int managerVersion,
String managerCommunity)
Creates and returns a new instance of SNMP trap sender. |
| Method Detail |
|---|
SnmpDaemon newSnmpDaemon(SnmpDaemonConfiguration configuration,
SnmpMib snmpMib)
configuration - Configuration settings of SNMP daemon.snmpMib - SNMP Management Information Base (MIB).
SnmpTrapSender newSnmpTrapSender(InetAddress agentAddress,
String managerAddress,
int managerPort,
int managerVersion,
String managerCommunity)
agentAddress - IP address of SNMP agent (must be a local address of the host).managerAddress - IP address of SNMP manager responsible of traps handling.managerPort - UDP port of SNMP manager responsible of traps handling.managerVersion - Protocol version of SNMP manager.managerCommunity - Community of SNMP manager.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||