ABLE, Version 1.1b

com.ibm.able
Interface AbleDataSource

All Known Implementing Classes:
AbleImport

public abstract interface AbleDataSource
extends java.rmi.Remote


Method Summary
 long getNumEpochs()
          Returns the number of epochs we have processed
 int getNumFieldsPerRec()
          Returns the number of fields in each record in the data source
 long getNumRecords()
          Returns the number of records in the data source
 void setNumFieldsPerRec(int num)
          Set the number of fields in each record in the data source
 void setNumRecords(long num)
          Set the number of records in the data source
 

Method Detail

getNumRecords

public long getNumRecords()
                   throws java.rmi.RemoteException
Returns the number of records in the data source

setNumRecords

public void setNumRecords(long num)
                   throws java.rmi.RemoteException
Set the number of records in the data source

getNumFieldsPerRec

public int getNumFieldsPerRec()
                       throws java.rmi.RemoteException
Returns the number of fields in each record in the data source

setNumFieldsPerRec

public void setNumFieldsPerRec(int num)
                        throws java.rmi.RemoteException
Set the number of fields in each record in the data source

getNumEpochs

public long getNumEpochs()
                  throws java.rmi.RemoteException
Returns the number of epochs we have processed

ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'