208209210211212213214215
public static ContextService getFactory() { ContextService csf = factory; if (csf == null) throw new ShutdownException(); return csf; }
205206207208209210211212
463464465466467468469470
source interrupted the thread. */ private void checkInterrupt() { if (shutdown) { // system must have changed underneath us throw new ShutdownException(); } }
432433434435436437438439
206207208209210211212213
459460461462463464465466
431432433434435436437438