| |
|
| java.lang.Object org.apache.geronimo.console.databasemanager.wizard.ImportStatus
ImportStatus | public class ImportStatus implements Serializable(Code) | | Tracks the progress of a database pool import operation.
version: $Rev: 476061 $ $Date: 2006-11-16 22:36:50 -0800 (Thu, 16 Nov 2006) $ |
Inner Class :final public static class PoolProgress implements Serializable | |
getCurrentPool | public PoolProgress getCurrentPool()(Code) | | |
getCurrentPoolIndex | public int getCurrentPoolIndex()(Code) | | |
getFinishedCount | public int getFinishedCount()(Code) | | |
getPendingCount | public int getPendingCount()(Code) | | |
getPools | public PoolProgress[] getPools()(Code) | | |
getSkippedCount | public int getSkippedCount()(Code) | | |
getStartedCount | public int getStartedCount()(Code) | | |
isFinished | public boolean isFinished()(Code) | | |
setCurrentPoolIndex | public void setCurrentPoolIndex(int currentPool)(Code) | | |
|
|
|