HiveSessionManager is a Runnable started inside a web application context. It's basic function is to hold a collection of SessionItem(s). It also works as a facade, as jsp clients can not create a Hive Session directly. Hive Sessions are long lived, unlike a traditional Query and Block system clients set up the query to be started with an instance of this class.
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.