Uses of Class
org.opennms.netmgt.config.datacollection.MibObj
-
Packages that use MibObj Package Description org.opennms.features.apilayer.config org.opennms.features.vaadin.datacollection org.opennms.netmgt.config.datacollection This file is part of OpenNMS(R).org.opennms.netmgt.config.internal.collection This file is part of OpenNMS(R).org.opennms.netmgt.dao.jaxb.collector -
-
Uses of MibObj in org.opennms.features.apilayer.config
Methods in org.opennms.features.apilayer.config that return MibObj Modifier and Type Method Description static MibObj
SnmpCollectionExtensionManager. toMibObj(org.opennms.integration.api.v1.config.datacollection.MibObj mibo)
-
Uses of MibObj in org.opennms.features.vaadin.datacollection
Methods in org.opennms.features.vaadin.datacollection that return types with arguments of type MibObj Modifier and Type Method Description protected java.util.List<MibObj>
MibObjField. getInternalValue()
java.lang.Class<? extends java.util.List<MibObj>>
MibObjField. getType()
Method parameters in org.opennms.features.vaadin.datacollection with type arguments of type MibObj Modifier and Type Method Description protected void
MibObjField. setInternalValue(java.util.List<MibObj> mibObjects)
-
Uses of MibObj in org.opennms.netmgt.config.datacollection
Methods in org.opennms.netmgt.config.datacollection that return types with arguments of type MibObj Modifier and Type Method Description java.util.List<MibObj>
Group. getMibObjs()
Methods in org.opennms.netmgt.config.datacollection with parameters of type MibObj Modifier and Type Method Description void
Group. addMibObj(MibObj mibObj)
boolean
Group. removeMibObj(MibObj mibObj)
Method parameters in org.opennms.netmgt.config.datacollection with type arguments of type MibObj Modifier and Type Method Description void
Group. setMibObjs(java.util.List<MibObj> mibObjs)
-
Uses of MibObj in org.opennms.netmgt.config.internal.collection
Methods in org.opennms.netmgt.config.internal.collection with parameters of type MibObj Modifier and Type Method Description void
AbstractDatacollectionConfigVisitor. visitMibObj(MibObj mibObj)
void
DataCollectionConfigConverter. visitMibObj(MibObj mibObj)
void
DatacollectionConfigVisitor. visitMibObj(MibObj mibObj)
-
Uses of MibObj in org.opennms.netmgt.dao.jaxb.collector
Methods in org.opennms.netmgt.dao.jaxb.collector with parameters of type MibObj Modifier and Type Method Description void
DataCollectionVisitor. completeMibObj(MibObj mibObj)
completeMibObjvoid
DataCollectionVisitor. visitMibObj(MibObj mibObj)
visitMibObj
-