Uses of Class
org.objectweb.fractal.api.control.IllegalLifeCycleException

Packages that use IllegalLifeCycleException
org.objectweb.fractal.api.control   
org.ow2.frascati.tinfi.api.control   
 

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

Methods in org.objectweb.fractal.api.control that throw IllegalLifeCycleException
 void ContentController.addFcSubComponent(Component subComponent)
          Adds a sub-component to this component.
 void BindingController.bindFc(java.lang.String clientItfName, java.lang.Object serverItf)
          Binds the client interface whose name is given to a server interface.
 void ContentController.removeFcSubComponent(Component subComponent)
          Removes a sub-component from this component.
 void LifeCycleController.startFc()
          Starts the component to which this interface belongs.
 void LifeCycleController.stopFc()
          Stops the component to which this interface belongs.
 void BindingController.unbindFc(java.lang.String clientItfName)
          Unbinds the given client interface.
 

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

Methods in org.ow2.frascati.tinfi.api.control that throw IllegalLifeCycleException
 void SCABasicIntentController.addFcIntentHandler(IntentHandler handler)
          Add the specified intent handler on all business interfaces.
<T extends java.lang.annotation.Annotation>
void
SCAIntentController.addFcIntentHandler(IntentHandler handler, java.lang.Class<T> annotcl, java.lang.String value)
          Add the specified intent handler on all service methods of the current component which satisfy the following conditions: the implementation method in the component class is associated with an annotation of the specified class, the annotation provides a String[] value() method, one of the returned strings when calling value()is equal to the specified value.
 void SCABasicIntentController.addFcIntentHandler(IntentHandler handler, InterfaceFilter filter)
          Add the specified intent handler on all interfaces, business or control, that match the specified interface filter.
 void SCABasicIntentController.addFcIntentHandler(IntentHandler handler, InterfaceMethodFilter filter)
          Add the specified intent handler on all interface methods, business or control, that match the specified filter.
 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.
 void SCABasicIntentController.removeFcIntentHandler(IntentHandler handler)
          Remove the specified intent handler on all interfaces, business and control, of the current component.
 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.
 void SCAContentController.setFcContent(java.lang.Object content)
          For composite-scoped components, specify the content instance to be used.
 void SCAContentController.setFcContentClass(java.lang.Class<?> c)
          Declare the content class associated with this component.
 



Copyright © 2007-2011. All Rights Reserved.