public interface JetspeedMigrationListener
| Modifier and Type | Method and Description |
|---|---|
void |
rowDropped(Connection targetConnection)
Notify listener that row has been dropped from migration.
|
void |
rowMigrated(Connection targetConnection)
Notify listener that row has been migrated to target.
|
void rowMigrated(Connection targetConnection) throws SQLException
targetConnection - SQLExceptionvoid rowDropped(Connection targetConnection) throws SQLException
targetConnection - SQLExceptionCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.