org.objectweb.fractal.aokell.lib.control.component
Class CompositeComponentImpl

java.lang.Object
  extended by org.objectweb.fractal.aokell.lib.InterfaceImpl
      extended by org.objectweb.fractal.aokell.lib.control.component.ComponentImpl
          extended by org.objectweb.fractal.aokell.lib.control.component.CompositeComponentImpl
All Implemented Interfaces:
ComponentDescItf, ComponentItf, Controller, Component, Interface

public class CompositeComponentImpl
extends ComponentImpl
implements ComponentItf

Implementation of the Component interface for composite components.

Author:
Lionel Seinturier

Field Summary
 
Fields inherited from class org.objectweb.fractal.aokell.lib.control.component.ComponentImpl
compctrl, im
 
Fields inherited from class org.objectweb.fractal.aokell.lib.InterfaceImpl
bc, fcContent
 
Fields inherited from interface org.objectweb.fractal.aokell.lib.control.component.ComponentItf
NAME, TYPE
 
Constructor Summary
CompositeComponentImpl()
           
 
Method Summary
 
Methods inherited from class org.objectweb.fractal.aokell.lib.control.component.ComponentImpl
addFcController, cloneFcCtrl, getContentDesc, getControllerDesc, getFcControllers, getFcInterface, getFcInterfaces, getFcItfName, getFcItfOwner, getFcItfType, getFcType, initFc, initFcCtrl, isFcInternalItf, registerFcInterface, setFcCompCtrl, unregisterFcInterface
 
Methods inherited from class org.objectweb.fractal.aokell.lib.InterfaceImpl
clone, init, lookupFc, setBC, setFcInternalItf, setFcItfImpl, setFcItfName, setFcItfOwner, setFcItfType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.fractal.aokell.lib.control.component.ComponentItf
addFcController, getFcControllers, initFc, registerFcInterface, unregisterFcInterface
 
Methods inherited from interface org.objectweb.fractal.api.Component
getFcInterface, getFcInterfaces, getFcType
 

Constructor Detail

CompositeComponentImpl

public CompositeComponentImpl()