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); } }