Improve Argeo Init shutdown sequence.
[lgpl/argeo-commons.git] / org.argeo.init / src / org / argeo / init / RuntimeContext.java
index 7dd8e6c0c65832ed499c097d8e4508d74520bcbe..1d3c743ca765b85b564a8cf9f8ff213158463a79 100644 (file)
@@ -1,5 +1,7 @@
 package org.argeo.init;
 
-public interface RuntimeContext extends Runnable, AutoCloseable {
+public interface RuntimeContext extends Runnable {
        void waitForStop(long timeout) throws InterruptedException;
+
+       void close() throws Exception;
 }