232233234235236237238239240241242
/* else if (! cometController.isAsyncStarted()) throw new IllegalStateException(L.l("dispatch is not valid when async cycle has not started, i.e. before startAsync.")); */ cometController.wake(); } @Override public void dispatch(String path) {
210211212213214215216217218219220
AsyncController cometController = _cometController; if (cometController == null) throw new IllegalStateException(L.l("dispatch is not valid when no AsyncContext is available")); cometController.wake(); } @Override public void dispatch(String path) {