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

com.zeroc.IceLocatorDiscovery.Plugin Maven / Gradle / Ivy

Go to download

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