com.caucho.server.resin
Class AbstractResinConfig

java.lang.Object
  extended by com.caucho.server.resin.AbstractResinConfig
All Implemented Interfaces:
EnvironmentBean
Direct Known Subclasses:
BootResinConfig, ResinConfig

public abstract class AbstractResinConfig
extends java.lang.Object
implements EnvironmentBean

The ResinConfig class represents configuration for the top-level system.


Constructor Summary
AbstractResinConfig()
           
 
Method Summary
 void addLog(LogConfig log)
          Overrides standard configuration to change to system-class-loader.
 void addLogger(LoggerConfig logger)
          Overrides standard configuration to change to system-class-loader.
 void addLogHandler(LogHandlerConfig logHandler)
          Overrides standard configuration to change to system-class-loader.
 LogConfig createLog()
           
 LoggerConfig createLogger()
           
 LogHandlerConfig createLogHandler()
          Overrides standard configuration to change to system-class-loader.
 
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)
Overrides standard configuration to change to system-class-loader.


createLog

@Configurable
public LogConfig createLog()

addLog

@Configurable
public void addLog(LogConfig log)
            throws java.io.IOException
Overrides standard configuration to change to system-class-loader.

Throws:
java.io.IOException

createLogHandler

@Configurable
public LogHandlerConfig createLogHandler()
Overrides standard configuration to change to system-class-loader.


addLogHandler

@Configurable
public void addLogHandler(LogHandlerConfig logHandler)
Overrides standard configuration to change to system-class-loader.