org.rhq.plugins.www.snmp
Class SNMPClient
java.lang.Object
org.rhq.plugins.www.snmp.SNMPClient
public class SNMPClient
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_HOST
public static final String DEFAULT_HOST
- See Also:
- Constant Field Values
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
DEFAULT_COMMUNITY
public static final String DEFAULT_COMMUNITY
- See Also:
- Constant Field Values
DEFAULT_USERNAME
public static final String DEFAULT_USERNAME
- See Also:
- Constant Field Values
DEFAULT_PASSWORD
public static final String DEFAULT_PASSWORD
- See Also:
- Constant Field Values
DEFAULT_VERSION
public static final SNMPClient.SNMPVersion DEFAULT_VERSION
VALID_AUTHTYPES
public static final String[] VALID_AUTHTYPES
SNMPClient
public SNMPClient()
getOID
public static String getOID(String mibName)
init
public boolean init(Properties props)
throws SNMPException
- Throws:
SNMPException
close
public void close()
getSession
public SNMPSession getSession(String host,
Integer port,
String community,
SNMPClient.SNMPVersion version)
throws SNMPException
- Throws:
SNMPException
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.