|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryManager
QueryManager interface.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
LinkableNode |
getSnmpNode(int nodeid)
getSnmpNode |
List<LinkableNode> |
getSnmpNodeList()
getSnmpNodeList |
String |
getSnmpPrimaryIp(int nodeid)
getSnmpPrimaryIp |
void |
setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
setJdbcTemplate |
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 |
| Field Detail |
|---|
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'
| Method Detail |
|---|
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.
String getSnmpPrimaryIp(int nodeid)
throws SQLException
getSnmpPrimaryIp
nodeid - a int.
String object.
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.void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
setJdbcTemplate
jdbcTemplate - a JdbcTemplate object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||