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

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

Nested Class Summary
static class ImportStatus.PoolProgress
           
 
Constructor Summary
ImportStatus(DatabaseConversionStatus original)
           
 
Method Summary
 ImportStatus.PoolProgress getCurrentPool()
           
 int getCurrentPoolIndex()
           
 int getFinishedCount()
           
 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(DatabaseConversionStatus original)
Method Detail

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-2008 The Apache Geronimo development community. All Rights Reserved.