All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.snmp.agent.internal.SnmpMibNode
|
+----com.sun.jaw.snmp.agent.SnmpMibTable
|
+----com.sun.jaw.snmp.agent.SnmpMibTableRemCreate
SnmpMibTableRemCreate is an abtraction for a SNMP table.
The behavior of the class allows to support entry creation when setting a value using an index which is not already defined in the table.
If you need to allow entry creation through a set operation, you need to change the inheritance of the class representing the table and generated by mibgen.
public SnmpMibTableRemCreate(SnmpMib mib)
public abstract Object createNewEntry(SnmpIndex index) throws SnmpStatusException
public void check(SnmpValue x,
long oid[],
int pos) throws SnmpStatusException
All Packages Class Hierarchy This Package Previous Next Index