Uses of Package
org.jppf.io

Packages that use org.jppf.io
org.jppf.io Support for transport-agnostic communication with remote services and disk overflow. 
org.jppf.server.nio Classes supporting asynchronous communication through the NIO APIs. 
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.server.node Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.server.node.local Classes supporting local nodes,, in the same JVM as the driver. 
org.jppf.server.protocol Classes supporting the data transported between components of the communication model. 
org.jppf.utils Utility and helper classes used throughout the JPPF code. 
 

Classes in org.jppf.io used by org.jppf.io
AbstractDataLocation
          Abstract implementation of the DataLocation interface.
ChannelInputSource
          Input source backed by a ReadableByteChannel.
ChannelOutputDestination
          Output destination backed by a WritableByteChannel.
DataLocation
          This interface represents an abstraction of a block of data, regardless of where it is stored.
InputSource
          This interface represents an abstraction of any source of incoming data.
IO
          Super interface for all input source and output destination implementations.
OutputDestination
          This interface represents an abstraction of any destination for outgoing data.
 

Classes in org.jppf.io used by org.jppf.server.nio
DataLocation
          This interface represents an abstraction of a block of data, regardless of where it is stored.
InputSource
          This interface represents an abstraction of any source of incoming data.
OutputDestination
          This interface represents an abstraction of any destination for outgoing data.
 

Classes in org.jppf.io used by org.jppf.server.nio.nodeserver
DataLocation
          This interface represents an abstraction of a block of data, regardless of where it is stored.
 

Classes in org.jppf.io used by org.jppf.server.node
DataLocation
          This interface represents an abstraction of a block of data, regardless of where it is stored.
 

Classes in org.jppf.io used by org.jppf.server.node.local
DataLocation
          This interface represents an abstraction of a block of data, regardless of where it is stored.
 

Classes in org.jppf.io used by org.jppf.server.protocol
DataLocation
          This interface represents an abstraction of a block of data, regardless of where it is stored.
 

Classes in org.jppf.io used by org.jppf.utils
DataLocation
          This interface represents an abstraction of a block of data, regardless of where it is stored.
 



Copyright © 2005-2010 JPPF Team.