Updated to new service client library

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@90814 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-01-31 17:34:03 +00:00
parent ccf2f851aa
commit 11af64e3ce
1 changed files with 4 additions and 0 deletions

View File

@ -968,6 +968,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
importMonitor.setProgress(task.getProgress());
break;
case STOPPED:
importMonitor.setError(new Throwable("Import Stopped on service"));
break;
case ABORTED:
break;
@ -1330,6 +1331,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
SessionUtil.setTRId(session, trId);
break;
case STOPPED:
importMonitor.setError(new Throwable("Import Stopped on service"));
break;
case IN_PROGRESS:
importMonitor.setProgress(task.getProgress());
@ -1832,6 +1834,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
exportMonitor.setTabExportMetadata(tabExportMetadata);
break;
case STOPPED:
exportMonitor.setError(new Throwable("Export Stopped on service"));
break;
case IN_PROGRESS:
exportMonitor.setProgress(task.getProgress());
@ -2001,6 +2004,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
case ABORTED:
break;
case STOPPED:
exportMonitor.setError(new Throwable("Export Stopped on service"));
break;
case INITIALIZING:
break;