org.ow2.jasmine.jade.fractal.api.control
Interface GenericInstallingFactoryController

All Known Implementing Classes:
GenericInstallingFactoryControllerMixin

public interface GenericInstallingFactoryController

A component interface to store a reference of the GenericInstallingFactory which instantiated the component to which the interface belongs.

Author:
Jakub Kornas

Method Summary
 org.objectweb.fractal.deployment.local.api.GenericInstallingFactory getGenericFactory()
           
 void setGenericFactory(org.objectweb.fractal.deployment.local.api.GenericInstallingFactory factory)
           
 

Method Detail

getGenericFactory

org.objectweb.fractal.deployment.local.api.GenericInstallingFactory getGenericFactory()
Returns:
The Fractal generic-installing factory which instantiated the component to which the interface belongs

setGenericFactory

void setGenericFactory(org.objectweb.fractal.deployment.local.api.GenericInstallingFactory factory)
Parameters:
factory - The Fractal generic-installing factory which instantiated the component to which the interface belongs


Copyright © 2008 OW2 Consortium. All Rights Reserved.