LogFileResponse result = service.getLogEntries((RequestContext)ctx, (String)args[0], (Integer)args[1], timeConstraints);
observer.onResult(new ExecutionResult(result));
} catch (CougarException ce) {
exceptionHandlingObserver.onResult(new ExecutionResult(ce));
} catch (TestingException ex) {
exceptionHandlingObserver.onResult(new ExecutionResult((CougarApplicationException)ex));
};
}
});
executableMap.put(TestingServiceDefinition.getLogEntriesByDateRangeKey,