Package org.opends.server.snmp
Class SNMPMonitor
- java.lang.Object
-
- org.opends.server.snmp.SNMPMonitor
-
public final class SNMPMonitor extends Object
The SNMPMonitor Class allows to get a singleton SNMPMonitor object allowing to access the JMX cn=monitor MBean.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static long
counter32Value(long v)
Wrapper for SNMP Counter32.Set<ObjectName>
getConnectionHandlers()
Return a Set of Connection Handler ObjectNames.
-
-
-
Method Detail
-
getConnectionHandlers
public Set<ObjectName> getConnectionHandlers()
Return a Set of Connection Handler ObjectNames.- Returns:
- the Set of ObjectNames, an empty Set if no connection handlers
-
counter32Value
public static long counter32Value(long v)
Wrapper for SNMP Counter32.- Parameters:
v
- value- Returns:
- a counter32
-
-