|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void setUp()
public void tearDown()
public void reset()
public void resetTables()
public void resetRows()
public void setSchemaCount(int count)
count
- number of schemas.public void setTableCount(int count)
count
- number of tables.public void setRowsCount(int count)
count
- number of rowspublic void schemaComplete()
public void tableComplete()
public void rowComplete()
public void setSchemaName(String name)
name
- schema namepublic void setTableName(String name)
name
- table name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |