X-Git-Url: http://git.argeo.org/?p=lgpl%2Fargeo-commons.git;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;hp=d83f2ca1c22cb04bf7fad1a1a95e1ce575d256b5;hb=b95462873703848193e56fcbe997693630db6121;hpb=55d88fba80cec198a0f11ba7545e19878c51fc5e 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; -}