| java.lang.Object org.apache.geronimo.jetty6.requestlog.JettyLogManagerImpl
JettyLogManagerImpl | public class JettyLogManagerImpl implements JettyLogManager(Code) | | Jetty implementation of the WebAccessLog management interface.
version: $Rev: 482336 $ $Date: 2006-12-04 12:12:19 -0800 (Mon, 04 Dec 2006) $ |
Inner Class :static class PatternFilenameFilter implements FilenameFilter | |
Field Summary | |
final public static GBeanInfo | GBEAN_INFO |
GBEAN_INFO | final public static GBeanInfo GBEAN_INFO(Code) | | |
JettyLogManagerImpl | public JettyLogManagerImpl(ServerInfo serverInfo, Collection logGbeans)(Code) | | |
getGBeanInfo | public static GBeanInfo getGBeanInfo()(Code) | | |
getLogFileNames | public String[] getLogFileNames(String logName)(Code) | | Gets the names of all log files for this log name.
Parameters: logName - The name of the log for which to return the specific file names. An array of log file names |
getLogNames | public String[] getLogNames()(Code) | | Gets the name of all logs used by this system. Typically there
is only one, but specialized cases may use more.
An array of all log names |
|
|