]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/tasks/SlcManagerTask.java
Replace executable by runnable
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / src / main / java / org / argeo / slc / core / execution / tasks / SlcManagerTask.java
index c14c629da0752e3217294b67513068ca995cae5a..4da708cb04cbd215c214fec90b1fe3633f249071 100644 (file)
@@ -6,13 +6,12 @@ import java.util.UUID;
 import org.argeo.slc.SlcException;\r
 import org.argeo.slc.deploy.DeployedSystem;\r
 import org.argeo.slc.deploy.DeployedSystemManager;\r
-import org.argeo.slc.execution.Executable;\r
 import org.argeo.slc.process.SlcExecution;\r
 import org.argeo.slc.process.SlcExecutionRelated;\r
 import org.argeo.slc.process.SlcExecutionStep;\r
 import org.argeo.slc.structure.StructureRegistry;\r
 \r
-public class SlcManagerTask implements Executable, SlcExecutionRelated {\r
+public class SlcManagerTask implements Runnable, SlcExecutionRelated {\r
        private String uuid;\r
        private String slcExecutionUuid;\r
        private String slcExecutionStepUuid;\r
@@ -20,7 +19,7 @@ public class SlcManagerTask implements Executable, SlcExecutionRelated {
        private String action;\r
        private DeployedSystemManager<DeployedSystem> manager;\r
 \r
-       public final void execute() {\r
+       public final void run() {\r
                uuid = UUID.randomUUID().toString();\r
                executeActions(StructureRegistry.ALL);\r
        }\r