Class SessionStat

java.lang.Object
com.epam.admintool.commands.Command
com.epam.admintool.commands.statistic.SessionStat

public class SessionStat extends Command
The SessionStat command. Returns the statistic of session.
  • Constructor Details

    • SessionStat

      public SessionStat()
  • Method Details

    • execute

      public void execute()
      Description copied from class: Command
      Execute command.
      Specified by:
      execute in class Command