Class L2GwValidateCli

  • All Implemented Interfaces:
    org.apache.felix.gogo.commands.Action, org.apache.karaf.shell.commands.Action, org.apache.karaf.shell.console.BundleContextAware

    public class L2GwValidateCli
    extends org.apache.karaf.shell.console.OsgiCommandSupport
    • Field Summary

      • Fields inherited from class org.apache.karaf.shell.console.OsgiCommandSupport

        bundleContext, usedReferences
      • Fields inherited from class org.apache.karaf.shell.console.AbstractAction

        log, session
    • Constructor Summary

      Constructors 
      Constructor Description
      L2GwValidateCli​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, L2GatewayCache l2GatewayCache, org.opendaylight.genius.utils.hwvtep.HwvtepNodeHACache hwvtepNodeHACache)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable java.lang.Object doExecute()  
      • Methods inherited from class org.apache.karaf.shell.console.OsgiCommandSupport

        execute, getAllServices, getAllServices, getBundleContext, getService, getService, setBundleContext, ungetServices
      • Methods inherited from class org.apache.karaf.shell.console.AbstractAction

        checkInterrupted
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • L2GwValidateCli

        public L2GwValidateCli​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                               L2GatewayCache l2GatewayCache,
                               org.opendaylight.genius.utils.hwvtep.HwvtepNodeHACache hwvtepNodeHACache)
    • Method Detail

      • doExecute

        public @Nullable java.lang.Object doExecute()
                                             throws java.lang.Exception
        Specified by:
        doExecute in class org.apache.karaf.shell.console.AbstractAction
        Throws:
        java.lang.Exception