|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.jade.fractal.util.FractalUtil
public class FractalUtil
Provides static methods to access controller interfaces, defined in Jade-Fractal, of Fractal components.
| Constructor Summary | |
|---|---|
FractalUtil()
|
|
| Method Summary | |
|---|---|
static org.objectweb.fractal.api.Component |
find(org.objectweb.fractal.api.Component c,
java.lang.String sub)
Deprecated. |
static org.objectweb.fractal.api.Interface[] |
getCmpItf(org.objectweb.fractal.api.Component cmp,
java.lang.String signature)
Deprecated. |
static GenericAttributeController |
getGenericAttributeController(org.objectweb.fractal.api.Component component)
Returns the GenericAttributeController interface of the given
component. |
static org.objectweb.fractal.deployment.local.api.GenericInstallingFactory |
getGenericInstallingFactory(org.objectweb.fractal.api.Component component)
Returns the GenericInstallingFactory interface of the given
component. |
static GenericInstallingFactoryContextController |
getGenericInstallingFactoryContextController(org.objectweb.fractal.api.Component component)
Returns the GenericInstallingFactoryContextController interface of the given
component. |
static OSGiContextController |
getOSGiContextController(org.objectweb.fractal.api.Component component)
Returns the OSGiContextController interface of the given
component. |
static ReverseBindingController |
getReverseBindingController(org.objectweb.fractal.api.Component component)
Returns the ReverseBindingController interface of the given
component. |
static org.objectweb.fractal.api.Component |
getSubComponent(org.objectweb.fractal.api.Component sup,
java.lang.String sub)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FractalUtil()
| Method Detail |
|---|
public static GenericAttributeController getGenericAttributeController(org.objectweb.fractal.api.Component component)
throws org.objectweb.fractal.api.NoSuchInterfaceException
GenericAttributeController interface of the given
component.
component - a component.
GenericAttributeController interface of the given
component.
org.objectweb.fractal.api.NoSuchInterfaceException - if there is no such interface.
public static OSGiContextController getOSGiContextController(org.objectweb.fractal.api.Component component)
throws org.objectweb.fractal.api.NoSuchInterfaceException
OSGiContextController interface of the given
component.
component - a component.
OSGiContextController interface of the given
component.
org.objectweb.fractal.api.NoSuchInterfaceException - if there is no such interface.
public static GenericInstallingFactoryContextController getGenericInstallingFactoryContextController(org.objectweb.fractal.api.Component component)
throws org.objectweb.fractal.api.NoSuchInterfaceException
GenericInstallingFactoryContextController interface of the given
component.
component - a component.
GenericInstallingFactoryContextController interface of the given
component.
org.objectweb.fractal.api.NoSuchInterfaceException - if there is no such interface.
public static ReverseBindingController getReverseBindingController(org.objectweb.fractal.api.Component component)
throws org.objectweb.fractal.api.NoSuchInterfaceException
ReverseBindingController interface of the given
component.
component - a component.
ReverseBindingController interface of the given
component.
org.objectweb.fractal.api.NoSuchInterfaceException - if there is no such interface.
public static org.objectweb.fractal.deployment.local.api.GenericInstallingFactory getGenericInstallingFactory(org.objectweb.fractal.api.Component component)
throws org.objectweb.fractal.api.NoSuchInterfaceException
GenericInstallingFactory interface of the given
component.
component - a component.
GenericInstallingFactory interface of the given
component.
org.objectweb.fractal.api.NoSuchInterfaceException - if there is no such interface.
public static org.objectweb.fractal.api.Component getSubComponent(org.objectweb.fractal.api.Component sup,
java.lang.String sub)
sup - sub -
public static org.objectweb.fractal.api.Interface[] getCmpItf(org.objectweb.fractal.api.Component cmp,
java.lang.String signature)
cmp - the component to be testedsignature - the signature of the itf
public static org.objectweb.fractal.api.Component find(org.objectweb.fractal.api.Component c,
java.lang.String sub)
c - the component rootsub - the full path name of the component to find.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||