A utility class for {@link RolapConnection}. It specializes in shepherding the creation of RolapResult by running the actual execution on a separate thread from the user thread so we can:
Monitor all executions for timeouts and resource limits as they run in the background
Bubble exceptions to the user thread as fast as they happen.
Gracefully cancel all SQL statements and cleanup in the background.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.