Uses of Class
org.objectweb.proactive.core.component.ProActiveInterface

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.asmgen Generator classes for dynamic generation of user-defined functional ports on the components (Interface classes).  
org.objectweb.proactive.core.group Provides all classes needed to use group communications in ProActive.  
 

Uses of ProActiveInterface in org.objectweb.proactive.core.component
 

Methods in org.objectweb.proactive.core.component that return ProActiveInterface
static ProActiveInterface Fractive.createCollectiveClientInterface(java.lang.String itfName, java.lang.String itfSignature)
          Returns a generated interface reference, whose impl field is a group It is able to handle multiple bindings
 

Uses of ProActiveInterface in org.objectweb.proactive.core.component.asmgen
 

Methods in org.objectweb.proactive.core.component.asmgen that return ProActiveInterface
 ProActiveInterface RepresentativeInterfaceClassGenerator.generateInterface(java.lang.String fcInterfaceName, Component owner, InterfaceType interfaceType, boolean isInternal)
           
 ProActiveInterface MetaObjectInterfaceClassGenerator.generateInterface(java.lang.String fcInterfaceName, Component owner, InterfaceType interfaceType, boolean isInternal, boolean isPrimitive)
           
 

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)
          creates an empty group able to contain ProActiveInterface objects of the given type..
 



Copyright ? October 2004 INRIA All Rights Reserved.