Uses of Class
org.jppf.client.AbstractClassServerDelegate

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

Subclasses of AbstractClassServerDelegate in org.jppf.client
 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.
 

Uses of AbstractClassServerDelegate in org.jppf.jca.work
 

Subclasses of AbstractClassServerDelegate 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.