Uses of Interface
org.ow2.frascati.tinfi.api.IntentHandler

Packages that use IntentHandler
org.ow2.frascati.tinfi.api.control   
 

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

Methods in org.ow2.frascati.tinfi.api.control that return types with arguments of type IntentHandler
 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.
 

Methods in org.ow2.frascati.tinfi.api.control with parameters of type IntentHandler
 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.
 



Copyright © 2007-2011. All Rights Reserved.