public interface LinkedMOFactory extends MOFactory
Modifier and Type | Method and Description |
---|---|
Object |
getLink(org.snmp4j.smi.OID oid)
Gets the link for the given object ID or any sub-OID prefix thereof.
|
void |
setLink(org.snmp4j.smi.OID oid,
Object instrumentationHelperObject)
Set a link between the supplied object ID of a managed object class (or
a set of managed object classes if the OID refers to a MIB sub-tree) to
the given helper object.
|
addTextualConvention, createAccess, createColumn, createColumn, createColumn, createColumn, createIndex, createIndex, createScalar, createScalar, createSubIndex, createSubIndex, createTable, createTable, createTableModel, createTableRelation, getSysUpTime, getTextualConvention, removeTextualConvention
createRow, freeRow
void setLink(org.snmp4j.smi.OID oid, Object instrumentationHelperObject)
oid
- an OID of a managed object class or sub-tree.instrumentationHelperObject
- an object that helps the factory or the objects created on its behalf
to instrument the those objects.getLink(OID oid)
Object getLink(org.snmp4j.smi.OID oid)
oid
- the oid of the managed object class (prefix) for which to returned the
linked instrumentation helper class.null
if no such link exists.Copyright © 2018 SNMP4J.org. All rights reserved.