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

Packages that use SocketWrapper
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.comm.recovery Support for detection and recovery from hardware failures occurring on remote peers. 
org.jppf.comm.socket Support for network communications. 
org.jppf.io Support for transport-agnostic communication with remote services and disk overflow. 
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 Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.server.node.remote Classes supporting remote nodes. 
 

Uses of SocketWrapper in org.jppf.client
 

Fields in org.jppf.client declared as SocketWrapper
protected  SocketWrapper AbstractClientConnectionHandler.socketClient
          The socket client uses to communicate over a socket connection.
 

Methods in org.jppf.client that return SocketWrapper
 SocketWrapper ClientConnectionHandler.getSocketClient()
          Get the socket client uses to communicate over a socket connection.
 SocketWrapper AbstractClientConnectionHandler.getSocketClient()
          Get the socket client used to communicate over a socket connection.
 

Uses of SocketWrapper in org.jppf.comm.recovery
 

Fields in org.jppf.comm.recovery declared as SocketWrapper
protected  SocketWrapper AbstractRecoveryConnection.socketWrapper
          Connection to a client.
 

Uses of SocketWrapper in org.jppf.comm.socket
 

Classes in org.jppf.comm.socket that implement SocketWrapper
 class AbstractSocketWrapper
          Common abstract superclass for all socket clients.
 class BootstrapSocketClient
          This class provides a simple API to transfer objects over a TCP socket connection.
 class SocketChannelClient
          This SocketWrapper implementation relies on an underlying SocketChannel, in order to allow writing to, and reading from, at the same time from the same socket connection.
 class SocketClient
          This class provides a simple API to transfer objects over a TCP socket connection.
 

Fields in org.jppf.comm.socket declared as SocketWrapper
protected  SocketWrapper AbstractSocketInitializer.socketWrapper
          The socket wrapper to initialize.
 

Methods in org.jppf.comm.socket with parameters of type SocketWrapper
 void SocketInitializerImpl.initializeSocket(SocketWrapper socketWrapper)
          Initialize the underlying socket client, by starting a Timer and a corresponding TimerTask until a specified amount of time has passed.
 void SocketInitializer.initializeSocket(SocketWrapper socketWrapper)
          Initialize the underlying socket client, by starting a Timer and a corresponding TimerTask until a specified amount of time has passed.
 

Uses of SocketWrapper in org.jppf.io
 

Methods in org.jppf.io with parameters of type SocketWrapper
static void IOHelper.sendData(SocketWrapper socketWrapper, Object o, ObjectSerializer ser)
          Serialize an object and send it to the server.
static Object IOHelper.unwrappedData(SocketWrapper socketWrapper, ObjectSerializer ser)
          Deserialize the next object available via a network connection.
 

Constructors in org.jppf.io with parameters of type SocketWrapper
SocketWrapperInputSource(SocketWrapper socketWrapper)
          Initialize this input source with the specified SocketWrapper.
SocketWrapperOutputDestination(SocketWrapper socketWrapper)
          Initialize this output destination with the specified SocketWrapper.
 

Uses of SocketWrapper in org.jppf.jca.work
 

Methods in org.jppf.jca.work with parameters of type SocketWrapper
 void JcaSocketInitializer.initializeSocket(SocketWrapper socketWrapper)
          Initialize the underlying socket.
 

Uses of SocketWrapper in org.jppf.node
 

Fields in org.jppf.node declared as SocketWrapper
protected  SocketWrapper AbstractMonitoredNode.socketClient
          Wrapper around the underlying server connection.
 

Methods in org.jppf.node that return SocketWrapper
 SocketWrapper MonitoredNode.getSocketWrapper()
          Get the underlying socket used by this node.
 SocketWrapper AbstractMonitoredNode.getSocketWrapper()
          Get the underlying socket wrapper used by this node.
 

Methods in org.jppf.node with parameters of type SocketWrapper
 void MonitoredNode.setSocketWrapper(SocketWrapper socketWrapper)
          Set the underlying socket to be used by this node.
 void AbstractMonitoredNode.setSocketWrapper(SocketWrapper wrapper)
          Get the underlying socket wrapper used by this node.
 

Uses of SocketWrapper in org.jppf.server
 

Fields in org.jppf.server declared as SocketWrapper
protected  SocketWrapper AbstractResultSender.socketClient
          The socket client used to communicate over a socket connection.
 

Constructors in org.jppf.server with parameters of type SocketWrapper
AbstractResultSender(SocketWrapper socketClient, boolean asynch)
          Initialize this result sender with a specified socket client.
 

Uses of SocketWrapper in org.jppf.server.node.remote
 

Constructors in org.jppf.server.node.remote with parameters of type SocketWrapper
JPPFRemoteContainer(SocketWrapper socketClient, List<String> uuidPath, AbstractJPPFClassLoader classLoader)
          Initialize this container with a specified application uuid.
 



Copyright © 2005-2010 JPPF Team.