com.elasticbox
Class Client.ProgressMonitor

java.lang.Object
  extended by com.elasticbox.Client.ProgressMonitor
All Implemented Interfaces:
IProgressMonitor
Enclosing class:
Client

protected class Client.ProgressMonitor
extends Object
implements IProgressMonitor


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.elasticbox.IProgressMonitor
IProgressMonitor.IncompleteException
 
Method Summary
 long getCreationTime()
           
 String getResourceUrl()
           
 boolean isDone()
           
 void waitForDone(int timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResourceUrl

public String getResourceUrl()
Specified by:
getResourceUrl in interface IProgressMonitor

isDone

public boolean isDone()
               throws IProgressMonitor.IncompleteException,
                      IOException
Specified by:
isDone in interface IProgressMonitor
Throws:
IProgressMonitor.IncompleteException
IOException

waitForDone

public void waitForDone(int timeout)
                 throws IProgressMonitor.IncompleteException,
                        IOException
Specified by:
waitForDone in interface IProgressMonitor
Parameters:
timeout - in minutes
Throws:
IProgressMonitor.IncompleteException
IOException

getCreationTime

public long getCreationTime()
Specified by:
getCreationTime in interface IProgressMonitor


Copyright © 2004-2014. All Rights Reserved.