8081828384858687888990
try { startingTime = System.currentTimeMillis(); AsynchronousResponse taskResult = _taskImpl.process(_inputParametersImpl); endingTime = System.currentTimeMillis();
8182838485868788899091
138139140141142143144145146147148
if (asynchronousTask.getResponse().getResponseCode() == AsynchronousConstants.OK) { AsynchronousResponse atask = (AsynchronousResponse) asynchronousTask .getResponse()
161162163164165166167168169170171172173174175176177
if (asynchronousTask == null) return null; AsynchronousResponse asynchronousResponse = waitForResponse(asynchronousTask); if (asynchronousResponse.getResponseCode() == OK) return asynchronousResponse.getResult(); else return null;