
org.eclipse.ecf.discovery.IDiscoveryContainerAdapter Maven / Gradle / Ivy
The newest version!
/****************************************************************************
* Copyright (c) 2004 Composent, Inc. and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors: Composent, Inc. - initial API and implementation
*
* SPDX-License-Identifier: EPL-2.0
*****************************************************************************/
package org.eclipse.ecf.discovery;
/**
* Entry point discovery container adapter. This interface exposes the ability
* to add/remove listeners for newly discovered services and service types,
* register and unregister locally provided services, and get (synch) and
* request (asynchronous) service info from a remote service provider.
*
* This interface can be used by container provider implementations as an
* adapter so that calls to
* IContainer.getAdapter(IDiscoveryContainerAdapter.class) will return a
* non-null instance of a class that implements this interface. Clients can then
* proceed to use this interface to interact with the given discovery
* implementation.
*
* @deprecated Use IDisocveryLocator and IDisocveryAdvertiser instead
*/
public interface IDiscoveryContainerAdapter extends IDiscoveryLocator,
IDiscoveryAdvertiser {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy