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 ServletContainerConfig
          Configuration for the and tags.
 

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 BootClusterConfig
          The BootClusterConfig is the first-pass configuration of the cluster.
 class BootClusterProxy
          The BootClusterConfig is the first-pass configuration of the cluster.
 class BootResinConfig
          The Resin class represents the top-level container for Resin.
 class BootResinEnvConfig
          The Resin class represents the top-level container for Resin.
 class BootServerConfig
          The BootServerConfig is the first-pass configuration of the server.
 

Uses of SchemaBean in com.caucho.server.webapp
 

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