Package org.opennms.netmgt.dao
Interface WSManDataCollectionConfigDao
-
- All Known Implementing Classes:
WSManDataCollectionConfigDaoJaxb
public interface WSManDataCollectionConfigDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection
getCollectionByName(String name)
WsmanDatacollectionConfig
getConfig()
List<Group>
getGroupsForAgent(Collection collection, CollectionAgent agent, WsmanAgentConfig agentConfig, OnmsNode node)
-
-
-
Method Detail
-
getConfig
WsmanDatacollectionConfig getConfig()
-
getCollectionByName
Collection getCollectionByName(String name)
-
getGroupsForAgent
List<Group> getGroupsForAgent(Collection collection, CollectionAgent agent, WsmanAgentConfig agentConfig, OnmsNode node)
-
-