|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.DbAtInterfaceEntry
public final class DbAtInterfaceEntry
| Field Summary | |
|---|---|
static char |
STATUS_ACTIVE
The character returned if the entry is active |
static char |
STATUS_DELETED
It stats that node is deleted The character returned if the node is deleted |
static char |
STATUS_NOT_POLLED
The character returned if the entry is not active means last polled |
static char |
STATUS_UNKNOWN
The character returned if the entry type is unset/unknown. |
| Method Summary | |
|---|---|
protected int |
get_ifindex()
|
protected String |
get_ipaddr()
|
protected Timestamp |
get_lastpolltime()
|
protected int |
get_nodeId()
|
protected String |
get_physaddr()
|
protected int |
get_sourcenodeid()
|
protected char |
get_status()
|
protected boolean |
hasAtPhysAddrChanged()
|
protected boolean |
hasIfIndexChanged()
|
protected boolean |
hasSourceNodeIdChanged()
|
protected boolean |
hasStatusChanged()
|
protected void |
set_ifindex(int ifindex)
|
protected void |
set_lastpolltime(Date time)
Sets the last poll time. |
protected void |
set_lastpolltime(String time)
Sets the last poll time. |
protected void |
set_lastpolltime(Timestamp time)
Sets the last poll time. |
protected void |
set_physaddr(String macaddr)
|
protected void |
set_sourcenodeid(int sourcenode)
|
protected void |
set_status(char status)
|
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final char STATUS_ACTIVE
public static final char STATUS_NOT_POLLED
public static final char STATUS_DELETED
public static final char STATUS_UNKNOWN
| Method Detail |
|---|
protected int get_nodeId()
protected String get_ipaddr()
protected String get_physaddr()
protected void set_physaddr(String macaddr)
protected boolean hasAtPhysAddrChanged()
protected int get_sourcenodeid()
protected void set_sourcenodeid(int sourcenode)
protected boolean hasSourceNodeIdChanged()
protected int get_ifindex()
protected void set_ifindex(int ifindex)
protected boolean hasIfIndexChanged()
protected char get_status()
protected void set_status(char status)
protected boolean hasStatusChanged()
protected Timestamp get_lastpolltime()
protected void set_lastpolltime(String time)
throws ParseException
time - The last poll time.
ParseExceptionprotected void set_lastpolltime(Date time)
time - The last poll time.protected void set_lastpolltime(Timestamp time)
time - The last poll time.public String toString()
toString
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||