org.rhq.core.pluginapi.util
Class ResponseTimeLogParser.LogEntry

java.lang.Object
  extended by org.rhq.core.pluginapi.util.ResponseTimeLogParser.LogEntry
Enclosing class:
ResponseTimeLogParser

public class ResponseTimeLogParser.LogEntry
extends Object


Constructor Summary
ResponseTimeLogParser.LogEntry(String url, long startTime, long duration, Integer statusCode, String ipAddress)
           
 
Method Summary
 long getDuration()
           
 String getIpAddress()
           
 long getStartTime()
           
 Integer getStatusCode()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseTimeLogParser.LogEntry

public ResponseTimeLogParser.LogEntry(@NotNull
                                      String url,
                                      long startTime,
                                      long duration,
                                      @Nullable
                                      Integer statusCode,
                                      @Nullable
                                      String ipAddress)
Method Detail

getUrl

@NotNull
public String getUrl()

getStartTime

public long getStartTime()

getDuration

public long getDuration()

getStatusCode

@Nullable
public Integer getStatusCode()

getIpAddress

@Nullable
public String getIpAddress()


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.