indexing description: "[ A common interface for all EGS_DATA_EVENT_SESSION types. A session is a statefull service used to register event listeners to the space @see EGS_EVENT_SESSION_FACTORY, EGS_EVENT_SESSION_CONFIG, EGS_DATA_EVENT_SESSION, EGS_EVENT_REGISTRATION ]" legal: "See notice at end of class." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" deferred class EGS_EVENT_SESSION inherit EGS_EXTERNAL_CPP_OBJECT EGS_SHARED_EXCEPTION_HANDLER feature close is -- closes the session and unregister all listeners. deferred end indexing library: "egigs-cpp: Library for accessing the GigaSpaces platform, POCO library based implementation." copyright: "Copyright (c) 2008, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end