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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportStatus
public ImportStatus(DatabaseConversionStatus original)
isFinished
public boolean isFinished()
setCurrentPoolIndex
public void setCurrentPoolIndex(int currentPool)
getOriginal
public 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.