ThinkUI Data Generator 1.0.2 API

thinkui.db.io
Class AbstractDataObjectReader

java.lang.Object
  extended bythinkui.db.io.AbstractDataObjectReader
All Implemented Interfaces:
DataObjectReader
Direct Known Subclasses:
DefaultDataObjectReader

public abstract class AbstractDataObjectReader
extends java.lang.Object
implements DataObjectReader

Abstract implementation of the DataObjectReader interface.


Constructor Summary
AbstractDataObjectReader()
          AbstractDataObjectReader constructor.
 
Method Summary
 void close()
          Closes the reader.
 void init()
          Initializes the reader.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface thinkui.db.io.DataObjectReader
getCount, readAll
 

Constructor Detail

AbstractDataObjectReader

public AbstractDataObjectReader()
AbstractDataObjectReader constructor.

Method Detail

close

public void close()
           throws java.lang.Exception
Description copied from interface: DataObjectReader
Closes the reader.

Specified by:
close in interface DataObjectReader
Throws:
java.lang.Exception

init

public void init()
          throws java.lang.Exception
Description copied from interface: DataObjectReader
Initializes the reader.

Specified by:
init in interface DataObjectReader
Throws:
java.lang.Exception

ThinkUI Data Generator 1.0.2 API

Copyright © 2007-2009. ThinkUI Software Inc. All rights reserved.