org.objectweb.fractal.api
Class ComponentFcItf

java.lang.Object
  extended by org.objectweb.fractal.julia.BasicComponentInterface
      extended by org.objectweb.fractal.api.ComponentFcItf
All Implemented Interfaces:
org.objectweb.fractal.api.Component, org.objectweb.fractal.api.Interface, org.objectweb.fractal.julia.ComponentInterface

public class ComponentFcItf
extends org.objectweb.fractal.julia.BasicComponentInterface
implements org.objectweb.fractal.api.Component


Field Summary
 
Fields inherited from class org.objectweb.fractal.julia.BasicComponentInterface
flags, name, owner, type
 
Constructor Summary
ComponentFcItf()
           
ComponentFcItf(org.objectweb.fractal.api.Component component, java.lang.String s, org.objectweb.fractal.api.Type type, boolean flag, java.lang.Object obj)
           
 
Method Summary
 java.lang.Object getFcInterface(java.lang.String arg0)
           
 java.lang.Object[] getFcInterfaces()
           
 java.lang.Object getFcItfImpl()
           
 org.objectweb.fractal.api.Type getFcType()
           
 void setFcItfImpl(java.lang.Object obj)
           
 
Methods inherited from class org.objectweb.fractal.julia.BasicComponentInterface
clone, equals, getFcItfName, getFcItfOwner, getFcItfType, hasFcInterceptor, hashCode, isFcInternalItf, setFcItfName, updateFcState
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentFcItf

public ComponentFcItf()

ComponentFcItf

public ComponentFcItf(org.objectweb.fractal.api.Component component,
                      java.lang.String s,
                      org.objectweb.fractal.api.Type type,
                      boolean flag,
                      java.lang.Object obj)
Method Detail

getFcItfImpl

public java.lang.Object getFcItfImpl()
Specified by:
getFcItfImpl in interface org.objectweb.fractal.julia.ComponentInterface

setFcItfImpl

public void setFcItfImpl(java.lang.Object obj)
Specified by:
setFcItfImpl in interface org.objectweb.fractal.julia.ComponentInterface

getFcType

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

getFcInterfaces

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

getFcInterface

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


Copyright © 2011 Petals Link. All Rights Reserved.