X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fclustering%2Fservices%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fclustering%2Fservices%2FIClusterGlobalServices.java;fp=opendaylight%2Fclustering%2Fservices%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fclustering%2Fservices%2FIClusterGlobalServices.java;h=0000000000000000000000000000000000000000;hp=e25a9537c0a07c7e0525e59f2bb951a922377355;hb=42c32160bfd41de57189bb246fec5ffb48ed8e9e;hpb=edf5bfcee83c750853253ccfd991ba7000f5f65b diff --git a/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterGlobalServices.java b/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterGlobalServices.java deleted file mode 100644 index e25a9537c0..0000000000 --- a/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterGlobalServices.java +++ /dev/null @@ -1,30 +0,0 @@ - -/* - * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License v1.0 which accompanies this distribution, - * and is available at http://www.eclipse.org/legal/epl-v10.html - */ - -/** - * @file IClusterGlobalServices.java - * - * @brief : Set of services an application will expect from the - * clustering services provider. This interface is supposed to have - * Global scope - * - * Contract between the applications and the clustering service - * providers. Global version - */ - -package org.opendaylight.controller.clustering.services; - -/** - * Set of services an application will expect from the clustering services - * provider. This interface is supposed to have Global scope - * - */ -public interface IClusterGlobalServices extends IClusterServicesCommon { - public void removeContainerCaches(String containerName); -}