Addding a new method to let the clients of clustering service 57/3157/6
authorAsad Ahmed <asaahmed@cisco.com>
Wed, 27 Nov 2013 18:41:59 +0000 (10:41 -0800)
committerAsad Ahmed <asaahmed@cisco.com>
Tue, 3 Dec 2013 23:10:22 +0000 (15:10 -0800)
commitc6deff15901f1f4ae649bf6aaf257484175113b7
treecc292a1b91b5585d5cf45d3736c984a73b6673d9
parent6bd549c008c3ff070d82010da91fd1dc159431c5
Addding a new method to let the clients of clustering service
specify a transaction timeout when they start a transaction

Change-Id: Icad02808e37d7852907a417436c72cbcff8e62f1
Signed-off-by: Asad Ahmed <asaahmed@cisco.com>
17 files changed:
opendaylight/clustering/integrationtest/pom.xml
opendaylight/clustering/services/pom.xml
opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterServices.java
opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterServicesCommon.java
opendaylight/clustering/services_implementation/pom.xml
opendaylight/clustering/services_implementation/src/main/java/org/opendaylight/controller/clustering/services_implementation/internal/ClusterManager.java
opendaylight/clustering/services_implementation/src/main/java/org/opendaylight/controller/clustering/services_implementation/internal/ClusterManagerCommon.java
opendaylight/clustering/stub/pom.xml
opendaylight/clustering/stub/src/main/java/org/opendaylight/controller/clustering/stub/internal/ClusterManagerCommon.java
opendaylight/commons/opendaylight/pom.xml
opendaylight/configuration/integrationtest/pom.xml
opendaylight/distribution/opendaylight/pom.xml
opendaylight/forwardingrulesmanager/integrationtest/pom.xml
opendaylight/hosttracker/integrationtest/pom.xml
opendaylight/northbound/integrationtest/pom.xml
opendaylight/statisticsmanager/integrationtest/pom.xml
opendaylight/switchmanager/integrationtest/pom.xml