Uses of Package
org.jppf.server.protocol

Packages that use org.jppf.server.protocol
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.client.concurrent Classes supporting submission of tasks via executor services as specified in java.util.concurrent
org.jppf.client.event Support for event handling in the JPPF client. 
org.jppf.client.loadbalancer Support for the load-balancing of local versus remote execution on the client side. 
org.jppf.client.taskwrapper API used for JPPF-annotated tasks and POJO tasks. 
org.jppf.gigaspaces.test Classes supporting the GigaSpaces connector sample. 
org.jppf.jca.cci Classes supporting the common client interface for the JPPF resource adapter. 
org.jppf.jca.work Classes supporting the JPPF server connectivity for the JPPF resource adapter. 
org.jppf.jca.work.submission Classes supporting the management of asynchronous submission of tasks. 
org.jppf.libmanagement Classes used to download libraries from various URLs. 
org.jppf.management Support for the JMX-based management of JPPF components. 
org.jppf.node Support for node life cycle events. 
org.jppf.node.event Support for node life cycle events. 
org.jppf.server Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.server.job Support for job management in the server. 
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.server.node Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.server.node.local Classes supporting local nodes,, in the same JVM as the driver. 
org.jppf.server.node.remote Classes supporting remote nodes. 
org.jppf.server.protocol Classes supporting the data transported between components of the communication model. 
org.jppf.server.queue Classes supporting the tasks queuing mechanism. 
org.jppf.server.scheduler.bundle Classes supporting the load-balancing of tasks distribution to the nodes. 
 

Classes in org.jppf.server.protocol used by org.jppf.client
JPPFDistributedJob
          Common interface for client-side jobs (see JPPFJob and server-side jobs (see JPPFTaskBundle).
JPPFJobMetadata
          Instances of this class hold metadata about a job, that can be used from a load-balancer, to adapt the load balancing to the computational weight of the job and/or the contained tasks.
JPPFJobSLA
          This class represents the Service Level Agreement Between a JPPF job and a server.
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
JPPFTaskBundle
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
 

Classes in org.jppf.server.protocol used by org.jppf.client.concurrent
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
 

Classes in org.jppf.server.protocol used by org.jppf.client.event
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
 

Classes in org.jppf.server.protocol used by org.jppf.client.loadbalancer
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
 

Classes in org.jppf.server.protocol used by org.jppf.client.taskwrapper
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
 

Classes in org.jppf.server.protocol used by org.jppf.gigaspaces.test
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
 

Classes in org.jppf.server.protocol used by org.jppf.jca.cci
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
 

Classes in org.jppf.server.protocol used by org.jppf.jca.work
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
JPPFTaskBundle
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
 

Classes in org.jppf.server.protocol used by org.jppf.jca.work.submission
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
 

Classes in org.jppf.server.protocol used by org.jppf.libmanagement
LocationEventListener
          Listener for events occurring with Location objects.
 

Classes in org.jppf.server.protocol used by org.jppf.management
JPPFTaskEvent
          Instances of this class represent events sent by a JPPF task.
JPPFTaskListener
          Listener interface for receiving notifications of tasks events.
 

Classes in org.jppf.server.protocol used by org.jppf.node
JPPFDistributedJob
          Common interface for client-side jobs (see JPPFJob and server-side jobs (see JPPFTaskBundle).
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
 

Classes in org.jppf.server.protocol used by org.jppf.node.event
JPPFDistributedJob
          Common interface for client-side jobs (see JPPFJob and server-side jobs (see JPPFTaskBundle).
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
 

Classes in org.jppf.server.protocol used by org.jppf.server
BundleWrapper
          This class wraps a task bundle to express it in terms of DataLocation.
TaskCompletionListener
          Listener providing a callback to invoke when a task's execution has completed.
 

Classes in org.jppf.server.protocol used by org.jppf.server.job
BundleWrapper
          This class wraps a task bundle to express it in terms of DataLocation.
JPPFTaskBundle
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
 

Classes in org.jppf.server.protocol used by org.jppf.server.nio.nodeserver
BundleWrapper
          This class wraps a task bundle to express it in terms of DataLocation.
JPPFTaskBundle
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
 

Classes in org.jppf.server.protocol used by org.jppf.server.node
JPPFDistributedJob
          Common interface for client-side jobs (see JPPFJob and server-side jobs (see JPPFTaskBundle).
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
JPPFTaskBundle
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
 

Classes in org.jppf.server.protocol used by org.jppf.server.node.local
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
JPPFTaskBundle
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
 

Classes in org.jppf.server.protocol used by org.jppf.server.node.remote
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
JPPFTaskBundle
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
 

Classes in org.jppf.server.protocol used by org.jppf.server.protocol
AbstractLocation
          Instances of this class represent the location of an artifact, generally a file or the data found at a url.
BundleParameter
          Constants used when a client sends an admin command to a server.
BundleWrapper
          This class wraps a task bundle to express it in terms of DataLocation.
JPPFDistributedJob
          Common interface for client-side jobs (see JPPFJob and server-side jobs (see JPPFTaskBundle).
JPPFJobMetadata
          Instances of this class hold metadata about a job, that can be used from a load-balancer, to adapt the load balancing to the computational weight of the job and/or the contained tasks.
JPPFJobSLA
          This class represents the Service Level Agreement Between a JPPF job and a server.
JPPFTask
          Abstract superclass for all tasks submitted to the execution server.
JPPFTaskBundle
          Instances of this class group tasks from the same client together, so they are sent to the same node, avoiding unnecessary transport overhead.
JPPFTaskBundle.State
          Type safe enumeration for the values of the bundle state.
JPPFTaskEvent
          Instances of this class represent events sent by a JPPF task.
JPPFTaskListener
          Listener interface for receiving notifications of tasks events.
Location
          Abstraction of a block of data no matter how its actual location is referred to.
LocationEvent
          Instances of this class represent events occurring when performing I/O operations between Location instances.
LocationEventListener
          Listener for events occurring with Location objects.
TaskCompletionListener
          Listener providing a callback to invoke when a task's execution has completed.
 

Classes in org.jppf.server.protocol used by org.jppf.server.queue
BundleWrapper
          This class wraps a task bundle to express it in terms of DataLocation.
TaskCompletionListener
          Listener providing a callback to invoke when a task's execution has completed.
 

Classes in org.jppf.server.protocol used by org.jppf.server.scheduler.bundle
JPPFJobMetadata
          Instances of this class hold metadata about a job, that can be used from a load-balancer, to adapt the load balancing to the computational weight of the job and/or the contained tasks.
 



Copyright © 2005-2010 JPPF Team.