Uses of Interface
org.objectweb.proactive.Job

Packages that use Job
org.objectweb.proactive Provides the main classes for creating active objects and futures.  
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.body.migration Defines the migration primitive of ProActive.  
org.objectweb.proactive.core.component.body Component meta-objects are created from the ComponentBody.  
org.objectweb.proactive.core.descriptor.data Provides all classes needed to create java objects related to XML Deployment Descriptor.  
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.ibis Ibis implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.jini JINI implementation of ProActiveRuntime.  
 

Uses of Job in org.objectweb.proactive
 

Subinterfaces of Job in org.objectweb.proactive
 interface Body
           An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
 

Uses of Job in org.objectweb.proactive.core.body
 

Classes in org.objectweb.proactive.core.body that implement Job
 class AbstractBody
          **For internal use only**
This class gives a common implementation of the Body interface.
 class ActiveBody
           
 class BodyImpl
          **For internal use only**
This class gives a common implementation of the Body interface.
 class HalfBody
           
 

Uses of Job in org.objectweb.proactive.core.body.migration
 

Classes in org.objectweb.proactive.core.body.migration that implement Job
 class MigratableBody
           
 

Uses of Job in org.objectweb.proactive.core.component.body
 

Classes in org.objectweb.proactive.core.component.body that implement Job
 class ComponentBodyImpl
          This class has been inserted into the bodies hierarchy in order to instantiate the component metaobject (ProActiveComponent).
 

Uses of Job in org.objectweb.proactive.core.descriptor.data
 

Subinterfaces of Job in org.objectweb.proactive.core.descriptor.data
 interface VirtualNode
          A VirtualNode is a conceptual entity that represents one or several nodes.
 

Classes in org.objectweb.proactive.core.descriptor.data that implement Job
 class VirtualNodeImpl
          A VirtualNode is a conceptual entity that represents one or several nodes.
 class VirtualNodeLookup
          A VirtualNode represents a conceptual entity.
 

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

Subinterfaces of Job in org.objectweb.proactive.core.node
 interface NodeInformation
           A class implementing this interface provides information about the node it is attached to.
 

Classes in org.objectweb.proactive.core.node that implement Job
protected  class NodeImpl.NodeInformationImpl
           
 

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

Subinterfaces of Job in org.objectweb.proactive.core.runtime
 interface ProActiveRuntime
           A ProActiveRuntime offers a set of services needed by ProActive to work with remote JVM.
 interface VMInformation
           A class implementing this interface provides information about the VM it is attached to.
 

Classes in org.objectweb.proactive.core.runtime that implement Job
 class ProActiveRuntimeImpl
           Implementation of ProActiveRuntime
protected static class ProActiveRuntimeImpl.VMInformationImpl
           
 

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

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

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

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



Copyright © April 2004 INRIA All Rights Reserved.