org.objectweb.fractal.julia
Class Julia

java.lang.Object
  extended byorg.objectweb.fractal.julia.Julia
All Implemented Interfaces:
Factory

public class Julia
extends Object
implements Factory

Provides access to the Julia bootstrap component.


Constructor Summary
Julia()
           
 
Method Summary
 Object getFcContentDesc()
          Returns a description of the content part of the components instantiated by this factory.
 Object getFcControllerDesc()
          Returns a description of the controller part of the components instantiated by this factory.
 Type getFcInstanceType()
          Returns the functional type of the components instantiated by this factory.
 Component newFcInstance()
          Returns the Julia bootstrap component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Julia

public Julia()
Method Detail

getFcInstanceType

public Type getFcInstanceType()
Description copied from interface: Factory
Returns the functional type of the components instantiated by this factory.

Specified by:
getFcInstanceType in interface Factory
Returns:
null.

getFcControllerDesc

public Object getFcControllerDesc()
Description copied from interface: Factory
Returns a description of the controller part of the components instantiated by this factory.

Specified by:
getFcControllerDesc in interface Factory
Returns:
null.

getFcContentDesc

public Object getFcContentDesc()
Description copied from interface: Factory
Returns a description of the content part of the components instantiated by this factory.

Specified by:
getFcContentDesc in interface Factory
Returns:
null.

newFcInstance

public Component newFcInstance()
                        throws InstantiationException
Returns the Julia bootstrap component. If this component does not exists yet, it is created as follows:

Specified by:
newFcInstance in interface Factory
Returns:
the Component interface of the component instantiated from this factory.
Throws:
InstantiationException - if the component cannot be created.