org.opennms.netmgt.linkd
Class DbStpInterfaceEntry

java.lang.Object
  extended by org.opennms.netmgt.linkd.DbStpInterfaceEntry

public class DbStpInterfaceEntry
extends Object

Author:
Antonio Russo

Method Summary
 int get_bridgeport()
           
 int get_ifindex()
           
 int get_nodeId()
           
 String get_stpdesignatedport()
           
 String get_stpportdesignatedbridge()
           
 int get_stpportdesignatedcost()
           
 String get_stpportdesignatedroot()
           
 int get_stpportpathcost()
           
 int get_stpportstate()
           
 int get_stpvlan()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

get_nodeId

public int get_nodeId()
Returns:

get_bridgeport

public int get_bridgeport()
Returns:

get_stpvlan

public int get_stpvlan()
Returns:

get_ifindex

public int get_ifindex()
Returns:

get_stpportstate

public int get_stpportstate()
Returns:

get_stpportpathcost

public int get_stpportpathcost()
Returns:

get_stpportdesignatedroot

public String get_stpportdesignatedroot()
Returns:

get_stpportdesignatedcost

public int get_stpportdesignatedcost()
Returns:

get_stpportdesignatedbridge

public String get_stpportdesignatedbridge()
Returns:

get_stpdesignatedport

public String get_stpdesignatedport()
Returns:

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.