public interface QueryManager
QueryManager interface.
| Modifier and Type | Field and Description |
|---|---|
static int |
SNMP_DOT1D_FDB_STATUS_INVALID
The status of the info in FDB table entry The status of this entry.
|
static int |
SNMP_DOT1D_FDB_STATUS_LEARNED
The status of the info in FDB table entry The status of this entry.
|
static int |
SNMP_DOT1D_FDB_STATUS_MGMT
mgmt(5) : the value of the corresponding instance of dot1dTpFdbAddress is
also the value of an existing instance of dot1dStaticAddress.
|
static int |
SNMP_DOT1D_FDB_STATUS_OTHER
The status of the info in FDB table entry The meanings of the value is
other(1): none of the following.
|
static int |
SNMP_DOT1D_FDB_STATUS_SELF
The status of the info in FDB table entry The status of this entry.
|
static int |
SNMP_IF_TYPE_ETHERNET |
static int |
SNMP_IF_TYPE_L2_VLAN |
static int |
SNMP_IF_TYPE_L3_VLAN |
static int |
SNMP_IF_TYPE_PROP_VIRTUAL |
| Modifier and Type | Method and Description |
|---|---|
Linkd |
getLinkd() |
LinkableSnmpNode |
getSnmpNode(int nodeid)
getSnmpNode
|
List<LinkableSnmpNode> |
getSnmpNodeList()
getSnmpNodeList
|
void |
setLinkd(Linkd linkd) |
void |
storeDiscoveryLink(DiscoveryLink discoveryLink)
storeDiscoveryLink
|
LinkableNode |
storeSnmpCollection(LinkableNode node,
SnmpCollection snmpColl)
storeSnmpCollection
|
void |
update(int nodeid,
OnmsArpInterface.StatusType action)
update
|
void |
updateDeletedNodes()
updateDeletedNodes
|
void |
updateForInterface(int nodeid,
String ipAddr,
int ifIndex,
OnmsArpInterface.StatusType action)
updateForInterface
|
static final int SNMP_IF_TYPE_ETHERNET
static final int SNMP_IF_TYPE_PROP_VIRTUAL
static final int SNMP_IF_TYPE_L2_VLAN
static final int SNMP_IF_TYPE_L3_VLAN
static final int SNMP_DOT1D_FDB_STATUS_OTHER
static final int SNMP_DOT1D_FDB_STATUS_INVALID
static final int SNMP_DOT1D_FDB_STATUS_LEARNED
static final int SNMP_DOT1D_FDB_STATUS_SELF
static final int SNMP_DOT1D_FDB_STATUS_MGMT
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)
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)
update
nodeid - a int.action - a char.SQLException - if any.void updateForInterface(int nodeid,
String ipAddr,
int ifIndex,
OnmsArpInterface.StatusType action)
updateForInterface
nodeid - a int.ipAddr - a String object.ifIndex - a int.action - a char.SQLException - if any.Linkd getLinkd()
void setLinkd(Linkd linkd)
Copyright © 2015. All rights reserved.