org.objectweb.proactive.core.component.representative
Interface ProActiveComponentRepresentative

All Superinterfaces:
Component, ProActiveComponent, java.io.Serializable, StubObject
All Known Implementing Classes:
ProActiveComponentRepresentativeImpl

public interface ProActiveComponentRepresentative
extends ProActiveComponent, StubObject

Implementations of this interface provide (remote) references to components.

Author:
Matthieu Morel

Method Summary
 StubObject getStubOnBaseObject()
           
 void setStubOnBaseObject(StubObject stub)
           
 
Methods inherited from interface org.objectweb.proactive.core.component.identity.ProActiveComponent
equals, getID, getReferenceOnBaseObject, getRepresentativeOnThis, getRequestQueue
 
Methods inherited from interface org.objectweb.fractal.api.Component
getFcInterface, getFcInterfaces, getFcType
 
Methods inherited from interface org.objectweb.proactive.core.mop.StubObject
getProxy, setProxy
 

Method Detail

getStubOnBaseObject

public StubObject getStubOnBaseObject()

setStubOnBaseObject

public void setStubOnBaseObject(StubObject stub)


Copyright ? October 2004 INRIA All Rights Reserved.