Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.IR
Class PendingGet  view PendingGet download PendingGet.java

java.lang.Object
  extended bycom.k_int.IR.PendingGet

public class PendingGet
extends java.lang.Object

PendingGet.


Field Summary
private  int fragment_count
           
private  RecordFormatSpecification spec
           
private  int starting_fragment
           
private  IFSNotificationTarget target
           
 
Constructor Summary
private PendingGet()
           
  PendingGet(int starting_fragment, int fragment_count, RecordFormatSpecification spec, IFSNotificationTarget target)
           
 
Method Summary
 int getFragmentCount()
           
 IFSNotificationTarget getNotificationTarget()
           
 RecordFormatSpecification getRecordFormatSpecification()
           
 int getStartingFragment()
           
 int getTopFragmentPosition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

starting_fragment

private int starting_fragment

fragment_count

private int fragment_count

spec

private RecordFormatSpecification spec

target

private IFSNotificationTarget target
Constructor Detail

PendingGet

private PendingGet()

PendingGet

public PendingGet(int starting_fragment,
                  int fragment_count,
                  RecordFormatSpecification spec,
                  IFSNotificationTarget target)
Method Detail

getStartingFragment

public int getStartingFragment()

getFragmentCount

public int getFragmentCount()

getRecordFormatSpecification

public RecordFormatSpecification getRecordFormatSpecification()

getNotificationTarget

public IFSNotificationTarget getNotificationTarget()

getTopFragmentPosition

public int getTopFragmentPosition()