Uses of Interface
org.jppf.comm.socket.SocketInitializer

Packages that use SocketInitializer
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.comm.socket Support for network communications. 
org.jppf.jca.work Classes supporting the JPPF server connectivity for the JPPF resource adapter. 
org.jppf.node Support for node life cycle events. 
org.jppf.server.nio Classes supporting asynchronous communication through the NIO APIs. 
 

Uses of SocketInitializer in org.jppf.client
 

Fields in org.jppf.client declared as SocketInitializer
protected  SocketInitializer AbstractClientConnectionHandler.socketInitializer
          Used to synchronize access to the underlying socket from multiple threads.
 

Methods in org.jppf.client that return SocketInitializer
protected  SocketInitializer TaskServerConnectionHandler.createSocketInitializer()
          Create a socket initializer for this connection handler.
protected  SocketInitializer JPPFClientConnectionImpl.createSocketInitializer()
          Create a socket initializer.
protected  SocketInitializer ClassServerDelegateImpl.createSocketInitializer()
          Create a socket initializer for this delegate.
protected abstract  SocketInitializer AbstractJPPFClientConnection.createSocketInitializer()
          Create a socket initializer.
protected abstract  SocketInitializer AbstractClientConnectionHandler.createSocketInitializer()
          Create a socket initializer for this connection handler.
 

Uses of SocketInitializer in org.jppf.comm.socket
 

Classes in org.jppf.comm.socket that implement SocketInitializer
 class AbstractSocketInitializer
          Common abstract superclass for objects that establish a connection with a remote socket.
 class SocketInitializerImpl
          Instances of this class attempt to connect a SocketWrapper to a remote server.
 

Uses of SocketInitializer in org.jppf.jca.work
 

Classes in org.jppf.jca.work that implement SocketInitializer
 class JcaSocketInitializer
          Socket intializer for the JPPF resource adapter.
 

Methods in org.jppf.jca.work that return SocketInitializer
protected  SocketInitializer JPPFJcaClientConnection.createSocketInitializer()
          Create a socket initializer.
protected  SocketInitializer JcaClassServerDelegate.createSocketInitializer()
          Create a socket initializer for this delegate.
 

Uses of SocketInitializer in org.jppf.node
 

Fields in org.jppf.node declared as SocketInitializer
protected  SocketInitializer AbstractMonitoredNode.socketInitializer
          Used to synchronize access to the underlying socket from multiple threads.
 

Uses of SocketInitializer in org.jppf.server.nio
 

Fields in org.jppf.server.nio declared as SocketInitializer
protected  SocketInitializer AbstractSocketChannelHandler.socketInitializer
          Used to synchronize access to the underlying socket from multiple threads.
 



Copyright © 2005-2010 JPPF Team.