|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.tools.migration.JetspeedMigrationResultImpl
public class JetspeedMigrationResultImpl
Jetspeed Migration Result implementation.
| 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 |
|---|
public JetspeedMigrationResultImpl(int migratedRows)
migratedRows - migrated rows count
public JetspeedMigrationResultImpl(int migratedRows,
int droppedRows)
migratedRows - migrated rows countdroppedRows - dropped rows count| Method Detail |
|---|
public int getDroppedRows()
getDroppedRows in interface JetspeedMigrationResultpublic int getMigratedRows()
getMigratedRows in interface JetspeedMigrationResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||