Methods Summary |
---|
public com.sun.jmx.snmp.agent.SnmpMibHandler | addMib(SnmpMibAgent mib)Adds a new MIB in the SNMP MIB handler.
This method is called automatically by {@link com.sun.jmx.snmp.agent.SnmpMibAgent#setSnmpAdaptor(SnmpMibHandler)} and
{@link com.sun.jmx.snmp.agent.SnmpMibAgent#setSnmpAdaptorName(ObjectName)} and should not be called directly.
|
public com.sun.jmx.snmp.agent.SnmpMibHandler | addMib(SnmpMibAgent mib, com.sun.jmx.snmp.SnmpOid[] oids)Adds a new MIB in the SNMP MIB handler.
|
public com.sun.jmx.snmp.agent.SnmpMibHandler | addMib(SnmpMibAgent mib, java.lang.String contextName)Adds a new contextualized MIB in the SNMP MIB handler.
|
public com.sun.jmx.snmp.agent.SnmpMibHandler | addMib(SnmpMibAgent mib, java.lang.String contextName, com.sun.jmx.snmp.SnmpOid[] oids)Adds a new contextualized MIB in the SNMP MIB handler.
|
public boolean | removeMib(SnmpMibAgent mib)Removes the specified MIB from the SNMP protocol adaptor.
This method is called automatically by {@link com.sun.jmx.snmp.agent.SnmpMibAgent#setSnmpAdaptor(SnmpMibHandler)} and
{@link com.sun.jmx.snmp.agent.SnmpMibAgent#setSnmpAdaptorName(ObjectName)} and should not be called directly.
|
public boolean | removeMib(SnmpMibAgent mib, com.sun.jmx.snmp.SnmpOid[] oids)Removes the specified MIB from the SNMP protocol adaptor.
This method is called automatically by {@link com.sun.jmx.snmp.agent.SnmpMibAgent#setSnmpAdaptor(SnmpMibHandler)} and
{@link com.sun.jmx.snmp.agent.SnmpMibAgent#setSnmpAdaptorName(ObjectName)} and should not be called directly.
|
public boolean | removeMib(SnmpMibAgent mib, java.lang.String contextName)Removes the specified MIB from the SNMP protocol adaptor.
|
public boolean | removeMib(SnmpMibAgent mib, java.lang.String contextName, com.sun.jmx.snmp.SnmpOid[] oids)Removes the specified MIB from the SNMP protocol adaptor.
|