Initial opendaylight infrastructure commit!!
[controller.git] / opendaylight / clustering / services / src / main / java / org / opendaylight / controller / clustering / services / IClusterContainerServices.java
1
2 /*
3  * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
4  *
5  * This program and the accompanying materials are made available under the
6  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  * and is available at http://www.eclipse.org/legal/epl-v10.html
8  */
9
10 /**
11  * @file   IClusterContainerServices.java
12  *
13  * @brief  : Set of services and application will expect from the
14  * clustering services provider. This interface is per-container and so
15  * the container parameter is implicitely known
16  *
17  * Contract between the applications and the clustering service
18  * providers. Container version
19  */
20
21 package org.opendaylight.controller.clustering.services;
22
23 /**
24  * Set of services and application will expect from the
25  * clustering services provider. This interface is per-container and so
26  * the container parameter is implicitely known
27  *
28  */
29 public interface IClusterContainerServices extends IClusterServicesCommon {
30 }