Remove FlowGroupCacheManager crud
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / device / DeviceManager.java
index 39e04c25e5a720998b0afb75abbf7a9009e0ebd8..5c08e93d86d0942dd92a0935347c674bd784e816 100644 (file)
@@ -9,6 +9,7 @@ package org.opendaylight.openflowplugin.api.openflow.device;
 
 import com.google.common.util.concurrent.ListenableFuture;
 import org.eclipse.jdt.annotation.NonNull;
+import org.opendaylight.openflowplugin.api.openflow.FlowGroupInfoHistories;
 import org.opendaylight.openflowplugin.api.openflow.OFPManager;
 import org.opendaylight.openflowplugin.api.openflow.connection.ConnectionContext;
 import org.opendaylight.openflowplugin.api.openflow.lifecycle.ContextChainHolder;
@@ -22,9 +23,7 @@ import org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier;
  * registering transaction chain for each DeviceContext. Each device
  * has its own device context managed by this manager.
  */
-public interface DeviceManager extends
-        OFPManager,
-        TranslatorLibrarian {
+public interface DeviceManager extends OFPManager, TranslatorLibrarian, FlowGroupInfoHistories {
 
     /**
      * invoked after all services injected.