|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.snmpadaptor4j.SnmpManagerConfiguration
public final class SnmpManagerConfiguration
Object containing all parameters to connect to a SNMP manager for trap sending.
Constructor Summary | |
---|---|
SnmpManagerConfiguration(String address,
int port,
int version,
String community)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAddress()
Returns the IP address of SNMP manager responsible of traps handling. |
String |
getCommunity()
Returns the community of SNMP manager. |
int |
getPort()
Returns the UDP port of SNMP manager responsible of traps handling. |
int |
getVersion()
Returns the protocol version of SNMP manager. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SnmpManagerConfiguration(String address, int port, int version, String community)
address
- IP address of SNMP manager responsible of traps handling.port
- UDP port of SNMP manager responsible of traps handling.version
- Protocol version of SNMP manager.community
- Community of SNMP manager.Method Detail |
---|
public String getAddress()
public int getPort()
public int getVersion()
public String getCommunity()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |