All Downloads are FREE. Search and download functionalities are using the official Maven repository.

IceGrid._LocatorOperations Maven / Gradle / Ivy

There is a newer version: 3.7.10
Show newest version
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.3
//
// 
//
// Generated from file `Registry.ice'
//
// Warning: do not edit this file.
//
// 
//

package IceGrid;

/**
 * The IceGrid locator interface provides access to the {@link Query}
 * and {@link Registry} object of the IceGrid registry.
 *
 * @see Query
 * @see Registry
 *
 **/
public interface _LocatorOperations extends Ice._LocatorOperations
{
    /**
     * Get the proxy of the registry object hosted by this IceGrid
     * registry.
     *
     * @param current The Current object for the invocation.
     * @return The proxy of the registry object.
     *
     **/
    RegistryPrx getLocalRegistry(Ice.Current current);

    /**
     * Get the proxy of the query object hosted by this IceGrid
     * registry.
     *
     * @param current The Current object for the invocation.
     * @return The proxy of the query object.
     *
     **/
    QueryPrx getLocalQuery(Ice.Current current);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy