|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProActiveInterface | |
org.objectweb.proactive.core.component | This package and sub-packages provide an implementation with ProActive of the Fractal 2.0 component model. |
org.objectweb.proactive.core.component.gen | Contains the classes used for dynamically generating component interfaces (using bytecode generation). |
org.objectweb.proactive.core.group | Provides all classes needed to use group communications in ProActive. |
Uses of ProActiveInterface in org.objectweb.proactive.core.component |
Classes in org.objectweb.proactive.core.component that implement ProActiveInterface | |
class |
ProActiveInterfaceImpl
Abstract implementation of the Interface interface of the Fractal api As functional interfaces are specified for each component, they are generated at instantiation time (bytecode generation), by subclassing this class. |
Methods in org.objectweb.proactive.core.component that return ProActiveInterface | |
static ProActiveInterface |
Fractive.createCollectiveClientInterface(java.lang.String itfName,
java.lang.String itfSignature,
Component owner)
Returns a generated interface reference, whose impl field is a group It is able to handle multiple bindings |
static ProActiveInterface |
Fractive.createCollectiveClientInterface(java.lang.String itfName,
java.lang.String itfSignature)
Method createCollectiveClientInterface. |
Uses of ProActiveInterface in org.objectweb.proactive.core.component.gen |
Methods in org.objectweb.proactive.core.component.gen that return ProActiveInterface | |
ProActiveInterface |
RepresentativeInterfaceClassGenerator.generateInterface(java.lang.String interfaceName,
Component owner,
InterfaceType interfaceType,
boolean isInternal,
boolean isFunctionalInterface)
|
ProActiveInterface |
OutputInterceptorClassGenerator.generateInterface(ProActiveInterface representative,
java.util.List outputInterceptors)
|
ProActiveInterface |
OutputInterceptorClassGenerator.generateInterface(java.lang.String interfaceName,
Component owner,
InterfaceType interfaceType,
boolean isInternal,
boolean isFunctionalInterface)
|
ProActiveInterface |
MetaObjectInterfaceClassGenerator.generateInterface(java.lang.String interfaceName,
Component owner,
InterfaceType interfaceType,
boolean isInternal,
boolean isFunctionalInterface)
|
ProActiveInterface |
AbstractInterfaceClassGenerator.generateControllerInterface(java.lang.String controllerInterfaceName,
Component owner,
InterfaceType interfaceType)
|
ProActiveInterface |
AbstractInterfaceClassGenerator.generateFunctionalInterface(java.lang.String functionalInterfaceName,
Component owner,
InterfaceType interfaceType)
|
abstract ProActiveInterface |
AbstractInterfaceClassGenerator.generateInterface(java.lang.String interfaceName,
Component owner,
InterfaceType interfaceType,
boolean isInternal,
boolean isFunctionalInterface)
|
Methods in org.objectweb.proactive.core.component.gen with parameters of type ProActiveInterface | |
ProActiveInterface |
OutputInterceptorClassGenerator.generateInterface(ProActiveInterface representative,
java.util.List outputInterceptors)
|
Uses of ProActiveInterface in org.objectweb.proactive.core.group |
Methods in org.objectweb.proactive.core.group that return ProActiveInterface | |
static ProActiveInterface |
ProActiveComponentGroup.newComponentInterfaceGroup(InterfaceType interfaceType,
Component owner)
creates an empty group able to contain ProActiveInterfaceImpl objects of the given type.. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |