Class HwvtepDisconnectCliCmd

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

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

      Fields 
      Modifier and Type Field Description
      static org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId HWVTEP_TOPOLOGY_ID  
      • Fields inherited from class org.apache.karaf.shell.console.OsgiCommandSupport

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

        log, session
    • Field Detail

      • HWVTEP_TOPOLOGY_ID

        public static final org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId HWVTEP_TOPOLOGY_ID
    • Constructor Detail

      • HwvtepDisconnectCliCmd

        public HwvtepDisconnectCliCmd()
    • Method Detail

      • setDataBroker

        public void setDataBroker​(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
      • doExecute

        protected Object doExecute()
                            throws Exception
        Specified by:
        doExecute in class org.apache.karaf.shell.console.AbstractAction
        Throws:
        Exception