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.
|
Modifier and Type | Method and Description |
---|---|
static DbIpInterfaceEntry |
DbIpInterfaceEntry.clone(DbIpInterfaceEntry entry)
Deprecated.
Clones an existing entry.
|
Copyright © 2017. All rights reserved.