Uses of Interface
org.objectweb.proactive.core.mop.StubObject

Packages that use StubObject
org.objectweb.proactive Provides the main classes for creating active objects and futures.  
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 StubObject in org.objectweb.proactive
 

Methods in org.objectweb.proactive that return StubObject
static StubObject ProActive.getStubOnThis()
          Returns a Stub-Proxy couple pointing to the local body associated to the active object whose active thread is calling this method.
 

Uses of StubObject in org.objectweb.proactive.core.component.representative
 

Subinterfaces of StubObject in org.objectweb.proactive.core.component.representative
 interface ProActiveComponentRepresentative
          Implementations of this interface provide (remote) references to components.
 

Classes in org.objectweb.proactive.core.component.representative that implement StubObject
 class ProActiveComponentRepresentativeImpl
          A remote reference on a component.
 

Methods in org.objectweb.proactive.core.component.representative that return StubObject
 StubObject ProActiveComponentRepresentativeImpl.getStubOnBaseObject()
           
 StubObject ProActiveComponentRepresentative.getStubOnBaseObject()
           
 

Methods in org.objectweb.proactive.core.component.representative with parameters of type StubObject
 void ProActiveComponentRepresentativeImpl.setStubOnBaseObject(StubObject stub)
           
 void ProActiveComponentRepresentative.setStubOnBaseObject(StubObject stub)
           
 

Uses of StubObject in org.objectweb.proactive.core.group
 

Fields in org.objectweb.proactive.core.group declared as StubObject
protected  StubObject ProxyForGroup.stub
          The stub of the typed group
 



Copyright ? April 2005 INRIA All Rights Reserved.