|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JetspeedMigrationListener
Jetspeed Migration Listener interface.
| Method Summary | |
|---|---|
void |
rowDropped(java.sql.Connection targetConnection)
Notify listener that row has been dropped from migration. |
void |
rowMigrated(java.sql.Connection targetConnection)
Notify listener that row has been migrated to target. |
| Method Detail |
|---|
void rowMigrated(java.sql.Connection targetConnection)
throws java.sql.SQLException
targetConnection -
java.sql.SQLException
void rowDropped(java.sql.Connection targetConnection)
throws java.sql.SQLException
targetConnection -
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||