Cluster schema resolution pipeline
[netconf.git] / opendaylight / netconf / sal-netconf-connector / src / main / java / org / opendaylight / netconf / sal / connect / netconf / listener / NetconfDeviceCommunicator.java
index d174d9546abec51ac1ba482a79875511712e7eed..27b05ee5ef36d8378a99a4614730aeca2a501f2b 100644 (file)
@@ -48,9 +48,9 @@ public class NetconfDeviceCommunicator implements NetconfClientSessionListener,
 
     private static final Logger LOG = LoggerFactory.getLogger(NetconfDeviceCommunicator.class);
 
-    private final RemoteDevice<NetconfSessionPreferences, NetconfMessage, NetconfDeviceCommunicator> remoteDevice;
+    protected final RemoteDevice<NetconfSessionPreferences, NetconfMessage, NetconfDeviceCommunicator> remoteDevice;
     private final Optional<NetconfSessionPreferences> overrideNetconfCapabilities;
-    private final RemoteDeviceId id;
+    protected final RemoteDeviceId id;
     private final Lock sessionLock = new ReentrantLock();
 
     // TODO implement concurrent message limit