Exctract EventLoopGroup instances to constructorparameters for netconf client and... 64/2664/2
authorMaros Marsalek <mmarsale@cisco.com>
Tue, 12 Nov 2013 13:09:08 +0000 (14:09 +0100)
committerMaros Marsalek <mmarsale@cisco.com>
Tue, 12 Nov 2013 14:27:22 +0000 (15:27 +0100)
commit39ff0e7188f56f5c639cf81c2402db4c5dc85772
tree8495ec75845fa71929b9b1fea704d71a0ed905fe
parentd04486e64562956fd518cc35225a924f65cb1c69
Exctract EventLoopGroup instances to constructorparameters for netconf client and server dispatcher

Change-Id: I6edd9d3eda371bc427fae178bc445dee2dc3169b
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
opendaylight/netconf/config-persister-impl/pom.xml
opendaylight/netconf/config-persister-impl/src/main/java/org/opendaylight/controller/netconf/persist/impl/ConfigPersisterNotificationHandler.java
opendaylight/netconf/netconf-client/src/main/java/org/opendaylight/controller/netconf/client/NetconfClientDispatcher.java
opendaylight/netconf/netconf-client/src/main/java/org/opendaylight/controller/netconf/client/NetconfSshClientDispatcher.java
opendaylight/netconf/netconf-impl/pom.xml
opendaylight/netconf/netconf-impl/src/main/java/org/opendaylight/controller/netconf/impl/NetconfServerDispatcher.java
opendaylight/netconf/netconf-impl/src/main/java/org/opendaylight/controller/netconf/impl/osgi/NetconfImplActivator.java
opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/ConcurrentClientsTest.java
opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/NetconfDispatcherImplTest.java
opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/NetconfITSecureTest.java
opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/NetconfITTest.java