|
||||||||||
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.ImportEntityEvent
The ImportEntityEvent describes the state of an entity being imported.
Field Summary | |
protected ImportEntityDef |
entityDef
The configuration of the entity being imported. |
protected java.lang.Exception |
exception
The exception causing the import of the entity to end. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ImportEntityEvent(java.lang.Object source,
ImportEntityDef entityDef,
java.lang.Exception ex)
Constructs an ImportEntityEvent. |
Method Summary | |
java.lang.String |
getCatalog()
Returns the catalog that the entity belongs to. |
int |
getColumnCount()
Returns the number of columns for each row being imported. |
java.lang.String |
getEngineClassname()
|
java.lang.Exception |
getException()
Returns the exception that caused the import of the entity to finish. |
java.lang.String |
getSchema()
Returns the schema that the entity belongs to. |
java.lang.String |
getTable()
Returns the table name. |
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 ImportEntityDef entityDef
protected java.lang.Exception exception
Constructor Detail |
public ImportEntityEvent(java.lang.Object source, ImportEntityDef entityDef, java.lang.Exception ex)
source
- the source of the evententityDef
- the configuration of the entity being importedex
- the exception that caused abnormal termination of the entity being importedMethod Detail |
public int getColumnCount()
public java.lang.String getTable()
public java.lang.String getSchema()
public java.lang.String getCatalog()
public java.lang.String getEngineClassname()
public java.lang.Exception getException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |