Package | Description |
---|---|
org.opennms.netmgt.config.api.collection | |
org.opennms.netmgt.config.internal.collection |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
IGroup |
IMibObject.getGroup() |
IGroup[] |
ISystemDef.getGroups() |
IGroup[] |
IDataCollectionGroup.getGroups() |
Modifier and Type | Class and 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>
|
Modifier and Type | Method and Description |
---|---|
IGroup |
MibObjectImpl.getGroup() |
IGroup[] |
SystemDefImpl.getGroups() |
IGroup[] |
DataCollectionGroupImpl.getGroups() |
Modifier and Type | Method and Description |
---|---|
static GroupImpl |
GroupImpl.asGroup(IGroup group) |
static GroupImpl[] |
GroupImpl.asGroups(IGroup[] groups) |
void |
MibObjectImpl.setGroup(IGroup group) |
void |
SystemDefImpl.setGroups(IGroup[] groups) |
Copyright © 2021. All rights reserved.