|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
net.sourceforge.jdbcexporter.event.ExportEntityEvent
The ExportEntityEvent describes the state of an entity being exported.
Field Summary | |
protected ExportEntityDef |
entityDef
The configuration of the entity being exported. |
protected java.lang.Exception |
exception
The exception causing the export of the entity to end. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ExportEntityEvent(java.lang.Object source,
ExportEntityDef entityDef,
java.lang.Exception ex)
Constructs an ExportEntityEvent. |
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 exported. |
java.lang.String |
getEngineClassname()
|
java.lang.Exception |
getException()
Returns the exception that caused the export 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 ExportEntityDef entityDef
protected java.lang.Exception exception
Constructor Detail |
public ExportEntityEvent(java.lang.Object source, ExportEntityDef entityDef, java.lang.Exception ex)
source
- the source of the evententityDef
- the configuration of the entity being exportedex
- the exception that caused abnormal termination of the entity being exportedMethod 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 |