Interface ISnmpCollection
-
- All Known Implementing Classes:
SnmpCollectionImpl
public interface ISnmpCollection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDataCollectionGroup[]
getDataCollectionGroups()
IGroupReference[]
getIncludedGroups()
java.lang.String
getName()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getIncludedGroups
IGroupReference[] getIncludedGroups()
-
getDataCollectionGroups
IDataCollectionGroup[] getDataCollectionGroups()
-
-