com.zeroc.IceLocatorDiscovery.Plugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icelocatordiscovery Show documentation
Show all versions of icelocatordiscovery Show documentation
Ice plug-in that enables the discovery of IceGrid and custom locators via UDP multicast
The newest version!
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
package com.zeroc.IceLocatorDiscovery;
import java.util.List;
public interface Plugin extends com.zeroc.Ice.Plugin
{
List getLocators(String instanceName, int waitTime);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy