org.apache.geronimo.console.databasemanager.wizard
Class ImportStatus
java.lang.Object
org.apache.geronimo.console.databasemanager.wizard.ImportStatus
- All Implemented Interfaces:
- Serializable
- public class ImportStatus
- extends Object
- implements Serializable
Tracks the progress of a database pool import operation.
- Version:
- $Rev: 372311 $ $Date: 2006-01-25 21:51:20 +0100 (Wed, 25 Jan 2006) $
- See Also:
- Serialized Form
Constructor Summary |
ImportStatus(org.apache.geronimo.converter.DatabaseConversionStatus original)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportStatus
public ImportStatus(org.apache.geronimo.converter.DatabaseConversionStatus original)
isFinished
public boolean isFinished()
setCurrentPoolIndex
public void setCurrentPoolIndex(int currentPool)
getOriginal
public org.apache.geronimo.converter.DatabaseConversionStatus getOriginal()
getCurrentPoolIndex
public int getCurrentPoolIndex()
getCurrentPool
public ImportStatus.PoolProgress getCurrentPool()
getPools
public ImportStatus.PoolProgress[] getPools()
getPendingCount
public int getPendingCount()
getStartedCount
public int getStartedCount()
getFinishedCount
public int getFinishedCount()
getSkippedCount
public int getSkippedCount()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.