X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.init%2Fsrc%2Forg%2Fargeo%2Finit%2FRuntimeContext.java;fp=org.argeo.init%2Fsrc%2Forg%2Fargeo%2Finit%2FRuntimeContext.java;h=0000000000000000000000000000000000000000;hb=722dc6b20b15014e3d963bd09617ddfd9b63a89f;hp=d83f2ca1c22cb04bf7fad1a1a95e1ce575d256b5;hpb=14d78f16b17e152d0f34021fc4771606b12f1604;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.init/src/org/argeo/init/RuntimeContext.java b/org.argeo.init/src/org/argeo/init/RuntimeContext.java deleted file mode 100644 index d83f2ca1c..000000000 --- a/org.argeo.init/src/org/argeo/init/RuntimeContext.java +++ /dev/null @@ -1,10 +0,0 @@ -package org.argeo.init; - -/** A runtime context with a life cycle. */ -public interface RuntimeContext extends Runnable { - /** Wait until this runtime context has closed. */ - void waitForStop(long timeout) throws InterruptedException; - - /** Close this runtime context. */ - void close() throws Exception; -}