be.ac.ulg.montefiore.run.totem.scenario.facade
Class ScenarioExecutionContext

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.scenario.facade.ScenarioExecutionContext

public class ScenarioExecutionContext
extends java.lang.Object

This class is used by scenario events to identify the context on which they are executed (from which path relative paths should be interpreted). This is used because scenario events do not have a reference to the scenario to which they belong.

The context is set by the scenario manager and suppose that only one scenario is executed at a time.

Creation date: 8/01/2007

Author:
Gaƫl Monfort (monfort@run.montefiore.ulg.ac.be)

Constructor Summary
ScenarioExecutionContext()
           
 
Method Summary
static java.lang.String getContext()
           
static void setContext(java.lang.String context)
           
static void unsetContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScenarioExecutionContext

public ScenarioExecutionContext()
Method Detail

getContext

public static java.lang.String getContext()

setContext

public static void setContext(java.lang.String context)

unsetContext

public static void unsetContext()


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