public interface QueryManager
QueryManager interface.
Modifier and Type | Field and Description |
---|---|
static char |
ACTION_DELETE
Constant
ACTION_DELETE='D' |
static char |
ACTION_UPTODATE
Constant
ACTION_UPTODATE='N' |
static int |
CDP_ADDRESS_TYPE_IP_ADDRESS
the int that indicated cdp address type
|
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.
|
Modifier and Type | Method and Description |
---|---|
Linkd |
getLinkd() |
LinkableNode |
getSnmpNode(int nodeid)
getSnmpNode
|
List<LinkableNode> |
getSnmpNodeList()
getSnmpNodeList
|
void |
setLinkd(Linkd linkd) |
void |
storeDiscoveryLink(DiscoveryLink discoveryLink)
storeDiscoveryLink
|
LinkableNode |
storeSnmpCollection(LinkableNode node,
SnmpCollection snmpColl)
storeSnmpCollection
|
void |
update(int nodeid,
char action)
update
|
void |
updateDeletedNodes()
updateDeletedNodes
|
void |
updateForInterface(int nodeid,
String ipAddr,
int ifIndex,
char action)
updateForInterface
|
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
static final int CDP_ADDRESS_TYPE_IP_ADDRESS
static final char ACTION_UPTODATE
ACTION_UPTODATE='N'
static final char ACTION_DELETE
ACTION_DELETE='D'
List<LinkableNode> getSnmpNodeList() throws SQLException
getSnmpNodeList
List
object.SQLException
- if any.LinkableNode getSnmpNode(int nodeid) throws SQLException
getSnmpNode
nodeid
- a int.LinkableNode
object.SQLException
- if any.void updateDeletedNodes() throws SQLException
updateDeletedNodes
SQLException
- if any.LinkableNode storeSnmpCollection(LinkableNode node, SnmpCollection snmpColl) throws SQLException
storeSnmpCollection
node
- a LinkableNode
object.snmpColl
- a SnmpCollection
object.LinkableNode
object.SQLException
- if any.void storeDiscoveryLink(DiscoveryLink discoveryLink) throws SQLException
storeDiscoveryLink
discoveryLink
- a DiscoveryLink
object.SQLException
- if any.void update(int nodeid, char action) throws SQLException
update
nodeid
- a int.action
- a char.SQLException
- if any.void updateForInterface(int nodeid, String ipAddr, int ifIndex, char action) throws SQLException
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.