Uses of Interface
org.jppf.io.OutputDestination

Packages that use OutputDestination
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. 
 

Uses of OutputDestination in org.jppf.io
 

Classes in org.jppf.io that implement OutputDestination
 class ChannelOutputDestination
          Output destination backed by a WritableByteChannel.
 class FileOutputDestination
          Output destination backed by a file.
 class SocketWrapperOutputDestination
          Output destination backed by a SocketWrapper.
 class StreamOutputDestination
          Output destination backed by an OutputStream.
 

Methods in org.jppf.io with parameters of type OutputDestination
 int MultipleBuffersLocation.transferTo(OutputDestination dest, boolean blocking)
          Transfer the content of this data location to the specified output destination.
 int FileDataLocation.transferTo(OutputDestination dest, boolean blocking)
          Transfer the content of this data location to the specified output destination.
 int DataLocation.transferTo(OutputDestination dest, boolean blocking)
          Transfer the content of this data location to the specified output destination.
 

Uses of OutputDestination in org.jppf.server.nio
 

Methods in org.jppf.server.nio with parameters of type OutputDestination
 boolean NioObject.write(OutputDestination dest)
          Write the current data object.
 



Copyright © 2005-2010 JPPF Team.