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.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.ext.mixedlocation   
 

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 BodyAdapter
          Local view of an adapter, i.e. a generlized reference to an active object.
 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 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 HttpRemoteBodyImpl
          An adapter for a LocalBody to be able to receive remote calls using HTTP.
 class RemoteBodyAdapter
           
 

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

Classes in org.objectweb.proactive.core.body.ibis that implement Job
 class IbisRemoteBodyAdapter
           
 

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

Classes in org.objectweb.proactive.core.body.jini that implement Job
 class JiniBodyAdapter
          An adapter for a JiniBody to be able to receive remote calls.
 

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 SshRemoteBodyAdapter
           
 

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.http
 

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

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.
 

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

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



Copyright ? April 2005 INRIA All Rights Reserved.