org.gcube.portlets.admin.software_upload_wizard.server.util
Class ProgressManager

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.server.util.ProgressManager

public class ProgressManager
extends Object

Author:
Federico De Faveri defaveri@isti.cnr.it

Field Summary
protected static ProgressManager instance
           
protected  Map<String,OperationProgress> sessions
           
 
Constructor Summary
ProgressManager()
           
 
Method Summary
 String addOperationProgress(OperationProgress progress)
           
static ProgressManager getInstance()
           
 IOperationProgress getProgress(String operationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

protected static ProgressManager instance

sessions

protected Map<String,OperationProgress> sessions
Constructor Detail

ProgressManager

public ProgressManager()
Method Detail

getInstance

public static ProgressManager getInstance()

addOperationProgress

public String addOperationProgress(OperationProgress progress)

getProgress

public IOperationProgress getProgress(String operationId)


Copyright © 2013. All Rights Reserved.