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