Uses of Class
org.objectweb.fractal.api.NoSuchInterfaceException

Packages that use NoSuchInterfaceException
org.objectweb.fractal.api   
org.objectweb.fractal.api.control   
org.objectweb.fractal.api.type   
org.objectweb.fractal.util   
org.ow2.frascati.tinfi.api.control   
 

Uses of NoSuchInterfaceException in org.objectweb.fractal.api
 

Methods in org.objectweb.fractal.api that throw NoSuchInterfaceException
 java.lang.Object Component.getFcInterface(java.lang.String interfaceName)
          Returns an external interface of the component to which this interface belongs.
 

Uses of NoSuchInterfaceException in org.objectweb.fractal.api.control
 

Methods in org.objectweb.fractal.api.control that throw NoSuchInterfaceException
 void BindingController.bindFc(java.lang.String clientItfName, java.lang.Object serverItf)
          Binds the client interface whose name is given to a server interface.
 java.lang.Object ContentController.getFcInternalInterface(java.lang.String interfaceName)
          Returns an internal interface of the component to which this interface belongs.
 java.lang.Object BindingController.lookupFc(java.lang.String clientItfName)
          Returns the interface to which the given client interface is bound.
 void BindingController.unbindFc(java.lang.String clientItfName)
          Unbinds the given client interface.
 

Uses of NoSuchInterfaceException in org.objectweb.fractal.api.type
 

Methods in org.objectweb.fractal.api.type that throw NoSuchInterfaceException
 InterfaceType ComponentType.getFcInterfaceType(java.lang.String name)
          Returns an interface type of this component type from its name.
 

Uses of NoSuchInterfaceException in org.objectweb.fractal.util
 

Methods in org.objectweb.fractal.util that throw NoSuchInterfaceException
static AttributeController Fractal.getAttributeController(Component component)
          Returns the AttributeController interface of the given component.
static BindingController Fractal.getBindingController(Component component)
          Returns the BindingController interface of the given component.
static ContentController Fractal.getContentController(Component component)
          Returns the ContentController interface of the given component.
static Factory Fractal.getFactory(Component component)
          Returns the Factory interface of the given component.
static GenericFactory Fractal.getGenericFactory(Component component)
          Returns the GenericFactory interface of the given component.
static LifeCycleController Fractal.getLifeCycleController(Component component)
          Returns the LifeCycleController interface of the given component.
static NameController Fractal.getNameController(Component component)
          Returns the NameController interface of the given component.
static SuperController Fractal.getSuperController(Component component)
          Returns the SuperController interface of the given component.
static TypeFactory Fractal.getTypeFactory(Component component)
          Returns the TypeFactory interface of the given component.
 

Uses of NoSuchInterfaceException in org.ow2.frascati.tinfi.api.control
 

Methods in org.ow2.frascati.tinfi.api.control that throw NoSuchInterfaceException
 void SCABasicIntentController.addFcIntentHandler(IntentHandler handler, java.lang.String name)
          Add the specified intent handler on the specified interface.
 void SCABasicIntentController.addFcIntentHandler(IntentHandler handler, java.lang.String name, java.lang.reflect.Method method)
          Add the specified intent handler on the specified method of the specified interface.
 java.util.List<IntentHandler> SCABasicIntentController.listFcIntentHandler(java.lang.String name)
          Return the list of intent handlers associated with the specified interface.
 java.util.List<IntentHandler> SCABasicIntentController.listFcIntentHandler(java.lang.String name, java.lang.reflect.Method method)
          Return the list of intent handlers associated with the specified method of the specified interface.
 void SCABasicIntentController.removeFcIntentHandler(IntentHandler handler, java.lang.String name)
          Remove the specified intent handler on the interface (service or reference) whose name is specified.
 void SCABasicIntentController.removeFcIntentHandler(IntentHandler handler, java.lang.String name, java.lang.reflect.Method method)
          Remove the specified intent handler on the method of the interface (service or reference) whose name is specified.
 



Copyright © 2007-2011. All Rights Reserved.