|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.fractal.adl.AbstractLoader
org.objectweb.fractal.adl.timestamp.TimestampLoader
public class TimestampLoader
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 |
|---|
public TimestampLoader()
| Method Detail |
|---|
public Definition load(java.lang.String name,
java.util.Map<java.lang.Object,java.lang.Object> context)
throws ADLException
Loader
name - the name of an ADL definition.context - optional additional information.
ADLException - if the definition cannot be found, or if it contains
errors.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||