org.apache.geronimo.console.databasemanager.wizard
Class ImportStatus

java.lang.Object
  extended byorg.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

Nested Class Summary
static class ImportStatus.PoolProgress
           
 
Constructor Summary
ImportStatus(org.apache.geronimo.converter.DatabaseConversionStatus original)
           
 
Method Summary
 ImportStatus.PoolProgress getCurrentPool()
           
 int getCurrentPoolIndex()
           
 int getFinishedCount()
           
 org.apache.geronimo.converter.DatabaseConversionStatus getOriginal()
           
 int getPendingCount()
           
 ImportStatus.PoolProgress[] getPools()
           
 int getSkippedCount()
           
 int getStartedCount()
           
 boolean isFinished()
           
 void setCurrentPoolIndex(int currentPool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportStatus

public ImportStatus(org.apache.geronimo.converter.DatabaseConversionStatus original)
Method Detail

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.