com.elasticbox
Interface IProgressMonitor

All Known Implementing Classes:
Client.ProgressMonitor

public interface IProgressMonitor

Author:
Phong Nguyen Le

Nested Class Summary
static class IProgressMonitor.IncompleteException
           
 
Method Summary
 long getCreationTime()
           
 String getResourceUrl()
           
 boolean isDone()
           
 void waitForDone(int timeout)
           
 

Method Detail

getResourceUrl

String getResourceUrl()

isDone

boolean isDone()
               throws IProgressMonitor.IncompleteException,
                      IOException
Throws:
IProgressMonitor.IncompleteException
IOException

getCreationTime

long getCreationTime()

waitForDone

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


Copyright © 2004-2014. All Rights Reserved.