Class ReceivedStat

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

public class ReceivedStat extends Command
The ReceivedStat command. Returns the total amount of received messages.
  • Constructor Details

    • ReceivedStat

      public ReceivedStat()
  • Method Details

    • execute

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