org.opennms.web.element
Class StpInterface

java.lang.Object
  extended by org.opennms.web.element.StpInterface

public class StpInterface
extends Object

Author:
Antonio Russo

Field Summary
static String[] STP_PORT_STATUS
           
 
Method Summary
 int get_bridgeport()
           
 int get_ifindex()
           
 String get_ipaddr()
           
 String get_lastPollTime()
           
 int get_nodeId()
           
 char get_status()
           
 int get_stpbridgenodeid()
           
 String get_stpdesignatedbridge()
           
 String get_stpdesignatedport()
           
 String get_stpdesignatedroot()
           
 int get_stpportdesignatedcost()
           
 int get_stpportpathcost()
           
 int get_stpportstate()
           
 int get_stprootnodeid()
           
 int get_stpvlan()
           
 String getStatusString()
           
 String getStpPortState()
           
 String getVlanColorIdentifier()
           
 void set_ipaddr(String m_ipaddr)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STP_PORT_STATUS

public static final String[] STP_PORT_STATUS
Method Detail

toString

public String toString()
Overrides:
toString in class Object

get_bridgeport

public int get_bridgeport()
Returns:

get_ifindex

public int get_ifindex()
Returns:

get_lastPollTime

public String get_lastPollTime()
Returns:

get_nodeId

public int get_nodeId()
Returns:

get_status

public char get_status()
Returns:

get_stpdesignatedbridge

public String get_stpdesignatedbridge()
Returns:

get_stpdesignatedport

public String get_stpdesignatedport()
Returns:

get_stpdesignatedroot

public String get_stpdesignatedroot()
Returns:

get_stpportdesignatedcost

public int get_stpportdesignatedcost()
Returns:

get_stpportpathcost

public int get_stpportpathcost()
Returns:

get_stpportstate

public int get_stpportstate()
Returns:

getStpPortState

public String getStpPortState()

get_stpvlan

public int get_stpvlan()
Returns:

get_stpbridgenodeid

public int get_stpbridgenodeid()
Returns:
Returns the m_stpdesignatedbridgenodeid.

get_stprootnodeid

public int get_stprootnodeid()
Returns:
Returns the m_stpdesignatedrootnodeid.

get_ipaddr

public String get_ipaddr()
Returns:
Returns the m_ipaddr.

set_ipaddr

public void set_ipaddr(String m_ipaddr)
Parameters:
m_ipaddr - The m_ipaddr to set.

getStatusString

public String getStatusString()

getVlanColorIdentifier

public String getVlanColorIdentifier()


Copyright © 2009. All Rights Reserved.