A B C D E F G I J L N O P R S T U W _

A

addAttribute(Attribute) - Method in interface org.ow2.jasmine.jade.fractal.adl.attributes.GenericAttributes
 
addBundleId(Component, long) - Method in interface org.ow2.jasmine.jade.fractal.api.control.OSGiContextController
Deprecated.  
addBundleId(Component, long) - Method in class org.ow2.jasmine.jade.fractal.julia.control.osgi.BasicOSGiContextControllerMixin
 
addDeployedComponent(Component) - Method in interface org.ow2.jasmine.jade.fractal.api.control.DeploymentStateController
register the deployed component
addDeployedComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
addFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.CheckContentMixin
Checks that the given component is not already a sub component, and then calls the overriden method.
addFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.SuperContentMixin
Calls the overriden method and then notifies the given component it has been added in this component.
ApplicationController - Interface in org.ow2.jasmine.jade.fractal.api.control
A component interface to get ...
ApplicationControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.management
 
AttributeCompiler - Class in org.ow2.jasmine.jade.fractal.adl.attributes
A PrimitiveCompiler to compile Attributes nodes in definitions.
AttributeCompiler() - Constructor for class org.ow2.jasmine.jade.fractal.adl.attributes.AttributeCompiler
 
AttributeLoader - Class in org.ow2.jasmine.jade.fractal.adl.attributes
A Loader to check Attributes nodes in definitions.
AttributeLoader() - Constructor for class org.ow2.jasmine.jade.fractal.adl.attributes.AttributeLoader
 

B

BasicInstallerControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.factory
Deprecated.  
BasicInstallerControllerMixin() - Constructor for class org.ow2.jasmine.jade.fractal.julia.control.factory.BasicInstallerControllerMixin
Deprecated.  
BasicLoader - Class in org.ow2.jasmine.jade.fractal.julia.loader
Provides a basic implementation of the Loader interface.
BasicLoader() - Constructor for class org.ow2.jasmine.jade.fractal.julia.loader.BasicLoader
 
BasicOSGiContextControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.osgi
Provide a basic implementation of the OSGiContextController interface.
BasicOSGiContextControllerMixin() - Constructor for class org.ow2.jasmine.jade.fractal.julia.control.osgi.BasicOSGiContextControllerMixin
 
BasicReverseBindingControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.reversebinding
Provides a basic implementation of the ReverseBindingController interface.
BasicUndeploymentControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.deployment
Provides an implementation of the UndeploymentController interface.
bindFc(String, Object) - Method in class org.ow2.jasmine.jade.fractal.adl.attributes.AttributeCompiler
 
bindFc(String, Object) - Method in class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationCompiler
 
bindFc(String, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.control.binding.BindingWithReverseBindingControllerNotifierMixin
Calls the overriden bindFc method and then register the reverse binding.
bindFc(String, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
BindingContentMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.content
This class is an extension of org.objectweb.fractal.api.control.content.BindingContentMixin which catch and manage RemoteExceptions.
BindingUndeploymentMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.deployment
Provides binding related checks to a UndeploymentController.
BindingWithReverseBindingControllerNotifierMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.binding
Provides an implementation of the BindingController interface which manages the reverse bindings : any binding operation performed on the current client component is notified to the reverse binding controller of the relevant server component.
bindSource(String, Object) - Method in interface org.ow2.jasmine.jade.fractal.api.control.ReverseBindingController
Register a reverse binding.
bindSource(String, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.control.reversebinding.BasicReverseBindingControllerMixin
 
builder - Variable in class org.ow2.jasmine.jade.fractal.adl.attributes.AttributeCompiler
The AttributeBuilder used by this compiler.
builder - Variable in class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationCompiler
The ImplementationBuilder used by this compiler.
BUILDER_BINDING - Static variable in class org.ow2.jasmine.jade.fractal.adl.attributes.AttributeCompiler
Name of the mandatory interface bound to the AttributeBuilder used by this compiler.
BUILDER_BINDING - Static variable in class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationCompiler
Name of the mandatory interface bound to the ImplementationBuilder used by this compiler.
bundleCtx - Variable in class org.ow2.jasmine.jade.fractal.julia.control.osgi.BasicOSGiContextControllerMixin
 

C

ChainedUndeploymentException - Exception in org.ow2.jasmine.jade.fractal.julia.control.deployment
A sub class of the UndeploymentException class.
ChainedUndeploymentException(Throwable, Component, String) - Constructor for exception org.ow2.jasmine.jade.fractal.julia.control.deployment.ChainedUndeploymentException
Constructs a new ChainedUndeploymentException exception.
CheckBindingMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.deployment
Provides basic checks to a UndeploymentController.
CheckContentMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.content
This class is an extension of org.objectweb.fractal.api.control.content.CheckContentMixin which catch and manage RemoteExceptions.
CheckContentMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.deployment
Provides basic checks to a ContentController.
checkFcAttributeControllerInterface(Class) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.TestCheckGenericFactoryMixin
Checks that the given class is valid attribute controller interface.
checkFcContentClass(Type, String, ClassLoader) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.TestCheckGenericFactoryMixin
Checks the given class against the given component type.
checkFcRemoveSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.BindingContentMixin
Checks that the removal of the given sub component will not create non local bindings.
checkFcType(Type, ClassLoader) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.TestCheckGenericFactoryMixin
Checks the given component type.
ClassLoaderWrapper - Class in org.ow2.jasmine.jade.fractal.julia.loader
Provides an implementation of the Loader for Java classloader.
ClassLoaderWrapper(ClassLoader) - Constructor for class org.ow2.jasmine.jade.fractal.julia.loader.ClassLoaderWrapper
 
compile(List, ComponentContainer, TaskMap, Map) - Method in class org.ow2.jasmine.jade.fractal.adl.attributes.AttributeCompiler
 
compile(List, ComponentContainer, TaskMap, Map) - Method in class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationCompiler
 
ComponentADLGenerator - Class in org.ow2.jasmine.jade.fractal.fraclet.annotation.generator
An ADL generator for the component definitions.
ComponentADLGenerator(CtClass<?>, FractalComponent) - Constructor for class org.ow2.jasmine.jade.fractal.fraclet.annotation.generator.ComponentADLGenerator
 
ComponentProcessor - Class in org.ow2.jasmine.jade.fractal.fraclet.annotation.processor
An annotation processor to manage the FractalComponent annotation (generation of ".fractal" file).
ComponentProcessor() - Constructor for class org.ow2.jasmine.jade.fractal.fraclet.annotation.processor.ComponentProcessor
 
CompositeUndeploymentControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.deployment
Provides an implementation of the UndeploymentController interface for composite component.
containsFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.CheckContentMixin
Tests if this component contains the given sub component.

D

DeploymentStateController - Interface in org.ow2.jasmine.jade.fractal.api.control
A component interface to control the deployment state of the component to which it belongs.
DynamicLoader - Class in org.ow2.jasmine.jade.fractal.julia.loader
Deprecated. Provides an implementation of the Loader interface that can generate classes on the fly.

Requirements
  • the Java platform must provide the Java reflection API and the ClassLoader class.
contributor : Jakub Kornas
DynamicLoader() - Constructor for class org.ow2.jasmine.jade.fractal.julia.loader.DynamicLoader
Deprecated.  

E

evalTree(Tree, Map) - Method in class org.ow2.jasmine.jade.fractal.julia.loader.BasicLoader
 

F

find(Component, String) - Static method in class org.ow2.jasmine.jade.fractal.util.FractalUtil
Deprecated.  
FractalAttributeBuilder - Class in org.ow2.jasmine.jade.fractal.adl.attributes
A Fractal based implementation of the AttributeBuilder interface.
FractalAttributeBuilder() - Constructor for class org.ow2.jasmine.jade.fractal.adl.attributes.FractalAttributeBuilder
 
FractalUtil - Class in org.ow2.jasmine.jade.fractal.util
Provides static methods to access controller interfaces, defined in Jade-Fractal, of Fractal components.
FractalUtil() - Constructor for class org.ow2.jasmine.jade.fractal.util.FractalUtil
 

G

generateClass(String, Tree, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.loader.BasicLoader
Generates the class whose descriptor is given, with the given name.
generateClass(String, Tree, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.loader.DynamicLoader
Deprecated.  
GenericAttribute - Annotation Type in org.ow2.jasmine.jade.fractal.fraclet.annotation
 
GenericAttributeController - Interface in org.ow2.jasmine.jade.fractal.api.control
A component interface to control the attributes of the component to which it belongs.
GenericAttributeControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.genericattribute
Provide a basic implementation of the GenericAttributeController interface.
GenericAttributes - Interface in org.ow2.jasmine.jade.fractal.adl.attributes
An AST node interface to define a set of generic attributes.
GenericAttributesContainer - Interface in org.ow2.jasmine.jade.fractal.adl.attributes
An AST node interface for nodes that can contain generic attributes.
GenericAttributeTemplate - Class in org.ow2.jasmine.jade.fractal.fraclet.annotation.generator.template
 
GenericAttributeTemplate(Factory, CtClass<?>) - Constructor for class org.ow2.jasmine.jade.fractal.fraclet.annotation.generator.template.GenericAttributeTemplate
 
GenericCompositeAttributeControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.genericattribute
Provide a basic implementation of the GenericAttributeController interface.
GenericInstallingFactoryContextController - Interface in org.ow2.jasmine.jade.fractal.api.control
A component interface to store a context related to JadeNode containing : - a reference of the managed_resources Component - ...
GenericInstallingFactoryContextControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.factory
Implementation of the GenericInstallingFactoryContextController controller interface.
GenericInstallingFactoryController - Interface in org.ow2.jasmine.jade.fractal.api.control
A component interface to store a reference of the GenericInstallingFactory which instantiated the component to which the interface belongs.
GenericInstallingFactoryControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.factory
Provides an implementation of the GenericInstallingFactoryController interface.
getApplications() - Method in interface org.ow2.jasmine.jade.fractal.api.control.ApplicationController
 
getApplications() - Method in class org.ow2.jasmine.jade.fractal.julia.control.management.ApplicationControllerMixin
 
getAttribute(String) - Method in interface org.ow2.jasmine.jade.fractal.api.control.GenericAttributeController
retrieve an attribute identified by its name.
getAttribute(String) - Method in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericAttributeControllerMixin
retrieve an attribute identified by its name.
getAttribute(String) - Method in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericCompositeAttributeControllerMixin
retrieve an attribute identified by its name.
getAttributes() - Method in interface org.ow2.jasmine.jade.fractal.adl.attributes.GenericAttributes
 
GetAttributeTemplate - Class in org.ow2.jasmine.jade.fractal.fraclet.annotation.generator.template
 
GetAttributeTemplate(String) - Constructor for class org.ow2.jasmine.jade.fractal.fraclet.annotation.generator.template.GetAttributeTemplate
 
getBundleContext() - Method in interface org.ow2.jasmine.jade.fractal.api.control.OSGiContextController
 
getBundleContext() - Method in class org.ow2.jasmine.jade.fractal.julia.control.osgi.BasicOSGiContextControllerMixin
 
getBundleId(Component) - Method in interface org.ow2.jasmine.jade.fractal.api.control.OSGiContextController
Deprecated.  
getBundleId(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.osgi.BasicOSGiContextControllerMixin
 
getClassLoader() - Method in class org.ow2.jasmine.jade.fractal.julia.loader.ClassLoaderWrapper
 
getCmpItf(Component, String) - Static method in class org.ow2.jasmine.jade.fractal.util.FractalUtil
Deprecated.  
getComponent() - Method in exception org.ow2.jasmine.jade.fractal.julia.control.deployment.ChainedUndeploymentException
Returns the undeployable component.
getDeployedComponent() - Method in interface org.ow2.jasmine.jade.fractal.api.control.DeploymentStateController
 
getDeployedComponent() - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
getException() - Method in exception org.ow2.jasmine.jade.fractal.julia.control.deployment.ChainedUndeploymentException
Returns the exception that caused in this exception.
getFcContentDesc() - Method in class org.ow2.jasmine.jade.fractal.julia.JuliaJade
 
getFcContentDescriptor(Object) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
Returns the tree corresponding to the given content descriptor.
getFcControllerDesc() - Method in class org.ow2.jasmine.jade.fractal.julia.JuliaJade
 
getFcControllerDescriptor(Object) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
Returns the tree corresponding to the given controller descriptor.
getFcInstanceType() - Method in class org.ow2.jasmine.jade.fractal.julia.JuliaJade
 
getFcLoader(Object) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.TestCheckGenericFactoryMixin
 
getFcLoader(Object) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
getFcLoaderForComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
getFcTypeDescriptor(Type) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
Returns a tree representing the given component type.
getGenericAttributeController(Component) - Static method in class org.ow2.jasmine.jade.fractal.util.FractalUtil
Returns the GenericAttributeController interface of the given component.
getGenericAttributes() - Method in interface org.ow2.jasmine.jade.fractal.adl.attributes.GenericAttributesContainer
 
getGenericFactory() - Method in interface org.ow2.jasmine.jade.fractal.api.control.GenericInstallingFactoryController
 
getGenericFactory() - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.GenericInstallingFactoryControllerMixin
 
getGenericInstallingFactory(Component) - Static method in class org.ow2.jasmine.jade.fractal.util.FractalUtil
Returns the GenericInstallingFactory interface of the given component.
getGenericInstallingFactoryContextController(Component) - Static method in class org.ow2.jasmine.jade.fractal.util.FractalUtil
Returns the GenericInstallingFactoryContextController interface of the given component.
getNewComponentContainer() - Method in interface org.ow2.jasmine.jade.fractal.api.control.GenericInstallingFactoryContextController
 
getNewComponentContainer() - Method in class org.ow2.jasmine.jade.fractal.julia.factory.GenericInstallingFactoryContextControllerMixin
 
getOSGiContextController(Component) - Static method in class org.ow2.jasmine.jade.fractal.util.FractalUtil
Returns the OSGiContextController interface of the given component.
getReverseBindingController(Component) - Static method in class org.ow2.jasmine.jade.fractal.util.FractalUtil
Returns the ReverseBindingController interface of the given component.
getSubComponent(Component, String) - Static method in class org.ow2.jasmine.jade.fractal.util.FractalUtil
Deprecated.  

I

ImplementationCompiler - Class in org.ow2.jasmine.jade.fractal.adl.implementations
A PrimitiveCompiler to compile Implementation nodes in definitions.
ImplementationCompiler() - Constructor for class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationCompiler
 
ImplementationLoader - Class in org.ow2.jasmine.jade.fractal.adl.implementations
A Loader to check Implementation nodes in definitions.
ImplementationLoader() - Constructor for class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationLoader
 
init(Map) - Method in class org.ow2.jasmine.jade.fractal.julia.loader.BasicLoader
 
init(Map) - Method in class org.ow2.jasmine.jade.fractal.julia.loader.DynamicLoader
Deprecated.  
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.UseDeploymentControllerMixin
 
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.GenericInstallingFactoryControllerMixin
 
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericAttributeControllerMixin
 
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericCompositeAttributeControllerMixin
 
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.osgi.UseOSGiContextControllerMixin
 
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.reversebinding.UseReverseBindingControllerMixin
 
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.UseGenericInstallingFactoryContextControllerMixin
 
initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.UseGenericInstallingFactoryMixin
Initializes the fields of this mixin and then calls the overriden method.
initialize(Tree) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.TestCheckGenericFactoryMixin
Initializes this object with the given arguments.
innerImpl - Variable in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericAttributeControllerMixin
The implementation cmp.
InstallerController - Interface in org.ow2.jasmine.jade.fractal.api.control
Deprecated.  

J

JadeGenericFactoryMixin - Class in org.ow2.jasmine.jade.fractal.julia.factory
Provides a basic implementation of the GenericFactory interface.
JadeGenericFactoryMixin() - Constructor for class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
JuliaJade - Class in org.ow2.jasmine.jade.fractal.julia
These class is based on Julia Provides access to the Julia bootstrap component modified for Jade requirements.
JuliaJade() - Constructor for class org.ow2.jasmine.jade.fractal.julia.JuliaJade
 

L

LifeCycleUndeploymentMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.deployment
Provides life cycle related checks to a UndeploymentController.
listFc() - Method in class org.ow2.jasmine.jade.fractal.adl.attributes.AttributeCompiler
 
listFc() - Method in class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationCompiler
 
listFc() - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
listFcAtt() - Method in interface org.ow2.jasmine.jade.fractal.api.control.GenericAttributeController
Returns the names of the attribute of the component to which this interface belongs.
listFcAtt() - Method in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericAttributeControllerMixin
Returns the names of the attribute of the component to which this interface belongs.
listFcAtt() - Method in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericCompositeAttributeControllerMixin
Returns the names of the attribute of the component to which this interface belongs.
ListFcAttributeTemplate - Class in org.ow2.jasmine.jade.fractal.fraclet.annotation.generator.template
 
ListFcAttributeTemplate(String) - Constructor for class org.ow2.jasmine.jade.fractal.fraclet.annotation.generator.template.ListFcAttributeTemplate
 
listSource() - Method in interface org.ow2.jasmine.jade.fractal.api.control.ReverseBindingController
Return an array of reverse bindings name of the component to which this controller interface belongs.
listSource() - Method in class org.ow2.jasmine.jade.fractal.julia.control.reversebinding.BasicReverseBindingControllerMixin
 
load(String, Map) - Method in class org.ow2.jasmine.jade.fractal.adl.attributes.AttributeLoader
 
load(String, Map) - Method in class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationLoader
 
load(Object) - Method in class org.ow2.jasmine.jade.fractal.julia.loader.ClassLoaderWrapper
 
loadClass(String, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.loader.BasicLoader
 
loadClass(Tree, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.loader.BasicLoader
 
loadClass(String, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.loader.DynamicLoader
Deprecated.  
loadTree(String) - Method in class org.ow2.jasmine.jade.fractal.julia.loader.BasicLoader
 
lookupBindingSource(String) - Method in interface org.ow2.jasmine.jade.fractal.api.control.ReverseBindingController
Lookup the reverse bindings of the component to which this controller interface belongs.
lookupBindingSource(String) - Method in class org.ow2.jasmine.jade.fractal.julia.control.reversebinding.BasicReverseBindingControllerMixin
 
lookupFc(String) - Method in class org.ow2.jasmine.jade.fractal.adl.attributes.AttributeCompiler
 
lookupFc(String) - Method in class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationCompiler
 
lookupFc(String) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 

N

newCreateTask(List, ComponentContainer, String, String, Object, Object, Map) - Method in class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationCompiler
 
newFcInstance(Type, Object, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.TestCheckGenericFactoryMixin
Checks that type and contentDesc are compatible, and then calls the overriden method.
newFcInstance(Type, Object, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
newFcInstance(Type, Object, Object, PackageDescription) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
newFcInstance() - Method in class org.ow2.jasmine.jade.fractal.julia.JuliaJade
 
newFcInstance(Type, Object, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.JuliaJade
 
newObject(Tree, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.loader.BasicLoader
 
newRemoteCreateTask(List, ComponentContainer, String, String, Object, Object, Task, Map) - Method in class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationCompiler
 
NoSuchAttributeException - Exception in org.ow2.jasmine.jade.fractal.api.control
Thrown when an error related to generic-attribute-controller occurs.
NoSuchAttributeException(String) - Constructor for exception org.ow2.jasmine.jade.fractal.api.control.NoSuchAttributeException
Constructs an NoSuchAttributeException with the specified detail message.

O

org.ow2.jasmine.jade.fractal.adl.attributes - package org.ow2.jasmine.jade.fractal.adl.attributes
 
org.ow2.jasmine.jade.fractal.adl.implementations - package org.ow2.jasmine.jade.fractal.adl.implementations
 
org.ow2.jasmine.jade.fractal.api.control - package org.ow2.jasmine.jade.fractal.api.control
 
org.ow2.jasmine.jade.fractal.fraclet.annotation - package org.ow2.jasmine.jade.fractal.fraclet.annotation
 
org.ow2.jasmine.jade.fractal.fraclet.annotation.generator - package org.ow2.jasmine.jade.fractal.fraclet.annotation.generator
 
org.ow2.jasmine.jade.fractal.fraclet.annotation.generator.template - package org.ow2.jasmine.jade.fractal.fraclet.annotation.generator.template
 
org.ow2.jasmine.jade.fractal.fraclet.annotation.processor - package org.ow2.jasmine.jade.fractal.fraclet.annotation.processor
 
org.ow2.jasmine.jade.fractal.julia - package org.ow2.jasmine.jade.fractal.julia
 
org.ow2.jasmine.jade.fractal.julia.control.binding - package org.ow2.jasmine.jade.fractal.julia.control.binding
 
org.ow2.jasmine.jade.fractal.julia.control.content - package org.ow2.jasmine.jade.fractal.julia.control.content
 
org.ow2.jasmine.jade.fractal.julia.control.deployment - package org.ow2.jasmine.jade.fractal.julia.control.deployment
 
org.ow2.jasmine.jade.fractal.julia.control.factory - package org.ow2.jasmine.jade.fractal.julia.control.factory
 
org.ow2.jasmine.jade.fractal.julia.control.genericattribute - package org.ow2.jasmine.jade.fractal.julia.control.genericattribute
 
org.ow2.jasmine.jade.fractal.julia.control.management - package org.ow2.jasmine.jade.fractal.julia.control.management
 
org.ow2.jasmine.jade.fractal.julia.control.osgi - package org.ow2.jasmine.jade.fractal.julia.control.osgi
 
org.ow2.jasmine.jade.fractal.julia.control.reversebinding - package org.ow2.jasmine.jade.fractal.julia.control.reversebinding
 
org.ow2.jasmine.jade.fractal.julia.factory - package org.ow2.jasmine.jade.fractal.julia.factory
 
org.ow2.jasmine.jade.fractal.julia.loader - package org.ow2.jasmine.jade.fractal.julia.loader
 
org.ow2.jasmine.jade.fractal.util - package org.ow2.jasmine.jade.fractal.util
 
OSGiContextController - Interface in org.ow2.jasmine.jade.fractal.api.control
A component interface to store a reference of the BundleContext in which the component, this interface belongs to, was created.

P

printStackTrace() - Method in exception org.ow2.jasmine.jade.fractal.julia.control.deployment.ChainedUndeploymentException
Prints the stack backtrace.
printStackTrace(PrintStream) - Method in exception org.ow2.jasmine.jade.fractal.julia.control.deployment.ChainedUndeploymentException
Prints this exception and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.ow2.jasmine.jade.fractal.julia.control.deployment.ChainedUndeploymentException
Prints this exception and its backtrace to the specified print writer.
process(CtClass<?>) - Method in class org.ow2.jasmine.jade.fractal.fraclet.annotation.processor.ComponentProcessor
A constructor for the ComponentProcessor

R

remove(Component) - Method in interface org.ow2.jasmine.jade.fractal.api.control.InstallerController
Deprecated.  
remove(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.BasicInstallerControllerMixin
Deprecated.  
removeAttribute(Attribute) - Method in interface org.ow2.jasmine.jade.fractal.adl.attributes.GenericAttributes
 
removeDeployedComponent(Component) - Method in interface org.ow2.jasmine.jade.fractal.api.control.DeploymentStateController
unregister the deployed component
removeDeployedComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
removeFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.BindingContentMixin
Checks that this operation will not create non local bindings, and then calls the overriden method.
removeFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.CheckContentMixin
Checks that the given component is really a sub component, and then calls the overriden method.
removeFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.SuperContentMixin
Calls the overriden method and then notifies the given component it has been removed from in this component.
RemoveFcSubComponentUndeploymentMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.deployment
This mixin check if the component the UndeploymentController belongs to is a sub-component of composite(s).
reverseBinding - Variable in class org.ow2.jasmine.jade.fractal.julia.control.reversebinding.BasicReverseBindingControllerMixin
the reverse bindings of the component to which this controller is assigned
ReverseBindingController - Interface in org.ow2.jasmine.jade.fractal.api.control
A component interface to control the bindings of the component bound to the component to which this interface belongs (oO).

S

setAttribute(Object, String, String, String, Object) - Method in class org.ow2.jasmine.jade.fractal.adl.attributes.FractalAttributeBuilder
 
setAttribute(String, String) - Method in interface org.ow2.jasmine.jade.fractal.api.control.GenericAttributeController
set the value of an attribute identified by its name.
setAttribute(String, String) - Method in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericAttributeControllerMixin
set the value of an attribute identified by its name and notify the update to the metalevel.
setAttribute(String, String) - Method in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericCompositeAttributeControllerMixin
set the value of an attribute identified by its name and notify the update to the metalevel (resp. the exec level).
setAttributeNotification(String, String) - Method in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericCompositeAttributeControllerMixin
Set the value of an attribute identified by its name.
SetAttributeTemplate - Class in org.ow2.jasmine.jade.fractal.fraclet.annotation.generator.template
 
SetAttributeTemplate(String, String) - Constructor for class org.ow2.jasmine.jade.fractal.fraclet.annotation.generator.template.SetAttributeTemplate
 
setBundleContext(BundleContext) - Method in interface org.ow2.jasmine.jade.fractal.api.control.OSGiContextController
 
setBundleContext(BundleContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.osgi.BasicOSGiContextControllerMixin
 
setGenericAttributes(GenericAttributes) - Method in interface org.ow2.jasmine.jade.fractal.adl.attributes.GenericAttributesContainer
 
setGenericFactory(GenericInstallingFactory) - Method in interface org.ow2.jasmine.jade.fractal.api.control.GenericInstallingFactoryController
 
setGenericFactory(GenericInstallingFactory) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.GenericInstallingFactoryControllerMixin
 
setNewComponentContainer(Component) - Method in interface org.ow2.jasmine.jade.fractal.api.control.GenericInstallingFactoryContextController
 
setNewComponentContainer(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.GenericInstallingFactoryContextControllerMixin
 
StopFcUndeploymentMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.deployment
This mixin check if the component the UndeploymentController belongs to is started.
SuperContentMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.content
This class is an extension of org.objectweb.fractal.api.control.content.SuperContentMixin which catch and manages RemoteExceptions.

T

TestCheckGenericFactoryMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.factory
Provides reflective checks to a GenericFactory.
toString() - Method in exception org.ow2.jasmine.jade.fractal.julia.control.deployment.ChainedUndeploymentException
Returns a String representation of this exception.

U

unbindFc(String) - Method in class org.ow2.jasmine.jade.fractal.adl.attributes.AttributeCompiler
 
unbindFc(String) - Method in class org.ow2.jasmine.jade.fractal.adl.implementations.ImplementationCompiler
 
unbindFc(String) - Method in class org.ow2.jasmine.jade.fractal.julia.control.binding.BindingWithReverseBindingControllerNotifierMixin
Calls the overriden method and then unregister the reverse binding.
unbindFc(String) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
UnbindFcUndeploymentMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.deployment
This mixin check if the component the UndeploymentController belongs to is bound.
unbindSource(String, Object) - Method in interface org.ow2.jasmine.jade.fractal.api.control.ReverseBindingController
Unregister a reverse binding.
unbindSource(String, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.control.reversebinding.BasicReverseBindingControllerMixin
 
UnbindSourceFcUndeploymentMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.deployment
This mixin check if the component the UndeploymentController belongs to is bound.
undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.BasicUndeploymentControllerMixin
 
undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.BindingUndeploymentMixin
Checks that this operation will not create non local bindings, and then calls the overriden method.
undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.CheckBindingMixin
Checks that the component this controller belongs to is not bound, and then calls the overriden method.
undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.CheckContentMixin
Checks that the component this controller belongs to is not bound, and then calls the overriden method.
undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.CompositeUndeploymentControllerMixin
 
undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.LifeCycleUndeploymentMixin
Checks that the component is stopped and then calls the overriden method.
undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.RemoveFcSubComponentUndeploymentMixin
Remove the component from its parent component and then calls the overriden method.
undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.StopFcUndeploymentMixin
Stop the component and then calls the overriden method.
undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.UnbindFcUndeploymentMixin
Undind the component and then calls the overriden method.
undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.UnbindSourceFcUndeploymentMixin
Undind the component and then calls the overriden method.
undeployFcComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
 
update(Component) - Method in interface org.ow2.jasmine.jade.fractal.api.control.InstallerController
Deprecated.  
update(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.BasicInstallerControllerMixin
Deprecated.  
UseDeploymentControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.deployment
Provides a org.objectweb.fractal.deployment.local.api.DeploymentStateController field to a Controller.
UseGenericInstallingFactoryContextControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.factory
Provides a GenericInstallingFactoryContextController field to a Controller.
UseGenericInstallingFactoryMixin - Class in org.ow2.jasmine.jade.fractal.julia.factory
Provides a GenericInstallingFactory field to a Controller.
UseOSGiContextControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.osgi
Provides a OSGiContextController field to a Controller.
UseReverseBindingControllerMixin - Class in org.ow2.jasmine.jade.fractal.julia.control.reversebinding
Provides a ReverseBindingController field to a Controller.

W

weaveableDC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.UseDeploymentControllerMixin
The DeploymentStateController interface of the component to which this controller object belongs.
weaveableGIF - Variable in class org.ow2.jasmine.jade.fractal.julia.factory.UseGenericInstallingFactoryMixin
The GenericInstallingFactory interface of the component to which this controller object belongs.
weaveableGIFCC - Variable in class org.ow2.jasmine.jade.fractal.julia.factory.UseGenericInstallingFactoryContextControllerMixin
The GenericInstallingFactoryContextController interface of the component to which this controller object belongs.
weaveableOCC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.osgi.UseOSGiContextControllerMixin
The OSGiContextController interface of the component to which this controller object belongs.
weaveableRBC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.reversebinding.UseReverseBindingControllerMixin
The ReverseBindingController interface of the component to which this controller object belongs.

_

_super_addFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.CheckContentMixin
The addFcSubComponent method overriden by this mixin.
_super_addFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.SuperContentMixin
The addFcSubComponent method overriden by this mixin.
_super_bindFc(String, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.control.binding.BindingWithReverseBindingControllerNotifierMixin
The bindFc method overriden by this mixin.
_super_getFcLoader(Object) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.TestCheckGenericFactoryMixin
 
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.UseDeploymentControllerMixin
The initFcController method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.GenericInstallingFactoryControllerMixin
 
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericAttributeControllerMixin
 
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericCompositeAttributeControllerMixin
 
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.osgi.UseOSGiContextControllerMixin
The initFcController method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.control.reversebinding.UseReverseBindingControllerMixin
The initFcController method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.UseGenericInstallingFactoryContextControllerMixin
The initFcController method overriden by this mixin.
_super_initFcController(InitializationContext) - Method in class org.ow2.jasmine.jade.fractal.julia.factory.UseGenericInstallingFactoryMixin
The initFcController method overriden by this mixin.
_super_initialize(Tree) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.TestCheckGenericFactoryMixin
The initialize method overriden by this mixin.
_super_newFcInstance(Type, Object, Object) - Method in class org.ow2.jasmine.jade.fractal.julia.control.factory.TestCheckGenericFactoryMixin
The newFcInstance method overriden by this mixin.
_super_removeFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.BindingContentMixin
The removeFcSubComponent method overriden by this mixin.
_super_removeFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.CheckContentMixin
The removeFcSubComponent method overriden by this mixin.
_super_removeFcSubComponent(Component) - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.SuperContentMixin
The removeFcSubComponent method overriden by this mixin.
_super_unbindFc(String) - Method in class org.ow2.jasmine.jade.fractal.julia.control.binding.BindingWithReverseBindingControllerNotifierMixin
The unbindFc method overriden by this mixin.
_super_undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.BindingUndeploymentMixin
The undeploy method overriden by this mixin.
_super_undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.CheckBindingMixin
The undeploy method overriden by this mixin.
_super_undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.CheckContentMixin
The undeploy method overriden by this mixin.
_super_undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.LifeCycleUndeploymentMixin
The undeploy method overriden by this mixin.
_super_undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.RemoveFcSubComponentUndeploymentMixin
The undeploy method overriden by this mixin.
_super_undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.StopFcUndeploymentMixin
The undeploy method overriden by this mixin.
_super_undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.UnbindFcUndeploymentMixin
The undeploy method overriden by this mixin.
_super_undeploy() - Method in class org.ow2.jasmine.jade.fractal.julia.control.deployment.UnbindSourceFcUndeploymentMixin
The undeploy method overriden by this mixin.
_this_getFcSubComponents() - Method in class org.ow2.jasmine.jade.fractal.julia.control.content.CheckContentMixin
The getFcSubComponents method required by this mixin.
_this_lookupFc(String) - Method in class org.ow2.jasmine.jade.fractal.julia.control.binding.BindingWithReverseBindingControllerNotifierMixin
The listFc method required by this mixin.
_this_weaveableBC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.CheckBindingMixin
The weaveableOptBC field required by this mixin.
_this_weaveableBC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.UnbindFcUndeploymentMixin
The weaveableBC field required by this mixin.
_this_weaveableBC - Variable in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
The weaveableBC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.binding.BindingWithReverseBindingControllerNotifierMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.content.CheckContentMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.content.SuperContentMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.BasicUndeploymentControllerMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.CheckContentMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.CompositeUndeploymentControllerMixin
The weaveableC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.RemoveFcSubComponentUndeploymentMixin
The weaveableOptC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.StopFcUndeploymentMixin
The weaveableOptC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.UnbindFcUndeploymentMixin
The weaveableOptC field required by this mixin.
_this_weaveableC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.UnbindSourceFcUndeploymentMixin
The weaveableOptC field required by this mixin.
_this_weaveableCC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.CompositeUndeploymentControllerMixin
The ContentController interface of the component to which this controller object belongs.
_this_weaveableCC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.genericattribute.GenericCompositeAttributeControllerMixin
 
_this_weaveableCC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.management.ApplicationControllerMixin
The ContentController interface of the component to which this controller object belongs.
_this_weaveableGIF - Variable in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
The weaveableGIF field required by this mixin.
_this_weaveableGIFCC - Variable in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
The weaveableJCC field required by this mixin.
_this_weaveableL - Variable in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
The weaveableL field required by this mixin.
_this_weaveableOCC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.factory.BasicInstallerControllerMixin
Deprecated. The weaveableOCC field required by this mixin.
_this_weaveableOptC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.content.BindingContentMixin
The weaveableOptC field required by this mixin.
_this_weaveableOptC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.BindingUndeploymentMixin
The weaveableOptC field required by this mixin.
_this_weaveableOptC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.LifeCycleUndeploymentMixin
The weaveableOptC field required by this mixin.
_this_weaveableOptLC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.LifeCycleUndeploymentMixin
The weaveableOptLC field required by this mixin.
_this_weaveableOptLC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.StopFcUndeploymentMixin
The weaveableOptLC field required by this mixin.
_this_weaveableRBC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.UnbindSourceFcUndeploymentMixin
The weaveableBC field required by this mixin.
_this_weaveableSC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.CheckContentMixin
The SuperController interface of the component to which this controller object belongs.
_this_weaveableSC - Variable in class org.ow2.jasmine.jade.fractal.julia.control.deployment.RemoveFcSubComponentUndeploymentMixin
The SuperController interface of the component to which this controller object belongs.
_this_weaveableTF - Variable in class org.ow2.jasmine.jade.fractal.julia.factory.JadeGenericFactoryMixin
The weaveableTF field required by this mixin.

A B C D E F G I J L N O P R S T U W _

Copyright © 2008 OW2 Consortium. All Rights Reserved.