|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.julia.Julia
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 |
public Julia()
Method Detail |
public Type getFcInstanceType()
Factory
getFcInstanceType
in interface Factory
public Object getFcControllerDesc()
Factory
getFcControllerDesc
in interface Factory
public Object getFcContentDesc()
Factory
getFcContentDesc
in interface Factory
public Component newFcInstance() throws InstantiationException
Loader
object, a BasicTypeFactoryMixin
object, and a BasicGenericFactoryMixin
object. The loader object is created by
instantiating the class specified in the "julia.loader" system
property.
newFcInstance
in interface Factory
Component
interface of the component instantiated from
this factory.
InstantiationException
- if the component cannot be created.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |