Ice.LocatorFinder Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.4
//
//
//
// Generated from file `Locator.ice'
//
// Warning: do not edit this file.
//
//
//
package Ice;
/**
* This inferface should be implemented by services implementing the
* Ice::Locator interface. It should be advertised through an Ice
* object with the identity `Ice/LocatorFinder'. This allows clients
* to retrieve the locator proxy with just the endpoint information of
* the service.
*
**/
public interface LocatorFinder extends _LocatorFinderOperations, _LocatorFinderOperationsNC,
Object
{
public static final String ice_staticId = "::Ice::LocatorFinder";
public static final long serialVersionUID = 6792677604823985608L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy