org.objectweb.proactive.ext.mixedlocation
Class MixedLocationMetaObjectFactory

java.lang.Object
  extended by org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
      extended by org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, MetaObjectFactory

public class MixedLocationMetaObjectFactory
extends ProActiveMetaObjectFactory

This class overrides the default Factory to provide Request and MigrationManager with a mixed location server.

Since:
ProActive 0.9.2
Version:
1.0, 2002/05
Author:
ProActive Team
See Also:
Serialized Form

Nested Class Summary
protected static class MixedLocationMetaObjectFactory.MigrationManagerFactoryImpl
           
protected static class MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl
           
protected static class MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl
           
protected  class MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory
           
 
Nested classes/interfaces inherited from class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
ProActiveMetaObjectFactory.FTManagerFactoryImpl, ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl, ProActiveMetaObjectFactory.ProActiveSPMDGroupManagerFactoryImpl, ProActiveMetaObjectFactory.RemoteBodyFactoryImpl, ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl, ProActiveMetaObjectFactory.RequestFactoryImpl, ProActiveMetaObjectFactory.RequestQueueFactoryImpl, ProActiveMetaObjectFactory.RequestReceiverFactoryImpl, ProActiveMetaObjectFactory.ThreadStoreFactoryImpl
 
Field Summary
 
Fields inherited from class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
COMPONENT_PARAMETERS_KEY, componentFactoryInstance, ftmanagerFactoryInstance, logger, migrationManagerFactoryInstance, parameters, proActiveSecurityManager, proActiveSPMDGroupManagerFactoryInstance, remoteBodyFactoryInstance, replyReceiverFactoryInstance, requestFactoryInstance, requestQueueFactoryInstance, requestReceiverFactoryInstance, SYNCHRONOUS_COMPOSITE_COMPONENT_KEY, threadStoreFactoryInstance
 
Constructor Summary
protected MixedLocationMetaObjectFactory()
          Constructor for LocationServerMetaObjectFactory.
 
Method Summary
static MetaObjectFactory newInstance()
           
protected  MigrationManagerFactory newMigrationManagerFactorySingleton()
           
protected  RemoteBodyFactory newRemoteBodyFactorySingleton()
           
protected  RequestFactory newRequestFactorySingleton()
           
 
Methods inherited from class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
clone, getParameters, getProActiveSecurityManager, newComponentFactory, newComponentFactorySingleton, newFTManagerFactory, newFTManagerFactorySingleton, newMigrationManagerFactory, newProActiveSPMDGroupManagerFactory, newProActiveSPMDGroupManagerFactorySingleton, newRemoteBodyFactory, newReplyReceiverFactory, newReplyReceiverFactorySingleton, newRequestFactory, newRequestQueueFactory, newRequestQueueFactorySingleton, newRequestReceiverFactory, newRequestReceiverFactorySingleton, newThreadStoreFactory, newThreadStoreFactorySingleton, setNewInstance, setProActiveSecurityManager
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MixedLocationMetaObjectFactory

protected MixedLocationMetaObjectFactory()
Constructor for LocationServerMetaObjectFactory.

Method Detail

newInstance

public static MetaObjectFactory newInstance()

newRequestFactorySingleton

protected RequestFactory newRequestFactorySingleton()
Overrides:
newRequestFactorySingleton in class ProActiveMetaObjectFactory

newMigrationManagerFactorySingleton

protected MigrationManagerFactory newMigrationManagerFactorySingleton()
Overrides:
newMigrationManagerFactorySingleton in class ProActiveMetaObjectFactory

newRemoteBodyFactorySingleton

protected RemoteBodyFactory newRemoteBodyFactorySingleton()
Overrides:
newRemoteBodyFactorySingleton in class ProActiveMetaObjectFactory


Copyright 2001-2007 INRIA All Rights Reserved.