|
||||||||||
| 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
public class LinkLoadComputerInvalidator
Invalidate LinkLoadComputer data when a signal of a change in the topology occurs and when a traffic matrix element change is signaled.
Creation date: 22/02/2008
| Field Summary | |
|---|---|
protected LinkLoadComputer |
llc
|
| Constructor Summary | |
|---|---|
LinkLoadComputerInvalidator(LinkLoadComputer llc)
|
|
| Method Summary | |
|---|---|
void |
addLinkEvent(Link link)
Notify a add link event |
void |
addLspEvent(Lsp lsp)
Notify a add LSP event |
void |
addNodeEvent(Node node)
Notify a add node event |
void |
elementChangeEvent(java.lang.String src,
java.lang.String dst)
Notify a change in the value of the source-destination pair from node src to node dst. |
void |
linkBandwidthChangeEvent(Link link)
Notify a link bandwidth change event |
void |
linkDelayChangeEvent(Link link)
Notify a link delay change event |
void |
linkMetricChangeEvent(Link link)
Notify a link metric change event |
void |
linkReservedBandwidthChangeEvent(Link link)
Notify a link reserved bandwidth change event |
void |
linkStatusChangeEvent(Link link)
Notify a link status change event |
void |
linkTeMetricChangeEvent(Link link)
Notify a link TE metric change 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 |
nodeLocationChangeEvent(Node node)
Notify a node location change event |
void |
nodeStatusChangeEvent(Node node)
Notify a node status change event |
void |
removeLinkEvent(Link link)
Notify a remove link event |
void |
removeLspEvent(Lsp lsp)
Notify a remove LSP event |
void |
removeNodeEvent(Node node)
Notify a remove node event |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final LinkLoadComputer llc
| Constructor Detail |
|---|
public LinkLoadComputerInvalidator(LinkLoadComputer llc)
| Method Detail |
|---|
public void addNodeEvent(Node node)
DomainChangeListener
addNodeEvent in interface DomainChangeListenerpublic void removeNodeEvent(Node node)
DomainChangeListener
removeNodeEvent in interface DomainChangeListenerpublic void nodeStatusChangeEvent(Node node)
DomainChangeListener
nodeStatusChangeEvent in interface DomainChangeListenerpublic void nodeLocationChangeEvent(Node node)
DomainChangeListener
nodeLocationChangeEvent in interface DomainChangeListenerpublic void addLinkEvent(Link link)
DomainChangeListener
addLinkEvent in interface DomainChangeListenerpublic void removeLinkEvent(Link link)
DomainChangeListener
removeLinkEvent in interface DomainChangeListenerpublic void linkStatusChangeEvent(Link link)
DomainChangeListener
linkStatusChangeEvent in interface DomainChangeListenerpublic void linkMetricChangeEvent(Link link)
DomainChangeListener
linkMetricChangeEvent in interface DomainChangeListenerpublic void linkTeMetricChangeEvent(Link link)
DomainChangeListener
linkTeMetricChangeEvent in interface DomainChangeListenerpublic void linkBandwidthChangeEvent(Link link)
DomainChangeListener
linkBandwidthChangeEvent in interface DomainChangeListenerpublic void linkReservedBandwidthChangeEvent(Link link)
DomainChangeListener
linkReservedBandwidthChangeEvent in interface DomainChangeListenerpublic void linkDelayChangeEvent(Link link)
DomainChangeListener
linkDelayChangeEvent in interface DomainChangeListenerpublic void addLspEvent(Lsp lsp)
DomainChangeListener
addLspEvent in interface DomainChangeListenerpublic void removeLspEvent(Lsp lsp)
DomainChangeListener
removeLspEvent in interface DomainChangeListenerpublic void lspReservationChangeEvent(Lsp lsp)
DomainChangeListener
lspReservationChangeEvent in interface DomainChangeListenerpublic void lspWorkingPathChangeEvent(Lsp lsp)
DomainChangeListener
lspWorkingPathChangeEvent in interface DomainChangeListenerpublic void lspStatusChangeEvent(Lsp lsp)
DomainChangeListener
lspStatusChangeEvent in interface DomainChangeListener
public void elementChangeEvent(java.lang.String src,
java.lang.String dst)
TrafficMatrixChangeListenersrc to node dst.
elementChangeEvent in interface TrafficMatrixChangeListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||