uk.ac.rdg.resc.jstyx.gridservice.server
Class GeneralCachingStreamReader.DataRequest

java.lang.Object
  extended by uk.ac.rdg.resc.jstyx.gridservice.server.GeneralCachingStreamReader.DataRequest
Enclosing class:
GeneralCachingStreamReader

public static class GeneralCachingStreamReader.DataRequest
extends java.lang.Object

Class representing a client that is waiting for data


Field Summary
 java.lang.Object client
           
 int count
           
 long offset
           
 
Constructor Summary
GeneralCachingStreamReader.DataRequest(java.lang.Object client, long offset, int count)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

public java.lang.Object client

offset

public long offset

count

public int count
Constructor Detail

GeneralCachingStreamReader.DataRequest

public GeneralCachingStreamReader.DataRequest(java.lang.Object client,
                                              long offset,
                                              int count)


Copyright © 2004-2006 Reading e-Science Centre. All Rights Reserved.