Package org.objectweb.proactive.core.runtime

Defines all classes needed to build a ProActiveRuntime.

See:
          Description

Interface Summary
LocalProActiveRuntime This interface provides a local view of the ProActiveRuntime.
ProActiveRuntime A ProActiveRuntime offers a set of services needed by ProActive to work with remote JVM.
ProActiveRuntimeForwarder A ProActiveRuntimeForwarder is a ProActiveRuntime and a forwarder.
RemoteProActiveRuntime An adapter for a ProActiveRuntime to be able to receive remote calls.
RemoteProActiveRuntimeForwarder An adapter for a ProActiveRuntimeForwarder to be able to receive remote calls.
VMInformation A class implementing this interface provides information about the VM it is attached to.
 

Class Summary
ProActiveRuntimeAdapter An adapter for a RemoteProActiveRuntime.
ProActiveRuntimeAdapterForwarderImpl An adapter for a RemoteProActiveRuntimeForwarder.
ProActiveRuntimeAdapterImpl An adapter for a RemoteProActiveRuntime.
ProActiveRuntimeForwarderImpl Implementation of ProActiveRuntimeForwarder
ProActiveRuntimeImpl Implementation of ProActiveRuntime
ProActiveRuntimeImpl.VMInformationImpl  
RuntimeFactory The RuntimeFactory provides a generic way to create and lookup ProActiveRuntime without protocol specific code (such as RMI, HTTP, IBIS, RMI/SSH, JINI).
StartHierarchical **For internal use only**
This class is a utility class allowing to start a ProActiveRuntimeForwarder with a JVM.
StartRuntime **For internal use only**
This class is a utility class allowing to start a ProActiveRuntime with a JVM.
 

Package org.objectweb.proactive.core.runtime Description

Defines all classes needed to build a ProActiveRuntime.

A ProActiveRuntime offers a set of services needed by ProActive to work with remote JVM. Each JVM that is aimed to hold active objects must contain one and only one instance of the ProActiveRuntime class.

RMI, JINI, IBIS, HTTP, RMI/SSH implementations of ProActiveRuntime are provided in sub-packages.

Since:
ProActive 0.9.3
Version:
1.0, 2002/08/23
Author:
ProActive Team


Copyright 2001-2005 INRIA All Rights Reserved.