|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl.LinkLoadComputerInvalidator
be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl.LinkLoadStrategyInvalidator
be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl.MplsLinkLoadStrategyInvalidator
public class MplsLinkLoadStrategyInvalidator
Invalidate the LinkLoadComputer data when a topology change occurs, when a traffic matrix element change or when established lsp changes (add an lsp, remove an lsp, lsp status changed, lsp path changed, lsp reservation changed)
Creation date: 22/02/2008
| Field Summary |
|---|
| Fields inherited from class be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl.LinkLoadComputerInvalidator |
|---|
llc |
| Constructor Summary | |
|---|---|
MplsLinkLoadStrategyInvalidator(LinkLoadStrategy llc)
|
|
| Method Summary | |
|---|---|
void |
addLspEvent(Lsp lsp)
Notify a add LSP event |
void |
lspReservationChangeEvent(Lsp lsp)
Notify a LSP reservation change event |
void |
lspStatusChangeEvent(Lsp lsp)
Notify a change in the status of a lsp |
void |
lspWorkingPathChangeEvent(Lsp lsp)
Notify a change in the working path of the lsp. |
void |
removeLspEvent(Lsp lsp)
Notify a remove LSP event |
| Methods inherited from class be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl.LinkLoadStrategyInvalidator |
|---|
linkBandwidthChangeEvent, linkMetricChangeEvent, linkReservedBandwidthChangeEvent, linkTeMetricChangeEvent |
| Methods inherited from class be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl.LinkLoadComputerInvalidator |
|---|
addLinkEvent, addNodeEvent, elementChangeEvent, linkDelayChangeEvent, linkStatusChangeEvent, nodeLocationChangeEvent, nodeStatusChangeEvent, removeLinkEvent, removeNodeEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MplsLinkLoadStrategyInvalidator(LinkLoadStrategy llc)
| Method Detail |
|---|
public void lspReservationChangeEvent(Lsp lsp)
DomainChangeListener
lspReservationChangeEvent in interface DomainChangeListenerlspReservationChangeEvent in class LinkLoadComputerInvalidatorpublic void lspWorkingPathChangeEvent(Lsp lsp)
DomainChangeListener
lspWorkingPathChangeEvent in interface DomainChangeListenerlspWorkingPathChangeEvent in class LinkLoadComputerInvalidatorpublic void removeLspEvent(Lsp lsp)
DomainChangeListener
removeLspEvent in interface DomainChangeListenerremoveLspEvent in class LinkLoadComputerInvalidatorpublic void addLspEvent(Lsp lsp)
DomainChangeListener
addLspEvent in interface DomainChangeListeneraddLspEvent in class LinkLoadComputerInvalidatorpublic void lspStatusChangeEvent(Lsp lsp)
DomainChangeListener
lspStatusChangeEvent in interface DomainChangeListenerlspStatusChangeEvent in class LinkLoadComputerInvalidator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||