org.objectweb.fractal.aokell.lib
Class ComponentInterfaceImpl
java.lang.Object
org.objectweb.fractal.aokell.lib.InterfaceImpl
org.objectweb.fractal.aokell.lib.ComponentInterfaceImpl
- All Implemented Interfaces:
- Interface, org.objectweb.fractal.julia.ComponentInterface
public class ComponentInterfaceImpl
- extends InterfaceImpl
- implements org.objectweb.fractal.julia.ComponentInterface
Default implementation of the ComponentInterface
interface.
This class is extended by classes which implement server interfaces
associated to primitive components.
- Author:
- Lionel Seinturier
Methods inherited from class org.objectweb.fractal.aokell.lib.InterfaceImpl |
clone, getFcItfName, getFcItfOwner, getFcItfType, init, isFcInternalItf, lookupFc, setBC, setFcInternalItf, setFcItfImpl, setFcItfName, setFcItfOwner, setFcItfType |
Methods inherited from interface org.objectweb.fractal.julia.ComponentInterface |
setFcItfImpl, setFcItfName |
ComponentInterfaceImpl
public ComponentInterfaceImpl()
ComponentInterfaceImpl
public ComponentInterfaceImpl(Component fcItfOwner,
String fcItfName,
Type fcItfType,
boolean fcInternalItf)
getFcItfImpl
public Object getFcItfImpl()
- Specified by:
getFcItfImpl
in interface org.objectweb.fractal.julia.ComponentInterface
hasFcInterceptor
public boolean hasFcInterceptor()
- Specified by:
hasFcInterceptor
in interface org.objectweb.fractal.julia.ComponentInterface
clone
public Object clone()
- Specified by:
clone
in interface org.objectweb.fractal.julia.ComponentInterface
- Overrides:
clone
in class Object