org.apache.geronimo.jetty.requestlog
Interface JettyRequestLog

All Known Implementing Classes:
NCSARequestLog

public interface JettyRequestLog

Interface for the NCSARequestLog GBean

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Method Summary
 String getAbsoluteFilePath()
           
 String getFilename()
           
 String[] getIgnorePaths()
           
 String getLogDateFormat()
           
 String getLogTimeZone()
           
 int getRetainDays()
           
 boolean isAppend()
           
 boolean isExtended()
           
 boolean isPreferProxiedForAddress()
           
 void setAppend(boolean a)
           
 void setExtended(boolean e)
           
 void setFilename(String filename)
           
 void setIgnorePaths(String[] ignorePaths)
           
 void setLogDateFormat(String format)
           
 void setLogTimeZone(String tz)
           
 void setPreferProxiedForAddress(boolean value)
           
 void setRetainDays(int retainDays)
           
 

Method Detail

setFilename

public void setFilename(String filename)

getFilename

public String getFilename()

getAbsoluteFilePath

public String getAbsoluteFilePath()

setLogDateFormat

public void setLogDateFormat(String format)

getLogDateFormat

public String getLogDateFormat()

setLogTimeZone

public void setLogTimeZone(String tz)

getLogTimeZone

public String getLogTimeZone()

getRetainDays

public int getRetainDays()

setRetainDays

public void setRetainDays(int retainDays)

isExtended

public boolean isExtended()

setExtended

public void setExtended(boolean e)

isAppend

public boolean isAppend()

setAppend

public void setAppend(boolean a)

setIgnorePaths

public void setIgnorePaths(String[] ignorePaths)

getIgnorePaths

public String[] getIgnorePaths()

setPreferProxiedForAddress

public void setPreferProxiedForAddress(boolean value)

isPreferProxiedForAddress

public boolean isPreferProxiedForAddress()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.