Package rma.util

Class Timer

java.lang.Object
rma.util.Timer
All Implemented Interfaces:
Serializable

public class Timer extends Object implements Serializable
See Also:
  • Field Details

    • _process

      protected String _process
    • _name

      protected String _name
    • _start

      protected long _start
    • _stop

      protected long _stop
  • Constructor Details

    • Timer

      public Timer(String process, String name)
    • Timer

      public Timer(String name)
    • Timer

      public Timer()
  • Method Details

    • setName

      public void setName(String name)
    • setProcess

      public void setProcess(String process)
    • getProcess

      public String getProcess()
    • getName

      public String getName()
    • start

      public void start()
    • stop

      public void stop()
    • getStart

      public long getStart()
    • getStop

      public long getStop()
    • getTime

      public long getTime()
    • getSeconds

      public int getSeconds()
    • getMinutes

      public int getMinutes()
    • getHours

      public int getHours()
    • getDays

      public int getDays()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setDescription

      public void setDescription(String str)
    • getDescription

      public String getDescription()
    • log

      public void log(String extra)
    • log

      public void log()