Uses of Interface
org.opennms.netmgt.config.api.collection.IGroup
-
Packages that use IGroup Package Description org.opennms.netmgt.config.api.collection org.opennms.netmgt.config.internal.collection This file is part of OpenNMS(R). -
-
Uses of IGroup in org.opennms.netmgt.config.api.collection
Methods in org.opennms.netmgt.config.api.collection that return IGroup Modifier and Type Method Description IGroup
IMibObject. getGroup()
IGroup[]
IDataCollectionGroup. getGroups()
IGroup[]
ISystemDef. getGroups()
-
Uses of IGroup in org.opennms.netmgt.config.internal.collection
Classes in org.opennms.netmgt.config.internal.collection that implement IGroup Modifier and Type Class Description class
GroupImpl
<group name="mib2-coffee-rfc2325"> <mibObj oid=".1.3.6.1.2.1.10.132.2" instance="0" alias="coffeePotCapacity" type="integer" /> <mibObj oid=".1.3.6.1.2.1.10.132.4.1.2" instance="0" alias="coffeePotLevel" type="integer" /> <mibObj oid=".1.3.6.1.2.1.10.132.4.1.6" instance="0" alias="coffeePotTemp" type="integer" /> </group>Methods in org.opennms.netmgt.config.internal.collection that return IGroup Modifier and Type Method Description IGroup
MibObjectImpl. getGroup()
IGroup[]
DataCollectionGroupImpl. getGroups()
IGroup[]
SystemDefImpl. getGroups()
Methods in org.opennms.netmgt.config.internal.collection with parameters of type IGroup Modifier and Type Method Description static GroupImpl
GroupImpl. asGroup(IGroup group)
static GroupImpl[]
GroupImpl. asGroups(IGroup[] groups)
void
MibObjectImpl. setGroup(IGroup group)
void
SystemDefImpl. setGroups(IGroup[] groups)
-