org.opennms.netmgt.config
Interface DataCollectionConfig

All Known Implementing Classes:
DefaultDataCollectionConfigDao

public interface DataCollectionConfig

DataCollectionConfig interface.

Version:
$Id: $
Author:
ranger

Field Summary
static int ALL_IF_ATTRIBUTES
          Constant ALL_IF_ATTRIBUTES=-2
static int NODE_ATTRIBUTES
          Constant NODE_ATTRIBUTES=-1
 
Method Summary
 Map<String,ResourceType> getConfiguredResourceTypes()
          getConfiguredResourceTypes
 List<MibObject> getMibObjectList(String cName, String aSysoid, String anAddress, int ifType)
          getMibObjectList
 List<String> getRRAList(String collectionName)
          getRRAList
 String getRrdPath()
          getRrdPath
 RrdRepository getRrdRepository(String collectionName)
          getRrdRepository
 String getSnmpStorageFlag(String collectionName)
          getSnmpStorageFlag
 int getStep(String collectionName)
          getStep
 

Field Detail

NODE_ATTRIBUTES

static final int NODE_ATTRIBUTES
Constant NODE_ATTRIBUTES=-1

See Also:
Constant Field Values

ALL_IF_ATTRIBUTES

static final int ALL_IF_ATTRIBUTES
Constant ALL_IF_ATTRIBUTES=-2

See Also:
Constant Field Values
Method Detail

getSnmpStorageFlag

String getSnmpStorageFlag(String collectionName)

getSnmpStorageFlag

Parameters:
collectionName - a String object.
Returns:
a String object.

getMibObjectList

List<MibObject> getMibObjectList(String cName,
                                 String aSysoid,
                                 String anAddress,
                                 int ifType)

getMibObjectList

Parameters:
cName - a String object.
aSysoid - a String object.
anAddress - a String object.
ifType - a int.
Returns:
a List object.

getConfiguredResourceTypes

Map<String,ResourceType> getConfiguredResourceTypes()

getConfiguredResourceTypes

Returns:
a Map object.

getRrdRepository

RrdRepository getRrdRepository(String collectionName)

getRrdRepository

Parameters:
collectionName - a String object.
Returns:
a RrdRepository object.

getStep

int getStep(String collectionName)

getStep

Parameters:
collectionName - a String object.
Returns:
a int.

getRRAList

List<String> getRRAList(String collectionName)

getRRAList

Parameters:
collectionName - a String object.
Returns:
a List object.

getRrdPath

String getRrdPath()

getRrdPath

Returns:
a String object.


Copyright © 2011. All Rights Reserved.