|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LspNotFoundException | |
---|---|
be.ac.ulg.montefiore.run.totem.domain.model | This package holds the model for the domain package. |
be.ac.ulg.montefiore.run.totem.domain.model.impl | This package holds classes which are the implementation of the model for the
domain package. |
test | This package holds JUnit test classes. |
Uses of LspNotFoundException in be.ac.ulg.montefiore.run.totem.domain.model |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.model that throw LspNotFoundException | |
---|---|
void |
Lsp.activateBackup(Lsp backupLsp)
Activate the specified backup |
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 |
Lsp.deactivateBackup(Lsp backupLsp)
Deactivate the specified backup |
Lsp |
Domain.getLsp(java.lang.String id)
Return the Lsp with the specified id |
java.lang.String |
DomainConvertor.getLspId(int id)
Convert a int lsp id in a String lsp id |
int |
DomainConvertor.getLspId(java.lang.String id)
Convert a String LSP id in a int LSP id |
Lsp |
Lsp.getProtectedLsp()
|
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 |
DomainConvertor.removeLspId(java.lang.String lspId)
Remove the conversion for the lspId LSP |
void |
Domain.renameLsp(java.lang.String oldId,
java.lang.String newId)
Rename an lsp of the domain. |
void |
DomainConvertor.renameLspId(java.lang.String oldId,
java.lang.String newId)
Rename an LSP without changing its int id |
Uses of LspNotFoundException in be.ac.ulg.montefiore.run.totem.domain.model.impl |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that throw LspNotFoundException | |
---|---|
void |
LspImpl.activateBackup(Lsp backupLsp)
|
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)
|
Lsp |
DomainImpl.getLsp(java.lang.String id)
Return the Lsp with the specified id |
java.lang.String |
DomainConvertorImpl.getLspId(int id)
Convert a int lsp id in a String lsp id |
int |
DomainConvertorImpl.getLspId(java.lang.String id)
Convert a String LSP id in a int LSP 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. |
void |
LspImpl.removeBackupLsp(Lsp lsp)
Removes a LSP for the list of backups |
void |
DomainImpl.removeLsp(Lsp lsp)
Remove a Lsp |
void |
BandwidthSharingBandwidthManagement.removeLsp(Lsp lsp)
Removes lsp reservation. |
void |
DomainImpl.removeLsp(Lsp lsp,
boolean isReroute)
|
void |
DomainConvertorImpl.removeLspId(java.lang.String lspId)
Remove the conversion for the lspId LSP |
void |
DomainImpl.renameLsp(java.lang.String oldId,
java.lang.String newId)
Rename an lsp of the domain. |
void |
DomainConvertorImpl.renameLspId(java.lang.String oldId,
java.lang.String newId)
Rename an LSP without changing its int id |
Uses of LspNotFoundException in test |
---|
Methods in test that throw LspNotFoundException | |
---|---|
void |
PreemptTest.test2PreemptNoBwSharing()
|
void |
DomaintTest.testAddLink()
Test add link on test-domain1.xml |
void |
DomaintTest.testAddLsp()
Add a LSP in a domain with existings LSPs |
void |
DomaintTest.testAddLsp2()
Add a LSP in a domain without MPLS section |
void |
DiffServTest.testAddPriorityLevelDF()
|
void |
ListenersTest.testaddremoveLSP()
check the number of listeners in the domain, start algorithms, add a explicit route lsp in the domain, route a second lsp and check that the right route is taken (that the first lsp is added in the algorithm specific database) |
void |
DomaintTest.testAddRemoveLsp()
Add and remove a LSP from a domain |
void |
BWSharingTest.testBackupBackup()
|
void |
HybridStrategiesTest.testBasicIGPShortcut()
|
void |
DiffServTest.testDiffServ()
|
void |
HybridStrategiesTest.testIGPShortcut()
|
void |
ScenarioTest.testLoadSaveScenario()
|
void |
RoutingPathTest.testLocalBackupRoutingPath()
|
void |
MIRATest.testNEWMIRA()
|
void |
XAMCRATest.testNonConsecutiveIds()
|
void |
PreemptTest.testNotDefinedPL()
|
void |
PreemptTest2.testPreempt()
A lsp with a lower preemption level will not be preempted as it frees no bandwidth in the considered classtype. |
void |
PreemptTest2.testPreempt2()
mrbw will be changed so that preemption in another classtype will b e useful. |
void |
PreemptTest.testPreemptImpos()
Try to add a lsp on a path with insufficent free bandwidth and check reservations on lsp links. |
void |
DiffServTest.testPreemptionLevels()
|
void |
PreemptTest.testPreemptNoBwSharing()
|
void |
RoutingPathTest.testPrimaryRoutingPath()
|
void |
DiffServTest.testRbwBCMethodsDF()
|
void |
DiffservModelTest.testRDM()
|
void |
DiffServTest.testRemovePriorityLevelDF()
|
void |
XAMCRATest.testRouteBw()
Test with only bw constraint |
void |
XAMCRATest.testRouteBwDelay()
Test with bw and delay constraint (path 0-3-2 does not satisfy constraints anymore) |
void |
MIRATest.testSMIRA()
|
void |
PreemptTest.testUselessPreemption()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |