|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProActiveComponentRepresentative | |
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.representative | A representative is the reference on a ProActive component. |
org.objectweb.proactive.core.group | Provides all classes needed to use group communications in ProActive. |
Uses of ProActiveComponentRepresentative in org.objectweb.proactive.core.component |
Methods in org.objectweb.proactive.core.component that return ProActiveComponentRepresentative | |
static ProActiveComponentRepresentative |
Fractive.lookup(java.lang.String url)
Looks-up a component object previously registered in a registry(RMI, IBIS, HTTP). |
Uses of ProActiveComponentRepresentative in org.objectweb.proactive.core.component.representative |
Classes in org.objectweb.proactive.core.component.representative that implement ProActiveComponentRepresentative | |
class |
ProActiveComponentRepresentativeImpl
An object of type Component which is a remote reference on a
component. |
Methods in org.objectweb.proactive.core.component.representative that return ProActiveComponentRepresentative | |
ProActiveComponentRepresentative |
ProActiveComponentRepresentativeFactory.createComponentRepresentative(ComponentType componentType,
java.lang.String hierarchicalType,
Proxy proxy,
java.lang.String controllerConfigFileLocation)
Creates a component representative according to the type of the component (it also generates the required functional interfaces), and connects the representative to the given proxy. |
ProActiveComponentRepresentative |
ProActiveComponentRepresentativeFactory.createComponentRepresentative(Proxy proxy)
The creation of a component representative from a proxy object implies a remote invocation (immediate service) for getting the parameters of the component, necessary for the construction of the representative |
Uses of ProActiveComponentRepresentative in org.objectweb.proactive.core.group |
Methods in org.objectweb.proactive.core.group that return ProActiveComponentRepresentative | |
static ProActiveComponentRepresentative |
ProActiveComponentGroup.newComponentRepresentativeGroup(ComponentType componentType,
ControllerDescription controllerDesc)
Creates an empty component stub+a group proxy. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |