org.ow2.jasmine.jade.fractal.julia.control.factory
Class GenericInstallingFactoryControllerMixin
java.lang.Object
org.ow2.jasmine.jade.fractal.julia.control.factory.GenericInstallingFactoryControllerMixin
- All Implemented Interfaces:
- org.objectweb.fractal.julia.Controller, GenericInstallingFactoryController
public abstract class GenericInstallingFactoryControllerMixin
- extends java.lang.Object
- implements org.objectweb.fractal.julia.Controller, GenericInstallingFactoryController
Provides an implementation of the
GenericInstallingFactoryController
interface.
- Author:
- Jakub Kornas
|
Method Summary |
abstract void |
_super_initFcController(org.objectweb.fractal.julia.InitializationContext ic)
|
org.objectweb.fractal.deployment.local.api.GenericInstallingFactory |
getGenericFactory()
|
void |
initFcController(org.objectweb.fractal.julia.InitializationContext ic)
|
void |
setGenericFactory(org.objectweb.fractal.deployment.local.api.GenericInstallingFactory factory)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initFcController
public void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
throws org.objectweb.fractal.api.factory.InstantiationException
- Specified by:
initFcController in interface org.objectweb.fractal.julia.Controller
- Throws:
org.objectweb.fractal.api.factory.InstantiationException
getGenericFactory
public org.objectweb.fractal.deployment.local.api.GenericInstallingFactory getGenericFactory()
- Specified by:
getGenericFactory in interface GenericInstallingFactoryController
- Returns:
- The Fractal generic-installing factory which instantiated the
component to which the interface belongs
setGenericFactory
public void setGenericFactory(org.objectweb.fractal.deployment.local.api.GenericInstallingFactory factory)
- Specified by:
setGenericFactory in interface GenericInstallingFactoryController
- Parameters:
factory - The Fractal generic-installing factory which instantiated the
component to which the interface belongs
_super_initFcController
public abstract void _super_initFcController(org.objectweb.fractal.julia.InitializationContext ic)
throws org.objectweb.fractal.api.factory.InstantiationException
- Throws:
org.objectweb.fractal.api.factory.InstantiationException
Copyright © 2008 OW2 Consortium. All Rights Reserved.