Package org.objectweb.proactive.core.component.asmgen

Generator classes for dynamic generation of user-defined functional ports on the components (Interface classes).

See:
          Description

Class Summary
AbstractInterfaceClassGenerator Abstract parent class for Interface implementation generation.
MetaObjectInterfaceClassGenerator Creates Interface implementations for the functional interfaces of the component metaobject.
RepresentativeInterfaceClassGenerator Generates Interface implementations for the functional interfaces of the component representative.
Utils Utility class for bytecode generation operations.
 

Package org.objectweb.proactive.core.component.asmgen Description

Generator classes for dynamic generation of user-defined functional ports on the components (Interface classes).
It uses ASM for the bytecode generation.
The generated classes are remotely - and transparently - downloadable using a modified ClassFileServer (i.e. the standard mechanism within ProActive).

Author:
Matthieu Morel


Copyright © April 2004 INRIA All Rights Reserved.