public class SNMPv2MIB.SysOREntry extends DefaultMOTable<DefaultMOTableRow,MOColumn,DefaultMOMutableTableModel<DefaultMOTableRow>> implements AgentCapabilityList
DefaultMOTable.ChangeSetmoChangeListeners, model, moTableRowListeners, newRows, pendingChanges| Constructor and Description |
|---|
SysOREntry(org.snmp4j.smi.OID oid,
MOTableIndex index,
MOColumn[] columns) |
| Modifier and Type | Method and Description |
|---|---|
org.snmp4j.smi.OID |
addSysOREntry(org.snmp4j.smi.OID sysORID,
org.snmp4j.smi.OctetString sysORDescr)
Add a capabilities description to the exported list.
|
MOTableRow |
removeSysOREntry(org.snmp4j.smi.OID index)
Remove a capabilities description from the exported list.
|
addMOChangeListener, addMOTableRowListener, addNewRow, addPendingChanges, addRow, cleanup, commit, covers, createRow, createRow, find, findCell, fireAfterMOChange, fireAfterPrepareMOChange, fireBeforeMOChange, fireBeforePrepareMOChange, fireRowChanged, get, getCellInfo, getCellOID, getChangesFromRequest, getColumn, getColumnCount, getColumnIndex, getColumns, getDefaultValues, getID, getIndexDef, getIndexPart, getLowerBound, getModel, getNewRows, getOID, getPendingChangeSet, getPersistentValues, getScope, getUpperBound, getValue, getValue, getValue, getValue, hasNewRows, isChangeSetComplete, isCovered, isLowerIncluded, isOverlapping, isUpperIncluded, isVolatile, load, next, prepare, removeAll, removeMOChangeListener, removeMOTableRowListener, removeRow, save, setModel, setValue, setVolatile, toString, undo, update, updatepublic SysOREntry(org.snmp4j.smi.OID oid,
MOTableIndex index,
MOColumn[] columns)
public org.snmp4j.smi.OID addSysOREntry(org.snmp4j.smi.OID sysORID,
org.snmp4j.smi.OctetString sysORDescr)
AgentCapabilityListaddSysOREntry in interface AgentCapabilityListsysORID - the OID of an AGENT-CAPABILITIES statement.sysORDescr - A textual description of the capabilities identified
by the corresponding instance of sysORID.public MOTableRow removeSysOREntry(org.snmp4j.smi.OID index)
AgentCapabilityListremoveSysOREntry in interface AgentCapabilityListindex - the index OID previously returned by AgentCapabilityList.addSysOREntry(org.snmp4j.smi.OID, org.snmp4j.smi.OctetString).null if such a row
could not be found.Copyright © 2020 SNMP4J.org. All rights reserved.