IceLocatorDiscovery.Lookup Maven / Gradle / Ivy
// **********************************************************************
//
// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
//
// Ice version 3.7.1
//
//
//
// Generated from file `IceLocatorDiscovery.ice'
//
// Warning: do not edit this file.
//
//
//
package IceLocatorDiscovery;
/**
* The Ice lookup interface is implemented by Ice locator
* implementations and can be used by clients to find available Ice
* locators on the network.
*
* Ice locator implementations provide a well-known `Ice/LocatorLookup'
* object accessible through UDP multicast. Clients typically make a
* multicast findLocator request to find the locator proxy.
*
* @see LookupReply
*
**/
public interface Lookup extends _LookupOperations, _LookupOperationsNC,
Ice.Object
{
public static final String ice_staticId = "::IceLocatorDiscovery::Lookup";
public static final long serialVersionUID = 3752184576639430866L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy