indexing description: "" legal: "See notice at end of class." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" deferred class EGS_PROXY_ADMIN feature get_finder_url: EGS_SPACE_URL is -- Returns the SPACE_URL instance which was used to find the space. deferred end get_read_modifiers: INTEGER is -- Gets the proxy Read Modifiers. deferred end get_update_modifiers: INTEGER is -- Gets the proxy Update Modifiers. deferred end is_fifo: BOOLEAN is -- gets Fifo mode for proxy. deferred end is_no_write_lease_mode: BOOLEAN is -- Checks the write mode. deferred end is_optimistic_locking_enabled: BOOLEAN is --Returns status of Optimistic Lock protocol. deferred end is_secured: BOOLEAN is -- Returns an indication : is this space secured. deferred end set_default_transaction (transaction: EGS_TRANSACTION) is -- Sets default transaction to use in case that null parameter is used as transaction parameter with JavaSpace methods. deferred end set_fifo (enabled: BOOLEAN) is -- Sets Fifo mode for proxy. deferred end set_no_write_lease_mode (mode: BOOLEAN) is -- If set to true, Lease object will not return from write/writeMultiple operations. deferred end set_optimistic_locking (enabled: BOOLEAN) is -- Enable/Disable Optimistic Lock protocol. deferred end set_read_modifiers (modifiers: INTEGER) is -- Sets the read mode modifiers for proxy level. deferred end set_security_context (context: EGS_SECURITY_CONTEXT) is -- This function is called by the client (usually at the beginning of the session) in order to set a security context for the following operations. deferred end set_update_modifiers (modifiers: INTEGER) is -- Sets the update mode modifiers for proxy level. deferred end indexing library: "egigs-jni: Library for accessing the GigaSpaces platform, JNI 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