Klasse LogEntry

java.lang.Object
de.uplanet.lucy.server.monitor.log.LogEntry
Alle implementierten Schnittstellen:
groovy.lang.GroovyObject

@Scriptable public final class LogEntry extends Object implements groovy.lang.GroovyObject
  • Felddetails

    • DATE_FMT_STR

      public static final String DATE_FMT_STR
      The date format used for logging.
      Siehe auch:
    • DELIMITER

      public static final char DELIMITER
      The default field seperator.
      Siehe auch:
    • ESCAPE

      public static final char ESCAPE
      The escape character (\).
      Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getTime

      public long getTime()
      Get the log time of this statistics entry
      Gibt zurück:
      The log time in milliseconds since midnight, 1970-01-01 UTC.
    • hasValue

      public boolean hasValue(String p_strKey)
    • getValue

      public String getValue(String p_strKey)
    • getAt

      public Object getAt(String p_strKey)
    • hasProperty

      public boolean hasProperty(String p_strName)
    • getProperty

      public Object getProperty(String p_strName)
      Angegeben von:
      getProperty in Schnittstelle groovy.lang.GroovyObject
    • setProperty

      public void setProperty(String p_strName, Object p_value)
      Angegeben von:
      setProperty in Schnittstelle groovy.lang.GroovyObject
    • invokeMethod

      public Object invokeMethod(String p_strName, Object p_args)
      Angegeben von:
      invokeMethod in Schnittstelle groovy.lang.GroovyObject
    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Angegeben von:
      getMetaClass in Schnittstelle groovy.lang.GroovyObject
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass p_metaClass)
      Angegeben von:
      setMetaClass in Schnittstelle groovy.lang.GroovyObject
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object