Methods Summary |
---|
public void | addModel(int id, SnmpModel model)Adds a model to this sub system.
|
public com.sun.jmx.snmp.SnmpEngine | getEngine()Returns the associated engine.
|
public SnmpModel | getModel(int id)Gets a model from this sub system.
|
public int[] | getModelIds()Returns the set of model Ids that have been registered within the sub system.
|
public java.lang.String[] | getModelNames()Returns the set of model names that have been registered within the sub system.
|
public SnmpModel | removeModel(int id)Removes a model from this sub system.
|