org.jppf.server.node
Class AbstractNodeIO.BufferList

java.lang.Object
  extended by org.jppf.utils.Pair<List<JPPFBuffer>,Integer>
      extended by org.jppf.server.node.AbstractNodeIO.BufferList
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractNodeIO

protected static class AbstractNodeIO.BufferList
extends Pair<List<JPPFBuffer>,Integer>

A pairing of a list of buffers and the total length of their usable data.

See Also:
Serialized Form

Constructor Summary
AbstractNodeIO.BufferList(List<JPPFBuffer> first, Integer second)
          Iitialize this pairing with the specified list of buffers and length.
 
Method Summary
 
Methods inherited from class org.jppf.utils.Pair
equals, first, hashCode, second
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNodeIO.BufferList

public AbstractNodeIO.BufferList(List<JPPFBuffer> first,
                                 Integer second)
Iitialize this pairing with the specified list of buffers and length.

Parameters:
first - the list of buffers.
second - the total data length.


Copyright © 2005-2010 JPPF Team.