org.objectweb.fractal.aokell.lib.interf
Class CompositeExtItfManager
java.lang.Object
org.objectweb.fractal.aokell.lib.interf.PrimitiveExtItfManager
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeExtItfManager
public CompositeExtItfManager()
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