Package org.objectweb.proactive.core.runtime

Defines all classes needed to build a ProActiveRuntime.

See:
          Description

Interface Summary
ProActiveRuntime A ProActiveRuntime offers a set of services needed by ProActive to work with remote JVM.
VMInformation A class implementing this interface provides information about the VM it is attached to.
 

Class Summary
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 or Jini).
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 and JINI implementations of ProActiveRuntime are provided in sub-packages.

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


Copyright © April 2004 INRIA All Rights Reserved.