|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RerouteMethod | |
|---|---|
| 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. |
| Uses of RerouteMethod in be.ac.ulg.montefiore.run.totem.domain.model |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.domain.model that return RerouteMethod | |
|---|---|
RerouteMethod |
Domain.getRerouteMethod()
Gets the rerouting method object |
| Methods in be.ac.ulg.montefiore.run.totem.domain.model with parameters of type RerouteMethod | |
|---|---|
void |
Domain.setRerouteMethod(RerouteMethod method)
Sets the rerouting method to the specified method. |
| Uses of RerouteMethod in be.ac.ulg.montefiore.run.totem.domain.model.impl |
|---|
| Classes in be.ac.ulg.montefiore.run.totem.domain.model.impl that implement RerouteMethod | |
|---|---|
class |
ComputeBackupOnFailureRerouteMethod
Compute another lsp when an lsp has its status changed to DOWN. |
class |
RemovePrimaryOnFailureRerouteMethod
When an lsp status changed to down, it is removed from the domain. |
class |
UseBackupOnFailureRerouteMethod
When a lsp status changes to down, one of its backups is chosen and activated. |
| Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return RerouteMethod | |
|---|---|
RerouteMethod |
DomainImpl.getRerouteMethod()
Gets the rerouting method object |
RerouteMethod |
RerouteMethodManager.setRerouteMethod(Domain domain,
java.lang.String className,
java.util.HashMap<java.lang.String,java.lang.String> params)
Create an instance of a RerouteMethod object. |
| Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl with parameters of type RerouteMethod | |
|---|---|
void |
DomainImpl.setRerouteMethod(RerouteMethod method)
Sets the rerouting method to the specified method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||