|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenericInstallingFactoryNotification
This interface is used to notify the creation of a component between the meta and the exec level (and vice versa).
| Method Summary | |
|---|---|
org.objectweb.fractal.api.Component |
newFcInstanceNotification(org.objectweb.fractal.api.Type type,
java.lang.Object controllerDesc,
java.lang.Object contentDesc,
org.objectweb.fractal.deployment.local.api.PackageDescription packageDescription)
Creates a Component given its type, a description of its control
part (membrane), description of its content part (implementation) and a
description of a package in which all those can be found |
void |
undeployFcComponentNotification(org.objectweb.fractal.api.Component cmp)
Undeploys a given Component |
| Methods inherited from interface org.ow2.jasmine.jade.reflex.api.factory.GenericFactoryNotification |
|---|
newFcInstanceNotification |
| Method Detail |
|---|
org.objectweb.fractal.api.Component newFcInstanceNotification(org.objectweb.fractal.api.Type type,
java.lang.Object controllerDesc,
java.lang.Object contentDesc,
org.objectweb.fractal.deployment.local.api.PackageDescription packageDescription)
throws org.objectweb.fractal.api.factory.InstantiationException
Component given its type, a description of its control
part (membrane), description of its content part (implementation) and a
description of a package in which all those can be found
type - The Type of the Component to be createdcontrollerDesc - A description of the controller part of a component.
Implementation specificcontentDesc - A description of the content part of a component.
Implementation specificpackageDescription - A description of the package containing the code of this
component. Implementation specific
org.objectweb.fractal.api.factory.InstantiationExceptionvoid undeployFcComponentNotification(org.objectweb.fractal.api.Component cmp)
Component
cmp - A Component to be undeployed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||