Method Summary |
|
public String | getCommunity() Returns the community string.
none. |
public int | getPDUMaxSize() Returns the maximum PDU size.
none. |
public String | getPasswordAuth() Returns the password authentication.
none. |
public String | getPasswordPriv() Returns the password privacy.
none. |
public int | getPort() Returns the SNMP agent UDP port.
none. |
public int | getRetries() Gets number of retries.
none. |
public int | getSec() Gets security level.
none. |
public int | getTimeout() Gets SNMP timeout per try.
none. |
public String | getUsername() Returns the username.
none. |
public int | getVersion() Gets SNMP version.
none. |
public void | open() Displays the dialog.
none. |
public void | setCommunity(String community) Sets the community string.
Parameters: community - community string. |
public void | setPDUMaxSize(int pdu_max_size) Sets the PDU maximum size.
Parameters: pdu_max_size - PDU maximum size. |
public void | setPasswordAuth(String password_auth) Sets the password authentication.
Parameters: password_auth - password authentication. |
public void | setPasswordPriv(String password_priv) Sets the password privacy. |
public void | setPort(int port) Sets the SNMP agent UDP port.
Parameters: port - SNMP agent UDP port. |
public void | setRetries(int retries) Sets the number of SNMP retries.
int number of SNMP retries. |
public void | setSec(int sec) Sets the security level.
Parameters: sec - security level. |
public void | setTimeout(int timeout) Sets the SNMP timeout per try.
Parameters: timeout - timeout per try. |
public void | setUsername(String username) Sets the username.
Parameters: username - username. |
public void | setVersion(int version) Sets the SNMP version.
Parameters: version - SNMP version. |