Uses of Class
org.jppf.client.AbstractClientConnectionHandler

Packages that use AbstractClientConnectionHandler
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 AbstractClientConnectionHandler in org.jppf.client
 

Subclasses of AbstractClientConnectionHandler in org.jppf.client
 class AbstractClassServerDelegate
          Abstract implementation of the client end of the JPPF distributed class loader.
 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 AbstractClientConnectionHandler in org.jppf.jca.work
 

Subclasses of AbstractClientConnectionHandler in org.jppf.jca.work
 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.