|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jade.fractal.julia.factory.UseGenericInstallingFactoryMixin
public abstract class UseGenericInstallingFactoryMixin
Provides a
GenericInstallingFactory
field to a Controller.
Requirements
GenericInstallingFactory
interface.
| Field Summary | |
|---|---|
org.objectweb.fractal.deployment.local.api.GenericInstallingFactory |
weaveableGIF
The GenericInstallingFactory interface of the component to which
this controller object belongs. |
| Method Summary | |
|---|---|
abstract void |
_super_initFcController(org.objectweb.fractal.julia.InitializationContext ic)
The initFcController method overriden
by this mixin. |
void |
initFcController(org.objectweb.fractal.julia.InitializationContext ic)
Initializes the fields of this mixin and then calls the overriden method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public org.objectweb.fractal.deployment.local.api.GenericInstallingFactory weaveableGIF
GenericInstallingFactory interface of the component to which
this controller object belongs.
| Method Detail |
|---|
public void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
throws org.objectweb.fractal.api.factory.InstantiationException
initFcController in interface org.objectweb.fractal.julia.Controlleric - information about the component to which this controller
object belongs.
org.objectweb.fractal.api.factory.InstantiationException - if the initialization fails.
public abstract void _super_initFcController(org.objectweb.fractal.julia.InitializationContext ic)
throws org.objectweb.fractal.api.factory.InstantiationException
initFcController method overriden
by this mixin.
ic - information about the component to which this controller
object belongs.
org.objectweb.fractal.api.factory.InstantiationException - if the initialization fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||