org.ow2.jasmine.jade.fractal.julia
Class JuliaJade
java.lang.Object
org.ow2.jasmine.jade.fractal.julia.JuliaJade
- All Implemented Interfaces:
- org.objectweb.fractal.api.factory.Factory, org.objectweb.fractal.api.factory.GenericFactory
public class JuliaJade
- extends java.lang.Object
- implements org.objectweb.fractal.api.factory.Factory, org.objectweb.fractal.api.factory.GenericFactory
These class is based on Julia
Provides access to the Julia bootstrap component modified for Jade requirements.
contributor : Julien Legrand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JuliaJade
public JuliaJade()
getFcInstanceType
public org.objectweb.fractal.api.Type getFcInstanceType()
- Specified by:
getFcInstanceType in interface org.objectweb.fractal.api.factory.Factory
getFcControllerDesc
public java.lang.Object getFcControllerDesc()
- Specified by:
getFcControllerDesc in interface org.objectweb.fractal.api.factory.Factory
getFcContentDesc
public java.lang.Object getFcContentDesc()
- Specified by:
getFcContentDesc in interface org.objectweb.fractal.api.factory.Factory
newFcInstance
public org.objectweb.fractal.api.Component newFcInstance()
throws org.objectweb.fractal.api.factory.InstantiationException
- Specified by:
newFcInstance in interface org.objectweb.fractal.api.factory.Factory
- Throws:
org.objectweb.fractal.api.factory.InstantiationException
newFcInstance
public org.objectweb.fractal.api.Component newFcInstance(org.objectweb.fractal.api.Type type,
java.lang.Object controllerDesc,
java.lang.Object contentDesc)
throws org.objectweb.fractal.api.factory.InstantiationException
- Specified by:
newFcInstance in interface org.objectweb.fractal.api.factory.GenericFactory
- Throws:
org.objectweb.fractal.api.factory.InstantiationException
Copyright © 2008 OW2 Consortium. All Rights Reserved.