Uses of Interface
org.jppf.client.ClassServerDelegate

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

Classes in org.jppf.client that implement ClassServerDelegate
 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.
 

Fields in org.jppf.client declared as ClassServerDelegate
protected  ClassServerDelegate AbstractJPPFClientConnection.delegate
          Enables loading local classes onto remote nodes.
 

Uses of ClassServerDelegate in org.jppf.jca.work
 

Classes in org.jppf.jca.work that implement ClassServerDelegate
 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.