Class ProfileLogInfo

java.lang.Object
org.eclnt.jsfserver.util.ProfileLogInfo

public class ProfileLogInfo extends Object
  • Field Details

    • TYPE_TOTAL

      public static String TYPE_TOTAL
    • TYPE_GET

      public static String TYPE_GET
    • TYPE_INVOK

      public static String TYPE_INVOK
    • TYPE_PHASE

      public static String TYPE_PHASE
    • TYPE_COMMENT

      public static String TYPE_COMMENT
  • Constructor Details

    • ProfileLogInfo

      public ProfileLogInfo(String type, long duration, String comment)
  • Method Details

    • getDuration

      public long getDuration()
    • getComment

      public String getComment()
    • getType

      public String getType()