org.objectweb.fractal.adl.timestamp
Class TimestampLoader

java.lang.Object
  extended by org.objectweb.fractal.adl.AbstractLoader
      extended by org.objectweb.fractal.adl.timestamp.TimestampLoader
All Implemented Interfaces:
Loader, org.objectweb.fractal.api.control.BindingController

public class TimestampLoader
extends AbstractLoader

This loader propagate timestamp values down the AST. It is supposed to be inserted in the loader chain between the component-loader and the parser.


Field Summary
 
Fields inherited from class org.objectweb.fractal.adl.AbstractLoader
clientLoader, LOADER_BINDING
 
Constructor Summary
TimestampLoader()
           
 
Method Summary
 Definition load(java.lang.String name, java.util.Map<java.lang.Object,java.lang.Object> context)
          Loads the ADL definition whose name is given.
 
Methods inherited from class org.objectweb.fractal.adl.AbstractLoader
bindFc, listFc, lookupFc, unbindFc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampLoader

public TimestampLoader()
Method Detail

load

public Definition load(java.lang.String name,
                       java.util.Map<java.lang.Object,java.lang.Object> context)
                throws ADLException
Description copied from interface: Loader
Loads the ADL definition whose name is given.

Parameters:
name - the name of an ADL definition.
context - optional additional information.
Returns:
the ADL definition whose name is given.
Throws:
ADLException - if the definition cannot be found, or if it contains errors.


Copyright © 2001-2010 ObjectWeb Consortium. All Rights Reserved.