5657585960616263646566
Work work = new WorkTask(this); try { // Submits the work, but does not wait for the result. // In other words, it spawns a new thread workManager.startWork(work); } catch (WorkException e) { throw new ResourceAdapterInternalException(e); } }
124125126127128129130131132133134
try { wm.start(); wm.startWork(new Work() { public void release() { // no-op }