Class ConfigureBgpCli

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

    public class ConfigureBgpCli
    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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addNeighbor()  
      protected void addRoute()  
      protected void deleteRoute()  
      protected java.lang.Object doExecute()  
      long getAsNumber​(java.lang.String nbrIp)  
      boolean validateStalepathTime()  
      • 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
    • Method Detail

      • doExecute

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

        public boolean validateStalepathTime()
      • getAsNumber

        public long getAsNumber​(java.lang.String nbrIp)
      • addNeighbor

        protected void addNeighbor()
      • addRoute

        protected void addRoute()
      • deleteRoute

        protected void deleteRoute()