Uses of Interface
com.caucho.config.SchemaBean

Packages that use SchemaBean
com.caucho.server.cluster   
com.caucho.server.host   
com.caucho.server.resin   
com.caucho.server.webapp   
 

Uses of SchemaBean in com.caucho.server.cluster
 

Classes in com.caucho.server.cluster that implement SchemaBean
 class Cluster
          Defines a set of clustered servers.
 class ProCluster
          Defines a set of clustered servers.
 class ProServer
           
 class Server
           
 

Uses of SchemaBean in com.caucho.server.host
 

Classes in com.caucho.server.host that implement SchemaBean
 class Host
          Resin's virtual host implementation.
 

Uses of SchemaBean in com.caucho.server.resin
 

Classes in com.caucho.server.resin that implement SchemaBean
 class ProResin
          The Resin class represents the top-level container for Resin.
 class Resin
          The Resin class represents the top-level container for Resin.
 class ServerCompatConfig
          Compatiblity configuration for Resin 3.0-style configuration.
 

Uses of SchemaBean in com.caucho.server.webapp
 

Classes in com.caucho.server.webapp that implement SchemaBean
 class Application
          Resin's application implementation.
 class WebApp
          Resin's webApp implementation.