|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ac.ulg.montefiore.run.totem.repository.model.LSPRoutingParameter
be.ac.ulg.montefiore.run.totem.repository.model.LSPBypassRoutingParameter
public final class LSPBypassRoutingParameter
This class specifies the information needed to compute a bypass backup.
Creation date: 25-May-2005
| Field Summary |
|---|
| Fields inherited from class be.ac.ulg.montefiore.run.totem.repository.model.LSPRoutingParameter |
|---|
bandwidth, lspId, routingAlgorithmParams |
| Constructor Summary | |
|---|---|
LSPBypassRoutingParameter(java.lang.String lspId)
Initialises a newly created LSPBypassRoutingParameter object. |
|
| Method Summary | |
|---|---|
void |
addProtectedLink(java.lang.String link)
Adds the link link to the list of the links protected by the LSP to create. |
java.util.List |
getProtectedLink()
Returns the list of the links to protect. |
| Methods inherited from class be.ac.ulg.montefiore.run.totem.repository.model.LSPRoutingParameter |
|---|
getBandwidth, getLspId, getRoutingAlgorithmParameter, putAllRoutingAlgorithmParameter, putRoutingAlgorithmParameter, setBandwidth, setLspId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LSPBypassRoutingParameter(java.lang.String lspId)
LSPBypassRoutingParameter object.
| Method Detail |
|---|
public void addProtectedLink(java.lang.String link)
link to the list of the links protected by the LSP to create.
link - The ID of the link to add.public java.util.List getProtectedLink()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||