|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.resin.AbstractResinConfig
public abstract class AbstractResinConfig
The ResinConfig class represents configuration for
the top-level
Constructor Summary
AbstractResinConfig()
Method Summary
void
addLog(LogConfig log)
Overrides standard
void
addLogger(LoggerConfig logger)
Overrides standard
void
addLogHandler(LogHandlerConfig logHandler)
Overrides standard
LogConfig
createLog()
LoggerConfig
createLogger()
LogHandlerConfig
createLogHandler()
Overrides standard
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.caucho.loader.EnvironmentBean
getClassLoader
Constructor Detail
AbstractResinConfig
public AbstractResinConfig()
Method Detail
createLogger
@Configurable
public LoggerConfig createLogger()
addLogger
@Configurable
public void addLogger(LoggerConfig logger)
createLog
@Configurable
public LogConfig createLog()
addLog
@Configurable
public void addLog(LogConfig log)
throws java.io.IOException
java.io.IOException
createLogHandler
@Configurable
public LogHandlerConfig createLogHandler()
addLogHandler
@Configurable
public void addLogHandler(LogHandlerConfig logHandler)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD