|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jade.reflex.api.ReflexFractal
public class ReflexFractal
Provides a static method to get a Fractal bootstrap component which operates in reflexive mode (the components created by this bootstrap are reflexive components, which means that they are associated to a dual component created by a dual bootstrap). The fractal.provider system property should be defined, as it specifies which Fractal implementation to use. The reflex-fractal.name and reflex-fractal.level system properties respectively indicate the name and the reflexive level (execution / meta) of the returned Fractal bootstrap component.
| Method Summary | |
|---|---|
static org.objectweb.fractal.api.Component |
getBootstrapComponent()
Returns a reflexive bootstrap component (i.e. a component which allows to create other components in reflexive mode). |
static org.objectweb.fractal.api.Component |
getBootstrapComponent(java.util.Map hints)
Returns a bootstrap component to create other components. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.objectweb.fractal.api.Component getBootstrapComponent()
throws org.objectweb.fractal.api.factory.InstantiationException
Factory interface.
GenericFactory, or
a sub type of this type, but the type of the
type-factory interface is not necessarily
TypeFactory (or a sub type
of this type).
org.objectweb.fractal.api.factory.InstantiationException - if the bootstrap component cannot be created.
public static org.objectweb.fractal.api.Component getBootstrapComponent(java.util.Map hints)
throws org.objectweb.fractal.api.factory.InstantiationException
Factory or
GenericFactory interface, and returns the component instantiated
by this factory.
hints - a map which must associate a value to the "fractal.provider"
key, and which may associate a ClassLoader to the
"classloader" key. This class loader will be used to load the
bootstrap component.
org.objectweb.fractal.api.factory.InstantiationException - if the bootstrap component cannot be created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||