Uses of Class
org.opennms.netmgt.config.collectd.jmx.Mbean
-
Packages that use Mbean Package Description org.opennms.features.vaadin.jmxconfiggenerator.data org.opennms.features.vaadin.jmxconfiggenerator.ui.mbeans org.opennms.features.vaadin.jmxconfiggenerator.ui.mbeans.validation org.opennms.netmgt.config.collectd.jmx This file is part of OpenNMS(R).org.opennms.netmgt.jmx org.opennms.netmgt.jmx.samples -
-
Uses of Mbean in org.opennms.features.vaadin.jmxconfiggenerator.data
Methods in org.opennms.features.vaadin.jmxconfiggenerator.data that return Mbean Modifier and Type Method Description static Mbean
JmxCollectionCloner. clone(Mbean input)
Clones a Mbean object.Methods in org.opennms.features.vaadin.jmxconfiggenerator.data with parameters of type Mbean Modifier and Type Method Description static Mbean
JmxCollectionCloner. clone(Mbean input)
Clones a Mbean object. -
Uses of Mbean in org.opennms.features.vaadin.jmxconfiggenerator.ui.mbeans
Methods in org.opennms.features.vaadin.jmxconfiggenerator.ui.mbeans that return types with arguments of type Mbean Modifier and Type Method Description Collection<Mbean>
MbeansHierarchicalContainer. getMBeans()
Collection<Mbean>
MBeansController. getSelectedMbeans()
Collection<Mbean>
MbeansHierarchicalContainer. getSelectedMbeans()
Collection<Mbean>
SelectionManager. getSelectedMbeans()
Methods in org.opennms.features.vaadin.jmxconfiggenerator.ui.mbeans with parameters of type Mbean Modifier and Type Method Description Collection<Attrib>
MBeansController. getSelectedAttributes(Mbean mbean)
Collection<Attrib>
SelectionManager. getSelectedAttributes(Mbean mbean)
Collection<CompAttrib>
MBeansController. getSelectedCompositeAttributes(Mbean mbean)
Collection<CompAttrib>
SelectionManager. getSelectedCompositeAttributes(Mbean mbean)
Method parameters in org.opennms.features.vaadin.jmxconfiggenerator.ui.mbeans with type arguments of type Mbean Modifier and Type Method Description protected void
MbeansHierarchicalContainer. updateDataSource(List<Mbean> mbeanList)
-
Uses of Mbean in org.opennms.features.vaadin.jmxconfiggenerator.ui.mbeans.validation
Methods in org.opennms.features.vaadin.jmxconfiggenerator.ui.mbeans.validation with parameters of type Mbean Modifier and Type Method Description void
ValidationManager. validate(Mbean mbean, ValidationResult validationResult)
-
Uses of Mbean in org.opennms.netmgt.config.collectd.jmx
Methods in org.opennms.netmgt.config.collectd.jmx that return types with arguments of type Mbean Modifier and Type Method Description List<Mbean>
Mbeans. getMbeanList()
List<Mbean>
JmxCollection. getMbeans()
Methods in org.opennms.netmgt.config.collectd.jmx with parameters of type Mbean Modifier and Type Method Description void
JmxCollection. addMbean(Mbean mbean)
Method parameters in org.opennms.netmgt.config.collectd.jmx with type arguments of type Mbean Modifier and Type Method Description void
JmxCollection. addMbeans(List<Mbean> mbeanList)
void
JmxCollection. setMbeans(List<Mbean> mbeans)
-
Uses of Mbean in org.opennms.netmgt.jmx
Methods in org.opennms.netmgt.jmx with parameters of type Mbean Modifier and Type Method Description static String
JmxUtils. getGroupName(Map<String,String> map, Mbean mbean)
-
Uses of Mbean in org.opennms.netmgt.jmx.samples
Methods in org.opennms.netmgt.jmx.samples that return Mbean Modifier and Type Method Description Mbean
AbstractJmxSample. getMbean()
Constructors in org.opennms.netmgt.jmx.samples with parameters of type Mbean Constructor Description AbstractJmxSample(Mbean mbean, Attribute attribute)
JmxAttributeSample(Mbean mbean, Attribute attribute)
JmxCompositeSample(Mbean mbean, Attribute attribute, CompositeData compositeData, CompMember compositeMember)
-