|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkController
This interface must be implemented by all the network controllers. A network controller is a component which listens to the events occurring on a network and which reacts in some way to these events.
Creation date: 23-mars-2005
Method Summary | |
---|---|
java.util.List<ParameterDescriptor> |
getStartParameters()
Returns the optional parameters that can be given when starting the algorithm |
void |
start(java.util.HashMap<java.lang.String,java.lang.String> params)
Starts the network controller. |
void |
stop()
Stop the network controller. |
Methods inherited from interface be.ac.ulg.montefiore.run.totem.domain.model.DomainChangeListener |
---|
addLinkEvent, addLspEvent, addNodeEvent, linkBandwidthChangeEvent, linkDelayChangeEvent, linkMetricChangeEvent, linkReservedBandwidthChangeEvent, linkStatusChangeEvent, linkTeMetricChangeEvent, lspReservationChangeEvent, lspStatusChangeEvent, lspWorkingPathChangeEvent, nodeLocationChangeEvent, nodeStatusChangeEvent, removeLinkEvent, removeLspEvent, removeNodeEvent |
Method Detail |
---|
void start(java.util.HashMap<java.lang.String,java.lang.String> params) throws NetworkControllerInitialisationException
params
- The parameters to initialise the network controller. See
the specific documentation of each network controller to have a list of
the supported parameters.
NetworkControllerInitialisationException
- If an error occurs
during the initialisation of the controller.void stop()
java.util.List<ParameterDescriptor> getStartParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |