Class SnmpCollectionImpl
- java.lang.Object
 - 
- org.opennms.netmgt.config.internal.collection.SnmpCollectionImpl
 
 
- 
- All Implemented Interfaces:
 ISnmpCollection
public class SnmpCollectionImpl extends Object implements ISnmpCollection
 
- 
- 
Constructor Summary
Constructors Constructor Description SnmpCollectionImpl()SnmpCollectionImpl(String name) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDataCollectionGroup(DataCollectionGroupImpl group)voidaddIncludedGroup(String groupName)booleanequals(Object obj)IDataCollectionGroup[]getDataCollectionGroups()IGroupReference[]getIncludedGroups()StringgetName()inthashCode()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
SnmpCollectionImpl
public SnmpCollectionImpl()
 
- 
SnmpCollectionImpl
public SnmpCollectionImpl(String name)
 
 - 
 
- 
Method Detail
- 
getName
public String getName()
- Specified by:
 getNamein interfaceISnmpCollection
 
- 
getIncludedGroups
public IGroupReference[] getIncludedGroups()
- Specified by:
 getIncludedGroupsin interfaceISnmpCollection
 
- 
addIncludedGroup
public void addIncludedGroup(String groupName)
 
- 
getDataCollectionGroups
public IDataCollectionGroup[] getDataCollectionGroups()
- Specified by:
 getDataCollectionGroupsin interfaceISnmpCollection
 
- 
addDataCollectionGroup
public void addDataCollectionGroup(DataCollectionGroupImpl group)
 
 - 
 
 -