|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProgressMonitor
Basic interface for all progress monitors plug into DBMonster.
| Method Summary | |
|---|---|
void |
reset()
Resets all settings. |
void |
resetRows()
Reset rows. |
void |
resetTables()
Resets tables. |
void |
rowComplete()
Called when row is complete. |
void |
schemaComplete()
Called when schema is completed. |
void |
setRowsCount(int count)
Sets the number of rows. |
void |
setSchemaCount(int count)
Sets the schema count. |
void |
setSchemaName(String name)
Sets the name of the schema being generated. |
void |
setTableCount(int count)
Sets the table count. |
void |
setTableName(String name)
Sets the name of the table being generated. |
void |
setUp()
Called on startup. |
void |
tableComplete()
Called when table is completed. |
void |
tearDown()
Called after the work is over. |
| Method Detail |
|---|
void setUp()
void tearDown()
void reset()
void resetTables()
void resetRows()
void setSchemaCount(int count)
count - number of schemas.void setTableCount(int count)
count - number of tables.void setRowsCount(int count)
count - number of rowsvoid schemaComplete()
void tableComplete()
void rowComplete()
void setSchemaName(String name)
name - schema namevoid setTableName(String name)
name - table name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||