indexing description: "[ Provides an interface for a Config object that holds configuration properties for a EGS_TRANSACTION_MANAGER Distributed Transaction Manager. Each type of a Distributed Transaction Manager is represented by a concrete Config object. Specifically, to obtain a Transaction Manager based on Jini Mahalo one should use JiniConfig. The Config object is passed as an argument to EGS_SPACE_PROXY.get_distributed_transaction_manager ]" legal: "See notice at end of class." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" deferred class EGS_CONFIG inherit EGS_EXTERNAL_CPP_OBJECT feature -- Queries feature {NONE} -- externals cpp_delete (obj_ptr: POINTER) is external "C++ inline use " alias "delete ((OpenSpaces::IConfigPtr*)$obj_ptr)" 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