public class DbVlanEntry extends Object
DbVlanEntry class.
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.
|
static int |
VLAN_STATUS_MTU_TOO_BIG_FOR_DEVICE |
static int |
VLAN_STATUS_MTU_TOO_BIG_FOR_TRUNK |
static int |
VLAN_STATUS_OPERATIONAL |
static int |
VLAN_STATUS_SUSPENDED |
static int |
VLAN_STATUS_UNKNOWN |
static int |
VLAN_TYPE_DEPRECATED |
static int |
VLAN_TYPE_ETHERNET |
static int |
VLAN_TYPE_FDDI |
static int |
VLAN_TYPE_FDDINET |
static int |
VLAN_TYPE_TOKEN_RING |
static int |
VLAN_TYPE_TRNET |
static int |
VLAN_TYPE_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
protected Timestamp |
get_lastpolltime() |
protected int |
get_nodeId()
get_nodeId
|
protected char |
get_status() |
protected int |
getVlanId()
getVlanId
|
protected String |
getVlanName()
getVlanName
|
protected int |
getVlanStatus()
getVlanStatus
|
protected int |
getVlanType()
getVlanType
|
protected boolean |
hasBaseStatusChanged() |
protected boolean |
hasBaseTypeChanged() |
protected boolean |
hasBaseVlanNameChanged() |
protected boolean |
hasStatusChanged() |
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_status(char status) |
protected void |
setVlanName(String vlanname) |
protected void |
setVlanStatus(int vlanstatus) |
protected void |
setVlanType(int vlantype) |
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
public static final int VLAN_TYPE_UNKNOWN
public static final int VLAN_TYPE_ETHERNET
public static final int VLAN_TYPE_FDDI
public static final int VLAN_TYPE_TOKEN_RING
public static final int VLAN_TYPE_FDDINET
public static final int VLAN_TYPE_TRNET
public static final int VLAN_TYPE_DEPRECATED
public static final int VLAN_STATUS_UNKNOWN
public static final int VLAN_STATUS_OPERATIONAL
public static final int VLAN_STATUS_SUSPENDED
public static final int VLAN_STATUS_MTU_TOO_BIG_FOR_DEVICE
public static final int VLAN_STATUS_MTU_TOO_BIG_FOR_TRUNK
protected int get_nodeId()
get_nodeId
protected int getVlanId()
getVlanId
protected void setVlanName(String vlanname)
protected boolean hasBaseVlanNameChanged()
protected int getVlanType()
getVlanType
protected void setVlanType(int vlantype)
protected boolean hasBaseTypeChanged()
protected int getVlanStatus()
getVlanStatus
protected void setVlanStatus(int vlanstatus)
protected boolean hasBaseStatusChanged()
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.