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.http HTTP implementation of the remote Body
org.objectweb.proactive.core.body.ibis IBIS implementation of the remote Body
org.objectweb.proactive.core.body.jini The body of an active object act as a hub of communication with other remote objects. 
org.objectweb.proactive.core.body.migration Defines the migration primitive of ProActive. 
org.objectweb.proactive.core.body.rmi The body of an active object act as a hub of communication with other remote objects. 
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.ext.mixedlocation   
org.objectweb.proactive.ext.security This package provides a security framework for the ProActive middleware. 
org.objectweb.proactive.scheduler   
 

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
 

Subinterfaces of Job in org.objectweb.proactive.core.body
 interface UniversalBody
          An object implementing this interface provides the minimum service a body offers remotely or locally.
 

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 AbstractUniversalBody
          **For internal use only**
This class gives a common implementation of the UniversalBody interface.
 class ActiveBody
           
 class BodyAdapter
          An adapter for a RemoteBody.
 class BodyAdapterForwarder
          An adapter for a RemoteBodyForwarder.
 class BodyAdapterImpl
          An adapter for a RemoteBody.
 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.http
 

Classes in org.objectweb.proactive.core.body.http that implement Job
 class HttpBodyAdapter
          An HTTP adapter for a RemoteBody.
 

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

Classes in org.objectweb.proactive.core.body.ibis that implement Job
 class IbisBodyAdapter
          An IBIS adapter for a RemoteBody.
 

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

Classes in org.objectweb.proactive.core.body.jini that implement Job
 class JiniBodyAdapter
          An JINI adapter for a RemoteBody.
 

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.body.rmi
 

Classes in org.objectweb.proactive.core.body.rmi that implement Job
 class RmiBodyAdapter
          An RMI adapter for a RemoteBody.
 class SshRmiBodyAdapter
          An RMISSH adapter for a RemoteBody.
 

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 ProActiveRuntimeForwarder
          A ProActiveRuntimeForwarder is a ProActiveRuntime and a forwarder.
 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 ProActiveRuntimeAdapter
          An adapter for a RemoteProActiveRuntime.
 class ProActiveRuntimeAdapterForwarderImpl
          An adapter for a RemoteProActiveRuntimeForwarder.
 class ProActiveRuntimeAdapterImpl
          An adapter for a RemoteProActiveRuntime.
 class ProActiveRuntimeForwarderImpl
          Implementation of ProActiveRuntimeForwarder
 class ProActiveRuntimeImpl
           Implementation of ProActiveRuntime
protected static class ProActiveRuntimeImpl.VMInformationImpl
           
 

Uses of Job in org.objectweb.proactive.ext.mixedlocation
 

Classes in org.objectweb.proactive.ext.mixedlocation that implement Job
 class UniversalBodyWrapper
           
 

Uses of Job in org.objectweb.proactive.ext.security
 

Classes in org.objectweb.proactive.ext.security that implement Job
 class EncryptedBody
           
 

Uses of Job in org.objectweb.proactive.scheduler
 

Classes in org.objectweb.proactive.scheduler that implement Job
 class GenericJob
          This class includes the definition and description of the jobs
 class JobNoDescriptor
          This is the class that supports the jobs that have no XML descriptor API.
 



Copyright 2001-2007 INRIA All Rights Reserved.