|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.DbStpNodeEntry
public class DbStpNodeEntry
DbStpNodeEntry class.
| Field Summary | |
|---|---|
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 |
| Method Summary | |
|---|---|
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 |
| 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
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
| Method Detail |
|---|
public int get_nodeId()
get_nodeId
public int get_basevlan()
get_basevlan
public String get_basevlanname()
get_basevlanname
String object.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.
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 | |||||||||