org.apache.jetspeed.tools.migration
Interface JetspeedMigrationListener


public interface JetspeedMigrationListener

Jetspeed Migration Listener interface.

Version:
$Id$
Author:
Randy Watler

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

rowMigrated

void rowMigrated(java.sql.Connection targetConnection)
                 throws java.sql.SQLException
Notify listener that row has been migrated to target.

Parameters:
targetConnection -
Throws:
java.sql.SQLException

rowDropped

void rowDropped(java.sql.Connection targetConnection)
                throws java.sql.SQLException
Notify listener that row has been dropped from migration.

Parameters:
targetConnection -
Throws:
java.sql.SQLException


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.