Package | Description |
---|---|
org.opennms.netmgt.capsd |
Modifier and Type | Method and Description |
---|---|
static DbNodeEntry |
DbNodeEntry.clone(DbNodeEntry entry)
Deprecated.
Clones an existing entry.
|
static DbNodeEntry |
DbNodeEntry.create()
Deprecated.
Creates a new entry.
|
static DbNodeEntry |
DbNodeEntry.create(String poller)
Deprecated.
Creates a new entry.
|
static DbNodeEntry |
DbNodeEntry.get(Connection db,
int nid)
Deprecated.
Retrieves a current record from the database based upon the key fields of
nodeID and dpName.
|
static DbNodeEntry |
DbNodeEntry.get(Connection db,
int nid,
String dpName)
Deprecated.
Retrieves a current record from the database based upon the key fields of
nodeID and dpName.
|
static DbNodeEntry |
DbNodeEntry.get(int nid)
Deprecated.
Retreives a current record from the database based upon the key fields of
nodeID and dpName.
|
static DbNodeEntry |
DbNodeEntry.get(int nid,
String dpName)
Deprecated.
Retreives a current record from the database based upon the key fields of
nodeID and dpName.
|
Modifier and Type | Method and Description |
---|---|
static DbNodeEntry |
DbNodeEntry.clone(DbNodeEntry entry)
Deprecated.
Clones an existing entry.
|
Copyright © 2015. All rights reserved.