All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.frascati.binding.http.FrascatiBindingHttpProcessorFCscaPrimitiveFC5d2b7c27 Maven / Gradle / Ivy

/*
 * Generated by: org.ow2.frascati.tinfi.opt.oo.InitializerOOCtrlClassGenerator
 * on: Thu Aug 19 19:00:52 CEST 2010
 */

package org.ow2.frascati.binding.http;


public class FrascatiBindingHttpProcessorFCscaPrimitiveFC5d2b7c27
extends juliac.generated.scaPrimitive
implements org.objectweb.fractal.juliac.runtime.Factory {

  public org.objectweb.fractal.api.Type getFcInstanceType()  {
    try {
      return new org.objectweb.fractal.julia.type.BasicComponentType( new org.objectweb.fractal.api.type.InterfaceType[]{new org.objectweb.fractal.julia.type.BasicInterfaceType("binding-processor","org.ow2.frascati.assembly.factory.api.Processor",false,false,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("servlet-manager","org.ow2.frascati.binding.http.ServletManager",true,true,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("composite-manager","org.ow2.frascati.assembly.factory.api.CompositeManager",true,true,false),} );
    }
    catch( org.objectweb.fractal.api.factory.InstantiationException ie ) {
      throw new org.objectweb.fractal.juliac.runtime.RuntimeException(ie);
    }
  }

  public Object getFcControllerDesc()  {
      return "scaPrimitive";
  }

  public Object getFcContentDesc()  {
      return "org.ow2.frascati.binding.http.FrascatiBindingHttpProcessor";
  }

  public Object newFcContent() throws org.objectweb.fractal.api.factory.InstantiationException  {
    return null;
  }

  public org.objectweb.fractal.api.Component newFcInstance() throws org.objectweb.fractal.api.factory.InstantiationException  {
    Object content = newFcContent();
    return newFcInstance(content);
  }

  public org.objectweb.fractal.api.Component newFcInstance(Object content) throws org.objectweb.fractal.api.factory.InstantiationException  {
    org.objectweb.fractal.julia.InitializationContext ic = newFcInitializationContext(content);
    ic.content = org.ow2.frascati.binding.http.FrascatiBindingHttpProcessor.class;
    org.objectweb.fractal.api.Interface proxy;
    Object intercept;
    org.objectweb.fractal.api.Component proxyForCompCtrl = (org.objectweb.fractal.api.Component) ic.interfaces.get("component");
    ic.type = new org.objectweb.fractal.julia.type.BasicComponentType( new org.objectweb.fractal.api.type.InterfaceType[]{new org.objectweb.fractal.julia.type.BasicInterfaceType("component","org.objectweb.fractal.api.Component",false,false,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("sca-component-controller","org.ow2.frascati.tinfi.control.component.ReconfigurableComponentContext",false,false,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("binding-controller","org.objectweb.fractal.api.control.BindingController",false,false,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("super-controller","org.objectweb.fractal.julia.control.content.SuperControllerNotifier",false,false,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("lifecycle-controller","org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator",false,false,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("name-controller","org.objectweb.fractal.api.control.NameController",false,false,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("/sca-content-controller","org.ow2.frascati.tinfi.control.content.SCAContentController",false,false,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("sca-intent-controller","org.ow2.frascati.tinfi.control.intent.SCAIntentController",false,false,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("sca-property-controller","org.ow2.frascati.tinfi.control.property.SCAPropertyController",false,false,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("binding-processor","org.ow2.frascati.assembly.factory.api.Processor",false,false,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("servlet-manager","org.ow2.frascati.binding.http.ServletManager",true,true,false),new org.objectweb.fractal.julia.type.BasicInterfaceType("composite-manager","org.ow2.frascati.assembly.factory.api.CompositeManager",true,true,false),} );
    intercept = new org.ow2.frascati.assembly.factory.api.ProcessorInterceptorSCALCb56bb98SCACCIntent();
    ic.controllers.add(intercept);
    ((org.objectweb.fractal.julia.Interceptor)intercept).setFcItfDelegate(content);
    proxy = new org.ow2.frascati.assembly.factory.api.ProcessorFcInItf(proxyForCompCtrl,"binding-processor",new org.objectweb.fractal.julia.type.BasicInterfaceType("binding-processor","org.ow2.frascati.assembly.factory.api.Processor",false,false,false),false,intercept);
    ic.interfaces.put("binding-processor",proxy);
    ((org.ow2.frascati.tinfi.TinfiComponentInterceptor)intercept).setFcItf(proxy);
    intercept = new org.ow2.frascati.binding.http.ServletManagerInterceptorSCAIntent();
    ic.controllers.add(intercept);
    proxy = new org.ow2.frascati.binding.http.ServletManagerFcOutItf(proxyForCompCtrl,"servlet-manager",new org.objectweb.fractal.julia.type.BasicInterfaceType("servlet-manager","org.ow2.frascati.binding.http.ServletManager",true,true,false),false,intercept);
    ic.interfaces.put("servlet-manager",proxy);
    ((org.ow2.frascati.tinfi.TinfiComponentInterceptor)intercept).setFcItf(proxy);
    intercept = new org.ow2.frascati.assembly.factory.api.CompositeManagerInterceptorSCAIntent();
    ic.controllers.add(intercept);
    proxy = new org.ow2.frascati.assembly.factory.api.CompositeManagerFcOutItf(proxyForCompCtrl,"composite-manager",new org.objectweb.fractal.julia.type.BasicInterfaceType("composite-manager","org.ow2.frascati.assembly.factory.api.CompositeManager",true,true,false),false,intercept);
    ic.interfaces.put("composite-manager",proxy);
    ((org.ow2.frascati.tinfi.TinfiComponentInterceptor)intercept).setFcItf(proxy);
    initFcController(ic);
    return proxyForCompCtrl;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy