git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@160078 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
325f3a3b86
commit
0126b5cd42
|
@ -74,7 +74,10 @@ public abstract class DMPMJob ***REMOVED***
|
|||
***REMOVED***
|
||||
|
||||
|
||||
public String start()***REMOVED***
|
||||
public String start()
|
||||
***REMOVED***
|
||||
setStatusInformation(STATUS.PROGRESS);
|
||||
|
||||
new Thread(new Runnable() ***REMOVED***
|
||||
***REMOVED***
|
||||
public void run() ***REMOVED***
|
||||
|
@ -180,7 +183,7 @@ public abstract class DMPMJob ***REMOVED***
|
|||
else if (ret == 0)
|
||||
***REMOVED***
|
||||
this.logger.debug("Operation completed");
|
||||
this.setStatusInformation(STATUS.PROGRESS);
|
||||
***REMOVED***this.setStatusInformation(STATUS.PROGRESS);
|
||||
this.logger.debug("Checking the method...");
|
||||
|
||||
if (methodChecker.checkMethod(this.configuration.getHost(), SecurityTokenProvider.instance.get())&&(methodChecker.algoExists(this.algorithm)))
|
||||
|
|
Loading…
Reference in New Issue