public synchronized void destroyContext(Bundle bundle) { RuntimeContext ctx = contexts.remove(bundle.getSymbolicName()); if (ctx != null) { ctx.destroy(); } }
@After public void undeploy() { rc.destroy(); rc = null; }