org.objectweb.fractal.aokell.lib.interf
Class CompositeExtItfManager

java.lang.Object
  extended by org.objectweb.fractal.aokell.lib.interf.PrimitiveExtItfManager
      extended by org.objectweb.fractal.aokell.lib.interf.CompositeExtItfManager
All Implemented Interfaces:
InterfaceManager
Direct Known Subclasses:
CompositeIntItfManager

public class CompositeExtItfManager
extends PrimitiveExtItfManager

A manager for external interfaces of composite components.

Author:
Lionel Seinturier

Field Summary
 
Fields inherited from class org.objectweb.fractal.aokell.lib.interf.PrimitiveExtItfManager
compctrlimpl, content, type
 
Constructor Summary
CompositeExtItfManager()
           
 
Method Summary
protected  Interface getFcInterface(InterfaceType it, Component itfOwner, Object content, boolean isFcInternalInterface)
          Get the Interface instance associated to the given interface type for the given component.
 
Methods inherited from class org.objectweb.fractal.aokell.lib.interf.PrimitiveExtItfManager
getFcInterface, getFcInterfaces, getProxyInterface, initFc, registerFcControlInterface, registerFcInterface, unregisterFcInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeExtItfManager

public CompositeExtItfManager()
Method Detail

getFcInterface

protected Interface getFcInterface(InterfaceType it,
                                   Component itfOwner,
                                   Object content,
                                   boolean isFcInternalInterface)
Get the Interface instance associated to the given interface type for the given component.

Overrides:
getFcInterface in class PrimitiveExtItfManager