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

Quick Search    Search Deep

com.k_int.hss
Class FragmentSourceInformation  view FragmentSourceInformation download FragmentSourceInformation.java

java.lang.Object
  extended bycom.k_int.hss.FragmentSourceInformation

public class FragmentSourceInformation
extends java.lang.Object

FragmentSourceInformation

Version:
$Id: FragmentSourceInformation.java,v 1.4 2003/05/09 12:54:48 rob_tice Exp $

Field Summary
private static LoggingContext cat
           
private  com.k_int.IR.AsynchronousEnumeration default_record_enum
           
private  com.k_int.IR.InformationFragmentSource ifs
           
private  int next_rec_no
           
 
Constructor Summary
FragmentSourceInformation(com.k_int.IR.InformationFragmentSource ifs, com.k_int.IR.AsynchronousEnumeration default_record_enum)
           
 
Method Summary
 com.k_int.IR.AsynchronousEnumeration getDefaultEnum()
           
 com.k_int.IR.InformationFragmentSource getIFS()
           
 int nextRecNo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ifs

private com.k_int.IR.InformationFragmentSource ifs

default_record_enum

private com.k_int.IR.AsynchronousEnumeration default_record_enum

next_rec_no

private int next_rec_no

cat

private static LoggingContext cat
Constructor Detail

FragmentSourceInformation

public FragmentSourceInformation(com.k_int.IR.InformationFragmentSource ifs,
                                 com.k_int.IR.AsynchronousEnumeration default_record_enum)
Method Detail

getIFS

public com.k_int.IR.InformationFragmentSource getIFS()

getDefaultEnum

public com.k_int.IR.AsynchronousEnumeration getDefaultEnum()

nextRecNo

public int nextRecNo()