Package | Description |
---|---|
org.opennms.netmgt.capsd |
Modifier and Type | Method and Description |
---|---|
static DbIpInterfaceEntry |
DbIpInterfaceEntry.clone(DbIpInterfaceEntry entry)
Deprecated.
Clones an existing entry.
|
static DbIpInterfaceEntry |
DbIpInterfaceEntry.create(int nid,
InetAddress address,
int ifIndex)
Deprecated.
Creates a new entry.
|
static DbIpInterfaceEntry |
DbIpInterfaceEntry.create(long l,
InetAddress address)
Deprecated.
Creates a new entry.
|
static DbIpInterfaceEntry |
DbIpInterfaceEntry.get(Connection db,
long nid,
InetAddress addr)
Deprecated.
Retrieves a current record from the database based upon the key fields of
nodeID and ipAddr.
|
static DbIpInterfaceEntry |
DbIpInterfaceEntry.get(Connection db,
long nid,
InetAddress addr,
int ifIndex)
Deprecated.
Retrieves a current record from the database based upon the key fields of
nodeID and ipAddr.
|
static DbIpInterfaceEntry |
DbIpInterfaceEntry.get(int nid,
InetAddress addr)
Deprecated.
Retrieves a current record from the database based upon the key fields of
nodeID and ipAddr.
|
static DbIpInterfaceEntry |
DbIpInterfaceEntry.get(int nid,
InetAddress addr,
int ifIndex)
Deprecated.
Retrieves a current record from the database based upon the key fields of
nodeID and ipAddr.
|
DbIpInterfaceEntry[] |
DbNodeEntry.getInterfaces()
Deprecated.
|
DbIpInterfaceEntry[] |
DbNodeEntry.getInterfaces(Connection db)
Deprecated.
|
DbIpInterfaceEntry[] |
DbNodeEntry.getManagedInterfaces()
Deprecated.
|
DbIpInterfaceEntry[] |
DbNodeEntry.getManagedInterfaces(Connection db)
Deprecated.
|
static DbIpInterfaceEntry |
DbNodeEntry.getPrimarySnmpInterface(DbIpInterfaceEntry[] ipInterfaces)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DbIpInterfaceEntry |
DbIpInterfaceEntry.clone(DbIpInterfaceEntry entry)
Deprecated.
Clones an existing entry.
|
static DbIpInterfaceEntry |
DbNodeEntry.getPrimarySnmpInterface(DbIpInterfaceEntry[] ipInterfaces)
Deprecated.
|
Copyright © 2015. All rights reserved.