Uses of Class
org.ow2.frascati.util.FrascatiException

Uses of FrascatiException in org.ow2.frascati.util
 

Classes in org.ow2.frascati.util with type parameters of type FrascatiException
 class AbstractFractalLoggeable<ExceptionType extends FrascatiException>
          OW2 FraSCAti Util abstract loggeable class providing helper methods related to OW2 Fractal API.
 

Methods in org.ow2.frascati.util with type parameters of type FrascatiException
protected
<T extends FrascatiException>
void
AbstractLoggeable.severe(T exception)
           
protected
<T extends FrascatiException>
void
AbstractLoggeable.warning(T exception)
           
 

Methods in org.ow2.frascati.util that throw FrascatiException
protected  void AbstractFractalLoggeable.addFractalSubComponent(org.objectweb.fractal.api.Component composite, org.objectweb.fractal.api.Component component)
           
protected  void AbstractFractalLoggeable.addFractalSubComponent(org.objectweb.fractal.api.control.ContentController contentController, org.objectweb.fractal.api.Component component)
           
protected  void AbstractFractalLoggeable.bindFractalComponent(org.objectweb.fractal.api.control.BindingController bindingController, String interfaceName, Object value)
           
protected  void AbstractFractalLoggeable.bindFractalComponent(org.objectweb.fractal.api.Component component, String interfaceName, Object value)
           
protected  org.objectweb.fractal.api.control.BindingController AbstractFractalLoggeable.getFractalBindingController(org.objectweb.fractal.api.Component component)
           
protected  String AbstractFractalLoggeable.getFractalComponentName(org.objectweb.fractal.api.Component component)
           
protected  String AbstractFractalLoggeable.getFractalComponentName(org.objectweb.fractal.api.control.NameController nameController)
           
protected  String AbstractFractalLoggeable.getFractalComponentState(org.objectweb.fractal.api.Component component)
           
protected  String AbstractFractalLoggeable.getFractalComponentState(org.objectweb.fractal.api.control.LifeCycleController lifeCycleController)
           
protected  org.objectweb.fractal.api.control.ContentController AbstractFractalLoggeable.getFractalContentController(org.objectweb.fractal.api.Component component)
           
protected  Object AbstractFractalLoggeable.getFractalInterface(org.objectweb.fractal.api.Component component, String interfaceName)
           
protected  Object AbstractFractalLoggeable.getFractalInternalInterface(org.objectweb.fractal.api.Component component, String interfaceName)
           
protected  Object AbstractFractalLoggeable.getFractalInternalInterface(org.objectweb.fractal.api.control.ContentController contentController, String interfaceName)
           
protected  org.objectweb.fractal.api.control.LifeCycleController AbstractFractalLoggeable.getFractalLifeCycleController(org.objectweb.fractal.api.Component component)
           
protected  org.objectweb.fractal.api.control.NameController AbstractFractalLoggeable.getFractalNameController(org.objectweb.fractal.api.Component component)
           
protected  org.objectweb.fractal.api.Component[] AbstractFractalLoggeable.getFractalSubComponents(org.objectweb.fractal.api.Component composite)
           
protected  org.objectweb.fractal.api.Component[] AbstractFractalLoggeable.getFractalSubComponents(org.objectweb.fractal.api.control.ContentController contentController)
           
protected  void AbstractFractalLoggeable.removeFractalSubComponent(org.objectweb.fractal.api.Component composite, org.objectweb.fractal.api.Component component)
           
protected  void AbstractFractalLoggeable.removeFractalSubComponent(org.objectweb.fractal.api.control.ContentController contentController, org.objectweb.fractal.api.Component component)
           
protected  void AbstractFractalLoggeable.setFractalComponentName(org.objectweb.fractal.api.Component component, String name)
           
protected  void AbstractFractalLoggeable.setFractalComponentName(org.objectweb.fractal.api.control.NameController nameController, String name)
           
protected
<T extends FrascatiException>
void
AbstractLoggeable.severe(T exception)
           
protected  void AbstractFractalLoggeable.startFractalComponent(org.objectweb.fractal.api.Component component)
           
protected  void AbstractFractalLoggeable.startFractalComponent(org.objectweb.fractal.api.control.LifeCycleController lifeCycleController)
           
protected  void AbstractFractalLoggeable.stopFractalComponent(org.objectweb.fractal.api.Component component)
           
protected  void AbstractFractalLoggeable.stopFractalComponent(org.objectweb.fractal.api.control.LifeCycleController lifeCycleController)
           
protected
<T extends FrascatiException>
void
AbstractLoggeable.warning(T exception)
           
 



Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.