public interface QueryManager
QueryManager interface.
Modifier and Type | Method and Description |
---|---|
LinkableSnmpNode |
getSnmpNode(int nodeid)
getSnmpNode
|
List<LinkableSnmpNode> |
getSnmpNodeList()
getSnmpNodeList
|
void |
storeDiscoveryLink(DiscoveryLink discoveryLink)
storeDiscoveryLink
|
LinkableNode |
storeSnmpCollection(LinkableNode node,
SnmpCollection snmpColl,
Linkd linkd)
storeSnmpCollection
|
void |
update(int nodeid,
OnmsArpInterface.StatusType action,
Set<String> activePackages)
update
|
void |
updateDeletedNodes()
updateDeletedNodes
|
void |
updateForInterface(int nodeid,
String ipAddr,
int ifIndex,
OnmsArpInterface.StatusType action,
Set<String> activePackages)
updateForInterface
|
List<LinkableSnmpNode> getSnmpNodeList()
getSnmpNodeList
List
object.SQLException
- if any.LinkableSnmpNode getSnmpNode(int nodeid)
getSnmpNode
nodeid
- a int.LinkableNode
object.SQLException
- if any.void updateDeletedNodes()
updateDeletedNodes
SQLException
- if any.LinkableNode storeSnmpCollection(LinkableNode node, SnmpCollection snmpColl, Linkd linkd)
storeSnmpCollection
node
- a LinkableNode
object.snmpColl
- a SnmpCollection
object.LinkableNode
object.SQLException
- if any.void storeDiscoveryLink(DiscoveryLink discoveryLink)
storeDiscoveryLink
discoveryLink
- a DiscoveryLink
object.SQLException
- if any.void update(int nodeid, OnmsArpInterface.StatusType action, Set<String> activePackages)
update
nodeid
- a int.action
- a char.SQLException
- if any.void updateForInterface(int nodeid, String ipAddr, int ifIndex, OnmsArpInterface.StatusType action, Set<String> activePackages)
updateForInterface
nodeid
- a int.ipAddr
- a String
object.ifIndex
- a int.action
- a char.SQLException
- if any.Copyright © 2015. All rights reserved.