|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LspAlreadyExistException | |
---|---|
at.ftw.repository.reopt | |
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 LspAlreadyExistException in at.ftw.repository.reopt |
---|
Methods in at.ftw.repository.reopt that throw LspAlreadyExistException | |
---|---|
void |
LSPGeneration.generateLSP(int ASID,
int nbParallelPath)
Generate a fullmesh of nbParallelPath disjoint LSPs between each nodes of the domain ASID. |
Uses of LspAlreadyExistException in be.ac.ulg.montefiore.run.totem.domain.model |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.model that throw LspAlreadyExistException | |
---|---|
void |
Domain.addLsp(Lsp lsp)
Add a Lsp in the domain without using implicit preemption |
void |
Domain.addLsp(Lsp lsp,
boolean preemption)
Add a Lsp in the domain |
void |
DomainConvertor.addLspId(java.lang.String lspId)
Add a 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 LspAlreadyExistException in be.ac.ulg.montefiore.run.totem.domain.model.impl |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that throw LspAlreadyExistException | |
---|---|
void |
DomainImpl.addLsp(Lsp lsp)
Add a Lsp in the domain |
void |
DomainImpl.addLsp(Lsp lsp,
boolean preemption)
Add a Lsp in the domain |
void |
DomainConvertorImpl.addLspId(java.lang.String lspId)
Add a 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 LspAlreadyExistException in test |
---|
Methods in test that throw LspAlreadyExistException | |
---|---|
void |
PreemptTest.test2PreemptNoBwSharing()
|
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 |
HybridStrategiesTest.testIGPShortcut()
|
void |
RoutingPathTest.testLocalBackupRoutingPath()
|
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 |
PreemptTest.testUselessPreemption()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |