Method Summary |
|
public InetAddress | getAddress() Returns the target address.
none. |
public String | getCommunity() Returns the community string.
none. |
public java.util.List<TableEvent> | getInterfaces() Gets some columns of the interface list table synchronously.
none. |
public String | getLastSysdescr() Returns the last sysdescr returned.
none. |
public int | getPDUMaxSize() Returns the PDU maximum size attribute.
none. |
public String | getPasswordAuth() Returns the password authentication attribute.
none. |
public String | getPasswordPriv() Returns the password privacy attribute.
none. |
public int | getPort() Returns the agent UDP port attribute.
none. |
public int | getRetries() Returns the retries attribute.
none. |
public int | getSec() Returns the security attribute.
none. |
public String | getSysDescr() Gets the system description OID content synchronously.
none. |
public void | getSysDescr(QuerierListener listener) Gets the system description OID content asynchronously.
Parameters: listener - listener instance that will be called asynchronously. |
public int | getTimeout() Returns the timeout attribute.
none. |
public String | getUsername() Returns the username attribute.
none. |
public int | getVersion() Returns the version attribute.
none. |
public boolean | isSNMPCapable() Checks that the associated target has already answered a SNMP query.
none. |
public void | setCommunity(String community) Sets the community string attribute.
Parameters: community - community string attribute. |
public void | setPDUMaxSize(int pdu_max_size) Sets the PDU maximum size attribute.
Parameters: pdu_max_size - PDU maximum size attribute. |
public void | setPasswordAuth(String password_auth) Sets the password authentication attribute.
Parameters: password_auth - password authentication attribute. |
public void | setPasswordPriv(String password_priv) Sets the password privacy attribute.
Parameters: password_priv - password_privacy attribute. |
public void | setPort(int port) Sets the agent UDP port attribute.
Parameters: port - agent UDP port attribute. |
public void | setRetries(int retries) Sets the retries attribute.
Parameters: retries - retries attribute. |
public void | setSec(int sec) Sets the security attribute.
Parameters: sec - security attribute. |
public void | setTimeout(int timeout) Sets the timeout attribute.
Parameters: timeout - timeout attribute. |
public void | setUsername(String username) Sets the username attribute.
Parameters: username - username attribute. |
public void | setVersion(int version) Sets the version attribute.
Parameters: version - version. |
public void | update() Must be called after some setters have been called.
none. |