org.ow2.jasmine.jade.reflex.api.factory
Interface FactoryNotification
public interface FactoryNotification
This interface is used to notify the creation of a component
between the meta and the execution level (and vice versa).
The type of the instanciated component depends from the factory implementation.
- Author:
- Noel de palma
newFcInstanceNotification
org.objectweb.fractal.api.Component newFcInstanceNotification()
throws org.objectweb.fractal.api.factory.InstantiationException
- Instantiates a component from this factory.
- Returns:
- the
Component interface of the component instantiated
from this factory.
- Throws:
org.objectweb.fractal.api.factory.InstantiationException - if the component cannot be created.
Copyright © 2008 OW2 Consortium. All Rights Reserved.