Class ProfileSession


  • public class ProfileSession
    extends Object
    Author:
    Joram Barrez
    • Constructor Detail

      • ProfileSession

        public ProfileSession​(String name)
    • Method Detail

      • setCurrentCommandExecution

        public void setCurrentCommandExecution​(CommandExecutionResult commandExecutionResult)
      • clearCurrentCommandExecution

        public void clearCurrentCommandExecution()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getStartTime

        public Date getStartTime()
      • setStartTime

        public void setStartTime​(Date startTime)
      • getEndTime

        public Date getEndTime()
      • setEndTime

        public void setEndTime​(Date endTimeStamp)
      • getTotalTime

        public long getTotalTime()
      • setTotalTime

        public void setTotalTime​(long totalTime)