org.objectweb.proactive.core.body
Class ProActiveMetaObjectFactory.RemoteBodyFactoryImpl

java.lang.Object
  extended byorg.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RemoteBodyFactoryImpl
All Implemented Interfaces:
RemoteBodyFactory, java.io.Serializable
Enclosing class:
ProActiveMetaObjectFactory

protected static class ProActiveMetaObjectFactory.RemoteBodyFactoryImpl
extends java.lang.Object
implements RemoteBodyFactory, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
protected ProActiveMetaObjectFactory.RemoteBodyFactoryImpl()
           
 
Method Summary
 UniversalBody newRemoteBody(UniversalBody body)
          Creates or reuses a RequestReceiver object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProActiveMetaObjectFactory.RemoteBodyFactoryImpl

protected ProActiveMetaObjectFactory.RemoteBodyFactoryImpl()
Method Detail

newRemoteBody

public UniversalBody newRemoteBody(UniversalBody body)
Description copied from interface: RemoteBodyFactory
Creates or reuses a RequestReceiver object

Specified by:
newRemoteBody in interface RemoteBodyFactory
Parameters:
body - the body that remote body is mode for.
Returns:
the newly created or already existing RequestReceiver object.


Copyright ? April 2005 INRIA All Rights Reserved.