Package org.objectweb.fractal.julia

Provides mixins to implement the org.objectweb.fractal.api interfaces.

See:
          Description

Interface Summary
ComponentInterface An extended Interface interface.
Controller A controller object, i.e., an object that belongs to the controller part of a component.
Interceptor An interceptor object, i.e., a Controller object that intercepts method calls.
 

Class Summary
BasicComponentInterface Provides a basic implementation of the ComponentInterface interface.
BasicComponentMixin Provides a basic implementation of the Component interface.
BasicControllerMixin Provides a basic implementation of the Controller interface.
BasicInitializableMixin Provides an empty implementation of the Initializable interface.
InitializationContext A context used to initialize Controller objects.
InterceptorInterface An Interface that is also an Interceptor.
Julia Provides access to the Julia bootstrap component.
TypeComponentMixin Provides basic type system related checks to a Component.
UseComponentMixin Provides a Component field to a Controller.
Util Provides static utility methods related to Component.
 

Exception Summary
ChainedNoSuchInterfaceException A sub class of the NoSuchInterfaceException class.
 

Package org.objectweb.fractal.julia Description

Provides mixins to implement the org.objectweb.fractal.api interfaces.

Since:
Julia 0.8.0