org.apache.jetspeed.tools.migration
Class JetspeedMigrationResultImpl

java.lang.Object
  extended by org.apache.jetspeed.tools.migration.JetspeedMigrationResultImpl
All Implemented Interfaces:
JetspeedMigrationResult

public class JetspeedMigrationResultImpl
extends java.lang.Object
implements JetspeedMigrationResult

Jetspeed Migration Result implementation.

Version:
$Id$
Author:
Randy Watler

Constructor Summary
JetspeedMigrationResultImpl(int migratedRows)
          Constructor accepting migrated rows counts.
JetspeedMigrationResultImpl(int migratedRows, int droppedRows)
          Constructor accepting migrated and dropped rows counts.
 
Method Summary
 int getDroppedRows()
           
 int getMigratedRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedMigrationResultImpl

public JetspeedMigrationResultImpl(int migratedRows)
Constructor accepting migrated rows counts.

Parameters:
migratedRows - migrated rows count

JetspeedMigrationResultImpl

public JetspeedMigrationResultImpl(int migratedRows,
                                   int droppedRows)
Constructor accepting migrated and dropped rows counts.

Parameters:
migratedRows - migrated rows count
droppedRows - dropped rows count
Method Detail

getDroppedRows

public int getDroppedRows()
Specified by:
getDroppedRows in interface JetspeedMigrationResult

getMigratedRows

public int getMigratedRows()
Specified by:
getMigratedRows in interface JetspeedMigrationResult


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