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

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

public class SshRemoteRuntimeFactory
extends RuntimeFactory

Author:
mlacage

Field Summary
 
Fields inherited from class org.objectweb.proactive.core.runtime.RuntimeFactory
IBIS_ENABLED, JINI_ENABLED, logger, XMLHTTP_ENABLED
 
Constructor Summary
SshRemoteRuntimeFactory()
           
 
Method Summary
protected  ProActiveRuntime getProtocolSpecificRuntimeImpl()
          Returns the reference of the only one instance of the ProActiveRuntime associated with the local JVM.
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.RuntimeFactory
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

SshRemoteRuntimeFactory

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

getProtocolSpecificRuntimeImpl

protected ProActiveRuntime getProtocolSpecificRuntimeImpl()
                                                   throws ProActiveException
Description copied from class: RuntimeFactory
Returns the reference of the only one instance of the ProActiveRuntime associated with the local JVM. If this runtime does not yet exist, it creates it with the associated protocol.

Specified by:
getProtocolSpecificRuntimeImpl in class RuntimeFactory
Returns:
ProActiveRuntime
Throws:
ProActiveException - if this ProActiveRuntime cannot be created

getRemoteRuntimeImpl

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

Specified by:
getRemoteRuntimeImpl in class RuntimeFactory
Throws:
ProActiveException


Copyright ? October 2004 INRIA All Rights Reserved.