|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.visualtopo.guiModules.AbstractGUIModule
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.routingGUIModule.RoutingGUIModule
public class RoutingGUIModule
Constructor Summary | |
---|---|
RoutingGUIModule()
a public constructor with no parameter |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
addDetourLsp(java.lang.String lspId,
java.lang.String protectedLspId,
java.lang.String methodType,
java.lang.String protectionType,
LSPDetourRouting routing,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
void |
displayBGPInfo(Node node)
Display the BGP info of a node |
void |
displayPanel()
|
void |
displayRT(Node node)
Display the routing table of a node |
static RoutingGUIModule |
getInstance()
|
javax.swing.JMenu |
getMenu()
The method should return the menu you want to add to the gui |
java.lang.String |
getName()
Return the name of the module ("Routing") |
boolean |
isUnloadable()
A lot of method uses this module, thus it was made impossible to remove |
boolean |
loadAtStartup()
This module should be loaded at startup |
Methods inherited from class be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.AbstractGUIModule |
---|
initialize, terminate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoutingGUIModule()
Method Detail |
---|
public static RoutingGUIModule getInstance()
public javax.swing.JMenu getMenu()
GUIModule
public java.lang.String getName()
public boolean loadAtStartup()
loadAtStartup
in interface GUIModule
loadAtStartup
in class AbstractGUIModule
public boolean isUnloadable()
isUnloadable
in interface GUIModule
isUnloadable
in class AbstractGUIModule
public void displayPanel()
public void displayRT(Node node)
public void displayBGPInfo(Node node)
public java.util.List<java.lang.String> addDetourLsp(java.lang.String lspId, java.lang.String protectedLspId, java.lang.String methodType, java.lang.String protectionType, LSPDetourRouting routing, java.util.HashMap<java.lang.String,java.lang.String> params) throws NoRouteToHostException, RoutingException, TotemActionExecutionException, LocalDatabaseException
NoRouteToHostException
RoutingException
TotemActionExecutionException
LocalDatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |