org.objectweb.proactive.core.runtime.rmi
Class SshRmiRuntimeFactory

java.lang.Object
  extended byorg.objectweb.proactive.core.runtime.RuntimeFactory
      extended byorg.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
          extended byorg.objectweb.proactive.core.runtime.rmi.SshRmiRuntimeFactory

public class SshRmiRuntimeFactory
extends RmiRuntimeFactory

Author:
mlacage

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
classServerHelper, defaultRmiRuntime, defaultRmiRuntimeForwarder, registryHelper
 
Fields inherited from class org.objectweb.proactive.core.runtime.RuntimeFactory
runtimeLogger, XMLHTTP_ENABLED
 
Constructor Summary
SshRmiRuntimeFactory()
           
 
Method Summary
protected  ProActiveRuntimeAdapterImpl createRuntimeAdapter()
          Creates a new Adapter
protected  ProActiveRuntimeAdapterForwarderImpl createRuntimeAdapterForwarder()
           
protected  ProActiveRuntime getRemoteRuntimeImpl(java.lang.String s)
          Returns the reference to the proActiveRuntime located at s
 
Methods inherited from class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
getProtocolSpecificRuntimeImpl, getRegistryHelper, setClassServerClasspath, setRegistryPortNumber, setShouldCreateClassServer, setShouldCreateRegistry
 
Methods inherited from class org.objectweb.proactive.core.runtime.RuntimeFactory
createRuntimeAdapter, getDefaultRuntime, getProtocolSpecificRuntime, getRuntime, isRuntimeLocal, setFactory, setFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshRmiRuntimeFactory

public SshRmiRuntimeFactory()
                     throws java.io.IOException
Method Detail

getRemoteRuntimeImpl

protected ProActiveRuntime getRemoteRuntimeImpl(java.lang.String s)
                                         throws ProActiveException
Description copied from class: RuntimeFactory
Returns the reference to the proActiveRuntime located at s

Overrides:
getRemoteRuntimeImpl in class RmiRuntimeFactory
Throws:
ProActiveException

createRuntimeAdapter

protected ProActiveRuntimeAdapterImpl createRuntimeAdapter()
                                                    throws ProActiveException
Description copied from class: RuntimeFactory
Creates a new Adapter

Overrides:
createRuntimeAdapter in class RmiRuntimeFactory
Throws:
ProActiveException
See Also:
RuntimeFactory.createRuntimeAdapter()

createRuntimeAdapterForwarder

protected ProActiveRuntimeAdapterForwarderImpl createRuntimeAdapterForwarder()
                                                                      throws ProActiveException
Overrides:
createRuntimeAdapterForwarder in class RmiRuntimeFactory
Throws:
ProActiveException


Copyright 2001-2005 INRIA All Rights Reserved.