indexing description: "" legal: "See notice at end of class." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" deferred class EGS_SERVER_ADMIN feature clean is -- Deletes all data and metadata from the space, terminates all threads and re-initializes the engine. deferred end drop_class (name: STRING) is -- Drops all Class's entries and all its templates from the space. deferred end get_admin: ANY is -- Returns the admin object to the remote part of this space deferred end get_container: EGS_SPACE_CONTAINER is -- Returns the container proxy this space resides in. deferred end get_name: STRING is -- Returns the name of this space. deferred end get_referent_uuid: EGS_UUID is -- Returns the unique Uuid of this space instance. deferred end get_stub_handler: EGS_STUB_HANDLER is -- Returns the StubHandler of this space. deferred end get_url: EGS_SPACE_URL is -- Returns the EGS_SPACE_URL instance which was used to find the space. deferred end is_embedded: BOOLEAN is -- Returns true if the proxy is connected to a clustered space, otherwise false. deferred end ping is --Checks whether the space is alive and accessible. 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