Uses of Interface
org.objectweb.proactive.core.runtime.ProActiveRuntime

Packages that use ProActiveRuntime
org.objectweb.proactive.core.descriptor.services Provides classes to start JVM acquisition services like RMI lookup service on a ProActiveRuntime or P2P ProActiveRuntime acquisition service.  
org.objectweb.proactive.core.event The active object created with ProActive generated events on demand when a listener registers to one component of the active object.  
org.objectweb.proactive.core.node Defines the generic Nodes used in ProActive.  
org.objectweb.proactive.core.runtime Defines all classes needed to build a ProActiveRuntime.  
org.objectweb.proactive.core.runtime.http HTTP implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.ibis Ibis implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.jini JINI implementation of ProActiveRuntime.  
org.objectweb.proactive.core.runtime.rmi RMI implementation of ProActiveRuntime
 

Uses of ProActiveRuntime in org.objectweb.proactive.core.descriptor.services
 

Fields in org.objectweb.proactive.core.descriptor.services declared as ProActiveRuntime
protected  ProActiveRuntime[] RMIRegistryLookupService.runtimeArray
           
 

Methods in org.objectweb.proactive.core.descriptor.services that return ProActiveRuntime
 ProActiveRuntime[] RMIRegistryLookupService.startService()
           
 ProActiveRuntime[] P2PLookupService.startService()
           
 ProActiveRuntime[] UniversalService.startService()
          Starts this Service
 

Methods in org.objectweb.proactive.core.descriptor.services with parameters of type ProActiveRuntime
 void ServiceThread.notifyVirtualNode(ProActiveRuntime[] part)
           
 

Uses of ProActiveRuntime in org.objectweb.proactive.core.event
 

Fields in org.objectweb.proactive.core.event declared as ProActiveRuntime
protected  ProActiveRuntime RuntimeRegistrationEvent.registeredRuntimeName
           
 

Methods in org.objectweb.proactive.core.event that return ProActiveRuntime
 ProActiveRuntime RuntimeRegistrationEvent.getRegisteredRuntime()
           
 

Methods in org.objectweb.proactive.core.event with parameters of type ProActiveRuntime
protected  void RuntimeRegistrationEventProducerImpl.notifyListeners(ProActiveRuntime proActiveRuntime, int type, ProActiveRuntime registeredRuntime, java.lang.String creatorID, java.lang.String protocol, java.lang.String vmName)
           
 

Constructors in org.objectweb.proactive.core.event with parameters of type ProActiveRuntime
RuntimeRegistrationEvent(ProActiveRuntime proActiveRuntime, int messageType, ProActiveRuntime registeredRuntimeName, java.lang.String creatorID, java.lang.String protocol, java.lang.String vmName)
          Creates a new RuntimeRegistrationEvent
 

Uses of ProActiveRuntime in org.objectweb.proactive.core.node
 

Fields in org.objectweb.proactive.core.node declared as ProActiveRuntime
protected  ProActiveRuntime NodeImpl.proActiveRuntime
           
 

Methods in org.objectweb.proactive.core.node that return ProActiveRuntime
 ProActiveRuntime NodeImpl.getProActiveRuntime()
           
 ProActiveRuntime Node.getProActiveRuntime()
          Returns a reference to the ProActiveRuntime where the node has been created
 

Constructors in org.objectweb.proactive.core.node with parameters of type ProActiveRuntime
NodeImpl(ProActiveRuntime proActiveRuntime, java.lang.String nodeURL, java.lang.String protocol, java.lang.String jobID)
           
 

Uses of ProActiveRuntime in org.objectweb.proactive.core.runtime
 

Classes in org.objectweb.proactive.core.runtime that implement ProActiveRuntime
 class ProActiveRuntimeImpl
           Implementation of ProActiveRuntime
 

Fields in org.objectweb.proactive.core.runtime declared as ProActiveRuntime
protected  ProActiveRuntime StartRuntime.proActiveRuntime
           
 

Methods in org.objectweb.proactive.core.runtime that return ProActiveRuntime
static ProActiveRuntime RuntimeFactory.getDefaultRuntime()
          Returns the reference of the only one instance of the default ProActiveRuntime associated with the local JVM.
static ProActiveRuntime RuntimeFactory.getProtocolSpecificRuntime(java.lang.String protocol)
          Returns the reference of the only one instance of the ProActiveRuntime created with the given protocol, associated with the local JVM.
static ProActiveRuntime RuntimeFactory.getRuntime(java.lang.String proActiveRuntimeURL, java.lang.String protocol)
          Returns a reference to the ProActiveRuntime created with the given protocol and located at the given url.This url can be either local or remote
protected abstract  ProActiveRuntime RuntimeFactory.getProtocolSpecificRuntimeImpl()
          Returns the reference of the only one instance of the ProActiveRuntime associated with the local JVM.
protected abstract  ProActiveRuntime RuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
          Returns the reference to the proActiveRuntime located at s
static ProActiveRuntime ProActiveRuntimeImpl.getProActiveRuntime()
           
 ProActiveRuntime[] ProActiveRuntimeImpl.getProActiveRuntimes()
           
 ProActiveRuntime ProActiveRuntimeImpl.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 ProActiveRuntime[] ProActiveRuntime.getProActiveRuntimes()
          Returns all the ProActiveRuntime registered on this ProActiveRuntime on this VM
 ProActiveRuntime ProActiveRuntime.getProActiveRuntime(java.lang.String proActiveRuntimeName)
          Returns the ProActiveRuntime of specified name
 

Methods in org.objectweb.proactive.core.runtime with parameters of type ProActiveRuntime
static boolean RuntimeFactory.isRuntimeLocal(ProActiveRuntime proActiveRuntime)
          Returns true if the given proActiveRuntime belongs to this JVM false else.
 void ProActiveRuntimeImpl.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 void ProActiveRuntime.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeUrl, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
          **For internal use only** Allows this ProactiveRuntime on this VM to register another ProActiveRuntime
 

Uses of ProActiveRuntime in org.objectweb.proactive.core.runtime.http
 

Classes in org.objectweb.proactive.core.runtime.http that implement ProActiveRuntime
 class HttpRemoteRuntimeAdapterImpl
          An adapter for a ProActiveRuntime to be able to receive remote calls usinfg HTTP.
 class HttpRuntimeAdapter
           
 

Methods in org.objectweb.proactive.core.runtime.http that return ProActiveRuntime
protected  ProActiveRuntime RemoteRuntimeFactory.getProtocolSpecificRuntimeImpl()
           
protected  ProActiveRuntime RemoteRuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
           
 ProActiveRuntime[] HttpRuntimeAdapter.getProActiveRuntimes()
           
 ProActiveRuntime HttpRuntimeAdapter.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 ProActiveRuntime[] HttpRemoteRuntimeAdapterImpl.getProActiveRuntimes()
           
 ProActiveRuntime HttpRemoteRuntimeAdapterImpl.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 

Methods in org.objectweb.proactive.core.runtime.http with parameters of type ProActiveRuntime
 void HttpRuntimeAdapter.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 void HttpRemoteRuntimeAdapterImpl.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 

Uses of ProActiveRuntime in org.objectweb.proactive.core.runtime.ibis
 

Classes in org.objectweb.proactive.core.runtime.ibis that implement ProActiveRuntime
 class RemoteProActiveRuntimeAdapter
          An adapter for a RemoteProActiveRuntime to be able to receive remote calls.
 

Methods in org.objectweb.proactive.core.runtime.ibis that return ProActiveRuntime
protected  ProActiveRuntime RemoteRuntimeFactory.getProtocolSpecificRuntimeImpl()
           
protected  ProActiveRuntime RemoteRuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
           
 ProActiveRuntime[] RemoteProActiveRuntimeImpl.getProActiveRuntimes()
           
 ProActiveRuntime RemoteProActiveRuntimeImpl.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 ProActiveRuntime[] RemoteProActiveRuntimeAdapter.getProActiveRuntimes()
           
 ProActiveRuntime RemoteProActiveRuntimeAdapter.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 ProActiveRuntime[] RemoteProActiveRuntime.getProActiveRuntimes()
           
 ProActiveRuntime RemoteProActiveRuntime.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 

Methods in org.objectweb.proactive.core.runtime.ibis with parameters of type ProActiveRuntime
 void RemoteProActiveRuntimeImpl.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 void RemoteProActiveRuntimeAdapter.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 void RemoteProActiveRuntime.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 

Uses of ProActiveRuntime in org.objectweb.proactive.core.runtime.jini
 

Classes in org.objectweb.proactive.core.runtime.jini that implement ProActiveRuntime
 class JiniRuntimeAdapter
          An adapter for a JiniRuntime to be able to receive remote calls.
 

Methods in org.objectweb.proactive.core.runtime.jini that return ProActiveRuntime
 ProActiveRuntime[] JiniRuntimeImpl.getProActiveRuntimes()
           
 ProActiveRuntime JiniRuntimeImpl.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
protected  ProActiveRuntime JiniRuntimeFactory.getProtocolSpecificRuntimeImpl()
           
protected  ProActiveRuntime JiniRuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
           
 ProActiveRuntime[] JiniRuntimeAdapter.getProActiveRuntimes()
           
 ProActiveRuntime JiniRuntimeAdapter.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 ProActiveRuntime[] JiniRuntime.getProActiveRuntimes()
           
 ProActiveRuntime JiniRuntime.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 

Methods in org.objectweb.proactive.core.runtime.jini with parameters of type ProActiveRuntime
 void JiniRuntimeImpl.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 void JiniRuntimeAdapter.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 void JiniRuntime.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 

Uses of ProActiveRuntime in org.objectweb.proactive.core.runtime.rmi
 

Methods in org.objectweb.proactive.core.runtime.rmi that return ProActiveRuntime
protected  ProActiveRuntime SshRemoteRuntimeFactory.getProtocolSpecificRuntimeImpl()
           
protected  ProActiveRuntime SshRemoteRuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
           
protected  ProActiveRuntime RemoteRuntimeFactory.getProtocolSpecificRuntimeImpl()
           
protected  ProActiveRuntime RemoteRuntimeFactory.getRemoteRuntimeImpl(java.lang.String s)
           
 ProActiveRuntime[] RemoteProActiveRuntimeImpl.getProActiveRuntimes()
           
 ProActiveRuntime RemoteProActiveRuntimeImpl.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 ProActiveRuntime[] RemoteProActiveRuntimeAdapter.getProActiveRuntimes()
           
 ProActiveRuntime RemoteProActiveRuntimeAdapter.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 ProActiveRuntime[] RemoteProActiveRuntime.getProActiveRuntimes()
           
 ProActiveRuntime RemoteProActiveRuntime.getProActiveRuntime(java.lang.String proActiveRuntimeName)
           
 

Methods in org.objectweb.proactive.core.runtime.rmi with parameters of type ProActiveRuntime
 void RemoteProActiveRuntimeImpl.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 void RemoteProActiveRuntimeAdapter.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 void RemoteProActiveRuntime.register(ProActiveRuntime proActiveRuntimeDist, java.lang.String proActiveRuntimeName, java.lang.String creatorID, java.lang.String creationProtocol, java.lang.String vmName)
           
 



Copyright ? October 2004 INRIA All Rights Reserved.