Package | Description |
---|---|
org.opennms.netmgt.config.datacollection |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao.castor.collector |
Modifier and Type | Method and Description |
---|---|
MibObj[] |
Group.getMibObj()
Method getMibObj.Returns the contents of the collection in
an Array.
|
MibObj |
Group.getMibObj(int index)
Method getMibObj.
|
MibObj |
Group.removeMibObjAt(int index)
Method removeMibObjAt.
|
static MibObj |
MibObj.unmarshal(Reader reader)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<MibObj> |
Group.enumerateMibObj()
Method enumerateMibObj.
|
List<MibObj> |
Group.getMibObjCollection()
Method getMibObjCollection.Returns a reference to
'_mibObjList'.
|
Iterator<MibObj> |
Group.iterateMibObj()
Method iterateMibObj.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.addMibObj(int index,
MibObj mibObj) |
void |
Group.addMibObj(MibObj mibObj) |
boolean |
Group.removeMibObj(MibObj mibObj)
Method removeMibObj.
|
void |
Group.setMibObj(int index,
MibObj mibObj) |
void |
Group.setMibObj(MibObj[] mibObjs) |
Modifier and Type | Method and Description |
---|---|
void |
Group.setMibObj(List<MibObj> mibObjs)
Sets the value of '_mibObjList' by copying the given Vector.
|
void |
Group.setMibObjCollection(List<MibObj> mibObjs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCollectionVisitor.completeMibObj(MibObj mibObj)
completeMibObj
|
void |
DataCollectionVisitor.visitMibObj(MibObj mibObj)
visitMibObj
|
Copyright © 2015. All Rights Reserved.