IceGrid.Locator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icegrid-compat Show documentation
Show all versions of icegrid-compat Show documentation
Locate, deploy, and manage Ice servers
//
// 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 Locator extends _LocatorOperations, _LocatorOperationsNC,
Ice.Locator
{
public static final String ice_staticId = "::IceGrid::Locator";
public static final long serialVersionUID = -4845856545152329819L;
}