|
|||||||||
| Home >> All >> com >> k_int >> [ IR overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.k_int.IR
Class PendingGet

java.lang.Objectcom.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()
|
|||||||||
| Home >> All >> com >> k_int >> [ IR overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.k_int.IR.PendingGet