|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Lsp in be.ac.ucl.ingi.totem.repository |
---|
Methods in be.ac.ucl.ingi.totem.repository with parameters of type Lsp | |
---|---|
void |
CBGPChangeListener.addLspEvent(Lsp lsp)
Notify a add LSP event |
void |
CBGPChangeListener.lspReservationChangeEvent(Lsp lsp)
Notify a LSP reservation change event |
void |
CBGPChangeListener.removeLspEvent(Lsp lsp)
Notify a remove LSP event |
Uses of Lsp in be.ac.ulg.montefiore.run.totem.domain.model |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.model that return Lsp | |
---|---|
Lsp |
Domain.getLsp(java.lang.String id)
Return the Lsp with the specified id |
Lsp |
Lsp.getProtectedLsp()
|
Methods in be.ac.ulg.montefiore.run.totem.domain.model that return types with arguments of type Lsp | |
---|---|
java.util.List<Lsp> |
Lsp.getActivatedBackups()
Returns a list of activated backups (the list is ordered by ingress) |
java.util.List<Lsp> |
Domain.getAllLsps()
Get a list of all LSPs |
java.util.List<Lsp> |
Domain.getAllPrimaryLsps()
Get a list of all primary LSPs |
java.util.Set<Lsp> |
Lsp.getBackups()
returns a set of the backups lsps |
java.util.List<Lsp> |
Domain.getBackupsOfPrimary(Lsp primaryLsp)
Deprecated. use getBackups() |
java.util.List<Lsp> |
Domain.getLsps(Node ingress,
Node egress)
Get the list of LSPs between ingress node and egress node |
java.util.List<Lsp> |
Domain.getLspsOnLink(Link link)
Get all the LSPs that use the link |
java.util.List<Lsp> |
Domain.getLspStartingAtIngress(Node ingress)
Get all the LSPs that begins at the specified ingress node |
java.util.List<Lsp> |
BandwidthManagement.getPreemptList(Lsp lsp)
Returns the list of lsps to be preempted when a lsp is to be added to the domain. |
java.util.List<Lsp> |
Domain.getPrimaryLsps(Node ingress,
Node egress)
Get the list of primary LSPs between ingress node and egress node |
Methods in be.ac.ulg.montefiore.run.totem.domain.model with parameters of type Lsp | |
---|---|
void |
Lsp.activateBackup(Lsp backupLsp)
Activate the specified backup |
void |
Lsp.addBackupLsp(Lsp lsp)
Add a lsp in the list of backup lsps of this primary lsp. |
void |
Domain.addLsp(Lsp lsp)
Add a Lsp in the domain without using implicit preemption |
void |
BandwidthManagement.addLsp(Lsp lsp)
Add lsp reservation. |
void |
Domain.addLsp(Lsp lsp,
boolean preemption)
Add a Lsp in the domain |
void |
SwitchingMethod.addLspEvent(Lsp lsp)
|
void |
DomainChangeListener.addLspEvent(Lsp lsp)
Notify a add LSP event |
void |
DomainChangeAdapter.addLspEvent(Lsp lsp)
Notify a add LSP event |
void |
Lsp.deactivateBackup(Lsp backupLsp)
Deactivate the specified backup |
java.util.List<Lsp> |
Domain.getBackupsOfPrimary(Lsp primaryLsp)
Deprecated. use getBackups() |
float |
DomainStatistics.getPathcost(Lsp lsp)
Returns the pathcost of the lsp given as argument. |
java.util.List<Lsp> |
BandwidthManagement.getPreemptList(Lsp lsp)
Returns the list of lsps to be preempted when a lsp is to be added to the domain. |
void |
SwitchingMethod.lspReservationChangeEvent(Lsp lsp)
|
void |
DomainChangeListener.lspReservationChangeEvent(Lsp lsp)
Notify a LSP reservation change event |
void |
DomainChangeAdapter.lspReservationChangeEvent(Lsp lsp)
Notify a LSP reservation change event |
void |
SwitchingMethod.lspStatusChangeEvent(Lsp lsp)
|
void |
DomainChangeListener.lspStatusChangeEvent(Lsp lsp)
Notify a change in the status of a lsp |
void |
DomainChangeAdapter.lspStatusChangeEvent(Lsp lsp)
Notify a change in the status of a lsp |
void |
SwitchingMethod.lspWorkingPathChangeEvent(Lsp lsp)
|
void |
DomainChangeListener.lspWorkingPathChangeEvent(Lsp lsp)
Notify a change in the working path of the lsp. |
void |
DomainChangeAdapter.lspWorkingPathChangeEvent(Lsp lsp)
Notify a change in the working path of the lsp |
void |
DomainChangeObserver.notifyAddLsp(Lsp lsp)
Notify LSP add |
void |
DomainChangeObserver.notifyLspReservationChange(Lsp lsp)
Notify LSP reservation change |
void |
DomainChangeObserver.notifyLspStatusChange(Lsp lsp)
Notify a change in the status of the lsp. |
void |
DomainChangeObserver.notifyLspWorkingPathChange(Lsp lsp)
Notify a change in the working path of the lsp |
void |
DomainChangeObserver.notifyRemoveLsp(Lsp lsp)
Notify LSP remove |
void |
Lsp.removeBackupLsp(Lsp lsp)
Removes a LSP for the list of backups |
void |
Domain.removeLsp(Lsp lsp)
Remove a Lsp |
void |
BandwidthManagement.removeLsp(Lsp lsp)
Removes lsp reservation. |
void |
Domain.removeLsp(Lsp lsp,
boolean isReroute)
Remove a Lsp |
void |
SwitchingMethod.removeLspEvent(Lsp lsp)
|
void |
DomainChangeListener.removeLspEvent(Lsp lsp)
Notify a remove LSP event |
void |
DomainChangeAdapter.removeLspEvent(Lsp lsp)
Notify a remove LSP event |
Uses of Lsp in be.ac.ulg.montefiore.run.totem.domain.model.impl |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return Lsp | |
---|---|
Lsp |
DomainImpl.getLsp(java.lang.String id)
Return the Lsp with the specified id |
Lsp |
LspImpl.getProtectedLsp()
If the LSP is a backup LSP and protect a particular LSP, this method return this protected LSP and null otherwise. |
Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return types with arguments of type Lsp | |
---|---|
java.util.List<Lsp> |
LspImpl.getActivatedBackups()
Returns a list of activated backup sorted by ingress |
java.util.List<Lsp> |
DomainImpl.getAllLsps()
Get a list of all LSPs |
java.util.List<Lsp> |
DomainImpl.getAllPrimaryLsps()
Get a list of all primary LSPs |
java.util.Set<Lsp> |
LspImpl.getBackups()
returns a set of the backups lsps |
java.util.List<Lsp> |
DomainImpl.getBackupsOfPrimary(Lsp primaryLsp)
Deprecated. use getBackups() |
java.util.List<Lsp> |
DomainImpl.getLsps(Node ingress,
Node egress)
Get the list of LSPs between ingress node and egress node |
protected java.util.List<Lsp> |
DiffServBandwidthManagementSnapshot.getLspsOnLink(Link link)
Returns the list of LSPs traversing the given link. |
java.util.List<Lsp> |
DomainImpl.getLspsOnLink(Link link)
Get all the LSPs that use the link |
java.util.List<Lsp> |
DomainImpl.getLspStartingAtIngress(Node ingress)
Get all the LSPs that begins at the specified ingress node |
java.util.List<Lsp> |
DiffServBandwidthManagement.getPreemptList(Lsp lsp)
Returns the list of lsps to be preempted when a lsp is to be added to the domain. |
java.util.List<Lsp> |
BandwidthSharingBandwidthManagement.getPreemptList(Lsp lsp)
Returns an empty list. |
java.util.List<Lsp> |
DomainImpl.getPrimaryLsps(Node ingress,
Node egress)
|
Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl with parameters of type Lsp | |
---|---|
void |
LspImpl.activateBackup(Lsp backupLsp)
|
void |
LspImpl.addBackupLsp(Lsp lsp)
Add a lsp in the list of backup lsps of this primary lsp. |
void |
DiffServBandwidthManagementSnapshot.addLsp(Lsp lsp)
Add the reservation of this LSPs to the temporary data maintained by this class. |
void |
DiffServBandwidthManagement.addLsp(Lsp lsp)
Add lsp reservation. |
void |
DomainImpl.addLsp(Lsp lsp)
Add a Lsp in the domain |
void |
BandwidthSharingBandwidthManagement.addLsp(Lsp lsp)
Add lsp reservation. |
void |
DomainImpl.addLsp(Lsp lsp,
boolean preemption)
Add a Lsp in the domain |
void |
LspImpl.deactivateBackup(Lsp backupLsp)
|
java.util.List<Lsp> |
DomainImpl.getBackupsOfPrimary(Lsp primaryLsp)
Deprecated. use getBackups() |
float |
DomainStatisticsImpl.getPathcost(Lsp lsp)
Returns the pathcost of the lsp given as argument. |
java.util.List<Lsp> |
DiffServBandwidthManagement.getPreemptList(Lsp lsp)
Returns the list of lsps to be preempted when a lsp is to be added to the domain. |
java.util.List<Lsp> |
BandwidthSharingBandwidthManagement.getPreemptList(Lsp lsp)
Returns an empty list. |
void |
DomainChangeObserverImpl.notifyAddLsp(Lsp lsp)
Notify LSP add |
void |
DomainChangeObserverImpl.notifyLspReservationChange(Lsp lsp)
Notify LSP reservation change |
void |
DomainChangeObserverImpl.notifyLspStatusChange(Lsp lsp)
|
void |
DomainChangeObserverImpl.notifyLspWorkingPathChange(Lsp lsp)
Notify a change in the working path |
void |
DomainChangeObserverImpl.notifyRemoveLsp(Lsp lsp)
Notify LSP remove |
void |
LspImpl.removeBackupLsp(Lsp lsp)
Removes a LSP for the list of backups |
void |
DiffServBandwidthManagementSnapshot.removeLsp(Lsp lsp)
Removes the reservation associated with the LSP in the temporary data maintained by this class. |
void |
DiffServBandwidthManagement.removeLsp(Lsp lsp)
Removes lsp reservation. |
void |
DomainImpl.removeLsp(Lsp lsp)
Remove a Lsp |
void |
BandwidthSharingBandwidthManagement.removeLsp(Lsp lsp)
Removes lsp reservation. |
void |
DomainImpl.removeLsp(Lsp lsp,
boolean isReroute)
|
Uses of Lsp in be.ac.ulg.montefiore.run.totem.repository.DAMOTE |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.DAMOTE with parameters of type Lsp | |
---|---|
void |
DAMOTE.addLSP(Lsp lsp)
Adds an LSP to DAMOTE database |
void |
DAMOTEChangeListener.addLspEvent(Lsp lsp)
|
void |
DAMOTEChangeListener.lspReservationChangeEvent(Lsp lsp)
|
void |
DAMOTEChangeListener.lspStatusChangeEvent(Lsp lsp)
Notify a change in the status of a lsp |
void |
DAMOTEChangeListener.lspWorkingPathChangeEvent(Lsp lsp)
Notify a change in the working path of the lsp |
void |
DAMOTEChangeListener.removeLspEvent(Lsp lsp)
|
Uses of Lsp in be.ac.ulg.montefiore.run.totem.repository.model |
---|
Fields in be.ac.ulg.montefiore.run.totem.repository.model declared as Lsp | |
---|---|
protected Lsp |
AddLspAction.lsp
|
Methods in be.ac.ulg.montefiore.run.totem.repository.model that return Lsp | |
---|---|
Lsp |
SetLspReservationAction.getLsp()
Returns the LSP whose you want to set the reservation. |
Lsp |
AddLspAction.getLsp()
Gets the LSP |
Constructors in be.ac.ulg.montefiore.run.totem.repository.model with parameters of type Lsp | |
---|---|
AddLspAction(Domain domain,
Lsp lsp)
Creates an AddLspAction |
|
SetLspReservationAction(Lsp lsp,
float reservation)
Creates a new SetLspReservationAction action. |
Constructor parameters in be.ac.ulg.montefiore.run.totem.repository.model with type arguments of type Lsp | |
---|---|
TriggerRerouteLspsAction(Domain domain,
java.util.List<Lsp> lsps)
|
Uses of Lsp in be.ac.ulg.montefiore.run.totem.repository.SAMTE.core |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.core that return types with arguments of type Lsp | |
---|---|
java.util.List<Lsp> |
SAMTE.execute(int nbLsp,
int nbSimulation,
SAParameter params)
|
Uses of Lsp in be.ac.ulg.montefiore.run.totem.trafficMatrix.model |
---|
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model with parameters of type Lsp | |
---|---|
double |
MPLSLoadData.getMPLSLoad(Lsp lsp)
Returns an newly created array that represent load on the lsp. |
double |
MPLSLoadComputer.getMPLSLoad(Lsp lsp)
|
double |
MPLSLoadComputer.getMPLSLoad(Lsp lsp,
java.lang.String cos)
|
double |
CosMPLSLoadData.getMPLSLoad(java.lang.String cos,
Lsp lsp)
|
Uses of Lsp in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl |
---|
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl with parameters of type Lsp | |
---|---|
void |
LinkLoadComputerInvalidator.addLspEvent(Lsp lsp)
|
void |
MplsLinkLoadStrategyInvalidator.addLspEvent(Lsp lsp)
|
void |
SettableHybridLoadData.addMPLSTraffic(Lsp lsp,
double traffic)
Add traffic follow the working path of the lsp. |
double |
SettableHybridLoadData.getMPLSLoad(Lsp lsp)
|
double |
SettableCosMPLSLoadData.getMPLSLoad(Lsp lsp)
|
double |
SettableCosMPLSLoadData.getMPLSLoad(java.lang.String cos,
Lsp lsp)
|
void |
LinkLoadComputerInvalidator.lspReservationChangeEvent(Lsp lsp)
|
void |
MplsLinkLoadStrategyInvalidator.lspReservationChangeEvent(Lsp lsp)
|
void |
LinkLoadComputerInvalidator.lspStatusChangeEvent(Lsp lsp)
|
void |
MplsLinkLoadStrategyInvalidator.lspStatusChangeEvent(Lsp lsp)
|
void |
LinkLoadComputerInvalidator.lspWorkingPathChangeEvent(Lsp lsp)
|
void |
MplsLinkLoadStrategyInvalidator.lspWorkingPathChangeEvent(Lsp lsp)
|
void |
LinkLoadComputerInvalidator.removeLspEvent(Lsp lsp)
|
void |
MplsLinkLoadStrategyInvalidator.removeLspEvent(Lsp lsp)
|
void |
SettableCosMPLSLoadData.setTraffic(java.lang.String cos,
Lsp lsp,
double traffic)
Sets the traffic on the lsp for the given cos. |
Uses of Lsp in be.ac.ulg.montefiore.run.totem.visualtopo.graph |
---|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.graph with parameters of type Lsp | |
---|---|
void |
MyVisualizationViewer.addLspEvent(Lsp lsp)
|
void |
GraphManager.highlight(Lsp lsp)
|
void |
MyVisualizationViewer.highlight(Lsp lsp)
highlight all edge contained in the Lsp given as parameter |
void |
MyVisualizationViewer.lspReservationChangeEvent(Lsp lsp)
|
void |
MyVisualizationViewer.lspStatusChangeEvent(Lsp lsp)
Notify a change in the status of a lsp |
void |
MyVisualizationViewer.lspWorkingPathChangeEvent(Lsp lsp)
|
void |
MyVisualizationViewer.removeLspEvent(Lsp lsp)
|
Uses of Lsp in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents |
---|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents with parameters of type Lsp | |
---|---|
void |
LinkInfoPanel.addLspEvent(Lsp lsp)
|
static javax.swing.JPopupMenu |
PopupMenuFactory.createLspPopupMenu(Lsp lsp)
Creates a popup menu for a single lsp |
static javax.swing.JPopupMenu |
PopupMenuFactory.createLspPopupMenu(Lsp[] lsps)
Creates a popup menu for multiple lsps |
void |
LinkInfoPanel.lspReservationChangeEvent(Lsp lsp)
|
void |
LinkInfoPanel.lspStatusChangeEvent(Lsp lsp)
Notify a change in the status of a lsp |
void |
LinkInfoPanel.lspWorkingPathChangeEvent(Lsp lsp)
|
void |
LinkInfoPanel.removeLspEvent(Lsp lsp)
|
Uses of Lsp in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.domainTables |
---|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.domainTables that return Lsp | |
---|---|
Lsp |
LspDomainTable.getLspAt(int row)
|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.domainTables with parameters of type Lsp | |
---|---|
void |
DomainTableModel.addLspEvent(Lsp lsp)
|
void |
DomainTableModel.lspReservationChangeEvent(Lsp lsp)
|
void |
DomainTableModel.lspStatusChangeEvent(Lsp lsp)
|
void |
DomainTableModel.lspWorkingPathChangeEvent(Lsp lsp)
|
void |
DomainTableModel.removeLspEvent(Lsp lsp)
|
Uses of Lsp in it.unina.repository.MIRA |
---|
Methods in it.unina.repository.MIRA with parameters of type Lsp | |
---|---|
void |
MIRA.addLSP(Lsp lsp)
Adds an LSP to MIRA database |
void |
MIRAChangeListener.addLspEvent(Lsp lsp)
|
void |
MIRAChangeListener.lspReservationChangeEvent(Lsp lsp)
|
void |
MIRAChangeListener.lspStatusChangeEvent(Lsp lsp)
Notify a change in the status of a lsp |
void |
MIRAChangeListener.lspWorkingPathChangeEvent(Lsp lsp)
|
void |
MIRAChangeListener.removeLspEvent(Lsp lsp)
|
Uses of Lsp in nl.tudelft.repository.XAMCRA |
---|
Methods in nl.tudelft.repository.XAMCRA with parameters of type Lsp | |
---|---|
void |
XAMCRA.addLSP(Lsp lsp)
Adds an LSP to XAMCRA database |
void |
XAMCRAChangeListener.addLspEvent(Lsp lsp)
|
void |
XAMCRAChangeListener.lspReservationChangeEvent(Lsp lsp)
|
void |
XAMCRAChangeListener.lspStatusChangeEvent(Lsp lsp)
|
void |
XAMCRAChangeListener.lspWorkingPathChangeEvent(Lsp lsp)
|
void |
XAMCRAChangeListener.removeLspEvent(Lsp lsp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |