This commit is contained in:
Ciro Formisano 2017-12-05 15:21:18 +00:00
parent 325f3a3b86
commit 0126b5cd42
1 changed files with 5 additions and 2 deletions

View File

@ -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)))