Class ShowSessionStatsCommandProvider

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

    public class ShowSessionStatsCommandProvider
    extends org.apache.karaf.shell.console.OsgiCommandSupport
    Created by Martin Bobak <mbobak@cisco.com> on 21.5.2015.
    • 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 Detail

      • ShowSessionStatsCommandProvider

        public ShowSessionStatsCommandProvider()
    • Method Detail

      • doExecute

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