Class DeleteMetricsCmd

  • All Implemented Interfaces:
    java.io.Serializable, Command<java.lang.Void>

    public class DeleteMetricsCmd
    extends java.lang.Object
    implements Command<java.lang.Void>, java.io.Serializable
    Author:
    Daniel Meyer
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String reporter  
      protected java.util.Date timestamp  
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteMetricsCmd​(java.util.Date timestamp, java.lang.String reporter)  
    • Field Detail

      • timestamp

        protected java.util.Date timestamp
      • reporter

        protected java.lang.String reporter
    • Constructor Detail

      • DeleteMetricsCmd

        public DeleteMetricsCmd​(java.util.Date timestamp,
                                java.lang.String reporter)
    • Method Detail

      • writeUserOperationLog

        protected void writeUserOperationLog​(CommandContext commandContext)