be.ac.ulg.montefiore.run.totem.repository.model
Class PreemptLspsAction

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.repository.model.PreemptLspsAction
All Implemented Interfaces:
TotemAction

public class PreemptLspsAction
extends java.lang.Object
implements TotemAction

Action to manage LSPs preempted by computation algorithm

Creation date: 20-Apr.-2004

Author:
Olivier Delcourt (delcourt@run.montefiore.ulg.ac.be)

Constructor Summary
PreemptLspsAction(Domain domain, java.util.List<java.lang.String> lsps)
           
 
Method Summary
 void execute()
          This method must be implemented by each action.
 java.util.List<java.lang.String> getLsps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreemptLspsAction

public PreemptLspsAction(Domain domain,
                         java.util.List<java.lang.String> lsps)
Method Detail

execute

public void execute()
             throws TotemActionExecutionException
Description copied from interface: TotemAction
This method must be implemented by each action. This method contains what must be done to process the action.

Specified by:
execute in interface TotemAction
Throws:
TotemActionExecutionException

getLsps

public java.util.List<java.lang.String> getLsps()


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.