|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.capsd.DbIpInterfaceEntry
public final class DbIpInterfaceEntry
Once loaded or create, the class tracks any changes and will write those
changes to the database whenever the store method is invoked.
If a database conneciton is not passed to the store method, then a temporary
one is allocated to write the results.
NOTE: if the connection is passed in and is not in auto commit mode, then the
caller must call commit to inform the database that the
transaction is complete.
| Field Summary | |
|---|---|
static char |
SNMP_NOT_ELIGIBLE
|
static char |
SNMP_PRIMARY
|
static char |
SNMP_SECONDARY
|
static char |
SNMP_UNKNOWN
|
static char |
STATE_ALIAS
|
static char |
STATE_DELETED
|
static char |
STATE_FORCED
|
static char |
STATE_MANAGED
|
static char |
STATE_NOT_POLLED
|
static char |
STATE_REMOTE
|
static char |
STATE_UNKNOWN
|
static char |
STATE_UNMANAGED
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
For debugging only |
String |
toString()
Creates a string that displays the internal contents of the record. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final char SNMP_PRIMARY
public static final char SNMP_SECONDARY
public static final char SNMP_NOT_ELIGIBLE
public static final char SNMP_UNKNOWN
public static final char STATE_MANAGED
public static final char STATE_UNMANAGED
public static final char STATE_ALIAS
public static final char STATE_DELETED
public static final char STATE_FORCED
public static final char STATE_NOT_POLLED
public static final char STATE_REMOTE
public static final char STATE_UNKNOWN
| Method Detail |
|---|
public String toString()
toString in class Objectpublic static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||