Uses of Interface
org.jppf.client.ClientConnectionHandler

Packages that use ClientConnectionHandler
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.jca.work Classes supporting the JPPF server connectivity for the JPPF resource adapter. 
 

Uses of ClientConnectionHandler in org.jppf.client
 

Subinterfaces of ClientConnectionHandler in org.jppf.client
 interface ClassServerDelegate
          Interface for all class server clients.
 

Classes in org.jppf.client that implement ClientConnectionHandler
 class AbstractClassServerDelegate
          Abstract implementation of the client end of the JPPF distributed class loader.
 class AbstractClientConnectionHandler
          Common abstract superclass for client connections to a server.
 class ClassServerDelegateImpl
          Wrapper around an incoming socket connection, whose role is to receive the names of classes to load from the classpath, then send the class files' contents (or bytecode) to the remote client.
 class TaskServerConnectionHandler
          Instances of this class handle the sending and receiving of jobs to and from a JPPF driver.
 

Uses of ClientConnectionHandler in org.jppf.jca.work
 

Classes in org.jppf.jca.work that implement ClientConnectionHandler
 class JcaClassServerDelegate
          Wrapper around an incoming socket connection, whose role is to receive the names of classes to load from the classpath, then send the class files' contents (or bytecode) to the remote client.
 



Copyright © 2005-2010 JPPF Team.