|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
net.sourceforge.jdbcimporter.event.ImportEvent
The ImportEvent describes the state of the import.
Field Summary | |
protected boolean |
batchMode
The flag indicating that batch mode is being used. |
protected java.lang.String |
engineClassname
The classname of the ImportEngine in use. |
protected ImportDef |
importDef
The configuration of the import. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ImportEvent(java.lang.Object source,
ImportDef importDef,
java.lang.String engineClassname,
boolean batchMode)
Constructs a new import event. |
Method Summary | |
int |
getBatchCount()
Returns the batch count used in this import. |
int |
getCommitCount()
Returns the commit count used in this import. |
java.lang.String |
getEngineClassname()
Returns the classname of the ImportEngine being used. |
int |
getEntityCount()
Returns the number of entities in this import. |
boolean |
isBatchMode()
Returns if the import is using batch mode. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected ImportDef importDef
protected boolean batchMode
protected java.lang.String engineClassname
Constructor Detail |
public ImportEvent(java.lang.Object source, ImportDef importDef, java.lang.String engineClassname, boolean batchMode)
source
- the source of the eventimportDef
- the configuration of the importengineClassname
- the classname of the ImportEngine in usebatchMode
- if the import is using batch modeMethod Detail |
public int getEntityCount()
public int getBatchCount()
public int getCommitCount()
public boolean isBatchMode()
public java.lang.String getEngineClassname()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |