Uses of Class
com.caucho.env.service.ResinSystem

Packages that use ResinSystem
com.caucho.env.service   
com.caucho.hemp.broker   
com.caucho.server.cluster   
com.caucho.server.distcache   
com.caucho.server.resin   
 

Uses of ResinSystem in com.caucho.env.service
 

Methods in com.caucho.env.service that return ResinSystem
static ResinSystem ResinSystem.getCurrent()
          Returns the current server
protected static
<E extends AbstractResinSubSystem>
ResinSystem
AbstractResinSubSystem.preCreate(java.lang.Class<E> serviceClass)
           
 

Uses of ResinSystem in com.caucho.hemp.broker
 

Methods in com.caucho.hemp.broker that return ResinSystem
 ResinSystem HempBrokerManager.getResinSystem()
           
 

Constructors in com.caucho.hemp.broker with parameters of type ResinSystem
HempBrokerManager(ResinSystem resinSystem)
           
 

Uses of ResinSystem in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return ResinSystem
 ResinSystem ServletContainerConfig.getResinSystem()
           
 ResinSystem ServletService.getResinSystem()
           
 

Uses of ResinSystem in com.caucho.server.distcache
 

Constructors in com.caucho.server.distcache with parameters of type ResinSystem
CacheStoreManager(ResinSystem resinSystem)
           
 

Uses of ResinSystem in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return ResinSystem
 ResinSystem Resin.getResinSystem()
           
 

Constructors in com.caucho.server.resin with parameters of type ResinSystem
BootConfig(ResinSystem resinSystem, java.lang.String serverId, Path resinHome, Path rootDirectory, Path logDirectory, Path resinConf, boolean isProfessional, BootConfig.BootType bootType)
           
BootResinConfig(ResinSystem resinSystem)
          Creates a new resin server.
BootResinEnvConfig(ResinSystem resinSystem)
          Creates a new resin config.