Uses of Interface
org.objectweb.proactive.core.body.RemoteBodyFactory

Packages that use RemoteBodyFactory
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.body.ibis IBIS implementation of the remote Body
org.objectweb.proactive.core.body.jini The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.core.body.rmi The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.ext.mixedlocation   
 

Uses of RemoteBodyFactory in org.objectweb.proactive.core.body
 

Classes in org.objectweb.proactive.core.body that implement RemoteBodyFactory
protected static class ProActiveMetaObjectFactory.RemoteBodyFactoryImpl
           
 

Fields in org.objectweb.proactive.core.body declared as RemoteBodyFactory
protected  RemoteBodyFactory ProActiveMetaObjectFactory.remoteBodyFactoryInstance
           
protected  RemoteBodyFactory AbstractUniversalBody.remoteBodyFactory
           
 

Methods in org.objectweb.proactive.core.body that return RemoteBodyFactory
 RemoteBodyFactory ProActiveMetaObjectFactory.newRemoteBodyFactory()
           
protected  RemoteBodyFactory ProActiveMetaObjectFactory.newRemoteBodyFactorySingleton()
           
 RemoteBodyFactory MetaObjectFactory.newRemoteBodyFactory()
          Creates or reuses a RemoteBodyFactory
 

Constructors in org.objectweb.proactive.core.body with parameters of type RemoteBodyFactory
AbstractUniversalBody(java.lang.String nodeURL, RemoteBodyFactory remoteBodyFactory, java.lang.String jobID)
          Creates a new AbstractBody for an active object attached to a given node.
 

Uses of RemoteBodyFactory in org.objectweb.proactive.core.body.ibis
 

Classes in org.objectweb.proactive.core.body.ibis that implement RemoteBodyFactory
protected static class ProActiveIbisMetaObjectFactory.RemoteIbisBodyFactoryImpl
           
 

Methods in org.objectweb.proactive.core.body.ibis that return RemoteBodyFactory
protected  RemoteBodyFactory ProActiveIbisMetaObjectFactory.newRemoteBodyFactorySingleton()
           
 

Uses of RemoteBodyFactory in org.objectweb.proactive.core.body.jini
 

Classes in org.objectweb.proactive.core.body.jini that implement RemoteBodyFactory
protected static class ProActiveJiniMetaObjectFactory.RemoteJiniBodyFactoryImpl
           
 

Methods in org.objectweb.proactive.core.body.jini that return RemoteBodyFactory
protected  RemoteBodyFactory ProActiveJiniMetaObjectFactory.newRemoteBodyFactorySingleton()
           
 

Uses of RemoteBodyFactory in org.objectweb.proactive.core.body.rmi
 

Classes in org.objectweb.proactive.core.body.rmi that implement RemoteBodyFactory
protected static class ProActiveRmiMetaObjectFactory.RemoteRmiBodyFactoryImpl
           
 

Methods in org.objectweb.proactive.core.body.rmi that return RemoteBodyFactory
protected  RemoteBodyFactory ProActiveRmiMetaObjectFactory.newRemoteBodyFactorySingleton()
           
 

Uses of RemoteBodyFactory in org.objectweb.proactive.ext.mixedlocation
 

Classes in org.objectweb.proactive.ext.mixedlocation that implement RemoteBodyFactory
protected static class MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl
           
protected static class MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl
           
 

Methods in org.objectweb.proactive.ext.mixedlocation that return RemoteBodyFactory
protected  RemoteBodyFactory MixedLocationMetaObjectFactory.newRemoteBodyFactorySingleton()
           
 



Copyright ? October 2004 INRIA All Rights Reserved.