/* * 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 IClusterContainerServices.java * * @brief : Set of services and application will expect from the * clustering services provider. This interface is per-container and so * the container parameter is implicitely known * * Contract between the applications and the clustering service * providers. Container version */ package org.opendaylight.controller.clustering.services; /** * Set of services and application will expect from the * clustering services provider. This interface is per-container and so * the container parameter is implicitly known * */ public interface IClusterContainerServices extends IClusterServicesCommon { }