Uses of Class
com.caucho.server.resin.BootResinConfig

Packages that use BootResinConfig
com.caucho.server.resin   
 

Uses of BootResinConfig in com.caucho.server.resin
 

Subclasses of BootResinConfig in com.caucho.server.resin
 class BootResinEnvConfig
          The Resin class represents the top-level container for Resin.
 

Methods in com.caucho.server.resin that return BootResinConfig
 BootResinConfig BootConfig.getBootResin()
           
 

Constructors in com.caucho.server.resin with parameters of type BootResinConfig
BootClusterConfig(BootResinConfig resinConfig)
          Creates a new resin server.