|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LSPDetourRouting
This interface must be implemented by all algorithms capable of routing detour LSPs.
Creation date: 28/11/2007
| Method Summary | |
|---|---|
java.util.List<ParameterDescriptor> |
getDetourRoutingParameters()
Returns a list of available algorithm specfic parameters that can be passed to the routeDetour method. |
TotemActionList |
routeDetour(Domain domain,
LSPDetourRoutingParameter param)
Computes a detour backup for a LSP |
| Methods inherited from interface be.ac.ulg.montefiore.run.totem.repository.model.TotemAlgorithm |
|---|
getRunningParameters, getStartAlgoParameters, start, stop |
| Method Detail |
|---|
TotemActionList routeDetour(Domain domain,
LSPDetourRoutingParameter param)
throws RoutingException,
NoRouteToHostException,
LocalDatabaseException
domain - param - specifies the parameters for the backup routing algorithm
RoutingException
NoRouteToHostException
LocalDatabaseExceptionjava.util.List<ParameterDescriptor> getDetourRoutingParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||