public class DbStpNodeEntry extends Object
DbStpNodeEntry class.
Modifier and Type | Field and Description |
---|---|
static int |
BASE_TYPE_SOURCEROUTE_ONLY |
static int |
BASE_TYPE_SRT |
static int |
BASE_TYPE_TRANSPARENT_ONLY |
static int |
BASE_TYPE_UNKNOWN
the bridge type
|
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 |
STP_DECLB100 |
static int |
STP_IEEE8011D |
static int |
STP_UNKNOWN
the STP Protocol Specification
|
Modifier and Type | Method and Description |
---|---|
String |
get_basebridgeaddress()
get_basebridgeaddress
|
int |
get_basenumports()
get_basenumports
|
int |
get_basetype()
get_basetype
|
int |
get_basevlan()
get_basevlan
|
String |
get_basevlanname()
get_basevlanname
|
int |
get_nodeId()
get_nodeId
|
String |
get_stpdesignatedroot()
get_stpdesignatedroot
|
int |
get_stppriority()
get_stppriority
|
int |
get_stpprotocolspecification()
get_stpprotocolspecification
|
int |
get_stprootcost()
get_stprootcost
|
int |
get_stprootport()
get_stprootport
|
protected boolean |
hasBaseBridgeAddressChanged() |
protected boolean |
hasBaseNumPortsChanged() |
protected boolean |
hasBaseTypeChanged() |
protected boolean |
hasBaseVlanNameChanged() |
protected boolean |
hasStatusChanged() |
protected boolean |
hasStpDesignatedRootChanged() |
protected boolean |
hasStpPriorityChanged() |
protected boolean |
hasStpProtocolSpecificationChanged() |
protected boolean |
hasStpRootCostChanged() |
protected boolean |
hasStpRootPortChanged() |
protected void |
set_basebridgeaddress(String basebridgeaddress) |
protected void |
set_basenumports(int basenumports) |
protected void |
set_basetype(int basetype) |
protected void |
set_basevlanname(String basevlanname) |
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 |
set_stpdesignatedroot(String stpdesignatedroot) |
protected void |
set_stppriority(int stppriority) |
protected void |
set_stpprotocolspecification(int stpprotocolspecification) |
protected void |
set_stprootcost(int stprootcost) |
protected void |
set_stprootport(int stprootport) |
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 BASE_TYPE_UNKNOWN
public static final int BASE_TYPE_TRANSPARENT_ONLY
public static final int BASE_TYPE_SOURCEROUTE_ONLY
public static final int BASE_TYPE_SRT
public static final int STP_UNKNOWN
public static final int STP_DECLB100
public static final int STP_IEEE8011D
public int get_nodeId()
get_nodeId
public int get_basevlan()
get_basevlan
protected void set_basevlanname(String basevlanname)
protected boolean hasBaseVlanNameChanged()
public String get_basebridgeaddress()
get_basebridgeaddress
String
object.protected void set_basebridgeaddress(String basebridgeaddress)
protected boolean hasBaseBridgeAddressChanged()
public int get_basenumports()
get_basenumports
protected void set_basenumports(int basenumports)
protected boolean hasBaseNumPortsChanged()
public int get_basetype()
get_basetype
protected void set_basetype(int basetype)
protected boolean hasBaseTypeChanged()
public String get_stpdesignatedroot()
get_stpdesignatedroot
String
object.protected void set_stpdesignatedroot(String stpdesignatedroot)
protected boolean hasStpDesignatedRootChanged()
public int get_stppriority()
get_stppriority
protected void set_stppriority(int stppriority)
protected boolean hasStpPriorityChanged()
public int get_stpprotocolspecification()
get_stpprotocolspecification
protected void set_stpprotocolspecification(int stpprotocolspecification)
protected boolean hasStpProtocolSpecificationChanged()
public int get_stprootcost()
get_stprootcost
protected void set_stprootcost(int stprootcost)
protected boolean hasStpRootCostChanged()
public int get_stprootport()
get_stprootport
protected void set_stprootport(int stprootport)
protected boolean hasStpRootPortChanged()
protected void set_status(char status)
protected boolean hasStatusChanged()
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.