public final class DbAtInterfaceEntry extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected int |
get_ifindex() |
protected InetAddress |
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
|
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
protected int get_nodeId()
protected InetAddress 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.ParseException
protected void set_lastpolltime(Date time)
time
- The last poll time.protected void set_lastpolltime(Timestamp time)
time
- The last poll time.Copyright © 2015. All Rights Reserved.