juliac.generated
Class ComponentImpl

java.lang.Object
  extended by juliac.generated.ComponentImpl
All Implemented Interfaces:
org.objectweb.fractal.api.Component, org.objectweb.fractal.julia.Controller, org.objectweb.fractal.julia.loader.Generated

public class ComponentImpl
extends java.lang.Object
implements org.objectweb.fractal.api.Component, org.objectweb.fractal.julia.Controller, org.objectweb.fractal.julia.loader.Generated

See Also:
BasicControllerMixin, BasicComponentMixin, TypeComponentMixin

Field Summary
 java.util.Map fcInterfaces
           
 org.objectweb.fractal.api.Type fcType
           
 
Constructor Summary
ComponentImpl()
           
 
Method Summary
 java.lang.String getFcGeneratorParameters()
           
 java.lang.Object getFcInterface(java.lang.String interfaceName)
           
 java.lang.Object[] getFcInterfaces()
           
 org.objectweb.fractal.api.Type getFcType()
           
 void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fcType

public org.objectweb.fractal.api.Type fcType
See Also:
BasicComponentMixin.fcType

fcInterfaces

public java.util.Map fcInterfaces
See Also:
BasicComponentMixin.fcInterfaces
Constructor Detail

ComponentImpl

public ComponentImpl()
Method Detail

getFcInterface

public java.lang.Object getFcInterface(java.lang.String interfaceName)
                                throws org.objectweb.fractal.api.NoSuchInterfaceException
Specified by:
getFcInterface in interface org.objectweb.fractal.api.Component
Throws:
org.objectweb.fractal.api.NoSuchInterfaceException
See Also:
TypeComponentMixin.getFcInterface(java.lang.String)

initFcController

public void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
                      throws org.objectweb.fractal.api.factory.InstantiationException
Specified by:
initFcController in interface org.objectweb.fractal.julia.Controller
Throws:
org.objectweb.fractal.api.factory.InstantiationException
See Also:
BasicComponentMixin.initFcController(org.objectweb.fractal.julia.InitializationContext)

getFcType

public org.objectweb.fractal.api.Type getFcType()
Specified by:
getFcType in interface org.objectweb.fractal.api.Component
See Also:
BasicComponentMixin.getFcType()

getFcInterfaces

public java.lang.Object[] getFcInterfaces()
Specified by:
getFcInterfaces in interface org.objectweb.fractal.api.Component
See Also:
BasicComponentMixin.getFcInterfaces()

getFcGeneratorParameters

public java.lang.String getFcGeneratorParameters()
Specified by:
getFcGeneratorParameters in interface org.objectweb.fractal.julia.loader.Generated


Copyright © 2011 Petals Link. All Rights Reserved.