|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ireasoning.protocol.snmp.ProxyEntry
Proxy entry in the agent config settings
Constructor Summary | |
ProxyEntry(String ipAddress,
int port,
String subtree,
int timeout,
String readCommunity,
String writeCommunity,
boolean isIncluded,
String versionStr,
String userName,
String authProtocol,
String authPassword,
String privProtocol,
String privPassword,
String contextName)
Constructor |
Method Summary | |
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
Check if this object equals to passed object |
Map |
getAttributes()
Returns all the attributes in a Map object |
String |
getIpAddress()
Returns the IP address |
int |
getPort()
Returns the port number |
String |
getReadCommunity()
Returns the read community name |
String |
getSubtree()
Returns the subtree value |
int |
getTimeout()
Returns the timeout value |
String |
getWriteCommunity()
Returns the write community name |
boolean |
isIncluded()
Returns the isIncluded value |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProxyEntry(String ipAddress, int port, String subtree, int timeout, String readCommunity, String writeCommunity, boolean isIncluded, String versionStr, String userName, String authProtocol, String authPassword, String privProtocol, String privPassword, String contextName)
ipAddress
- ip address of agentport
- port number of agentsubtree
- subtree oidtimeout
- timeout valuereadCommunity
- read community namewriteCommunity
- write community nameisIncluded
- isIncluded valueMethod Detail |
public String getIpAddress()
public int getPort()
public int getTimeout()
public String getReadCommunity()
public String getWriteCommunity()
public String getSubtree()
public boolean isIncluded()
public int compareTo(Object o)
compareTo
in interface Comparable
public boolean equals(Object obj)
obj
- the obejct to be compared.public Map getAttributes()
|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |