]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModule.java
ExecutionContext transformed to interface; mapping from ExecutionContexts to Threads...
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / execution / ExecutionModule.java
index fd197efc4ee2de9861f4896ce7b6729c389307db..4c51e2d55af453e3a1406adf65a106a8a5c00622 100644 (file)
@@ -6,6 +6,8 @@ public interface ExecutionModule {
        public String getName();
 
        public String getVersion();
+       
+       public ExecutionContext getExecutionContext();
 
        public ExecutionModuleDescriptor getDescriptor();