Merge "Prevent ConfigPusher from killing its thread"
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / sal / dom / broker / spi / RpcRouter.java
index 6886f892c6c851af6cb4e6ed8053cb1b44750cb4..9881be0481cf016a8b48259ef3719effea75f3a3 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 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
+ */
 package org.opendaylight.controller.sal.dom.broker.spi;
 
 import java.util.Set;
@@ -26,6 +33,4 @@ public interface RpcRouter extends RpcProvisionRegistry, RpcImplementation {
     
     @Override
     public RpcResult<CompositeNode> invokeRpc(QName rpc, CompositeNode input);
-
-    ListenerRegistration<RpcRegistrationListener> addRpcRegistrationListener(RpcRegistrationListener listener);
 }