Uses of Interface
org.jboss.modcluster.container.tomcat.TomcatRegistry
-
Packages that use TomcatRegistry Package Description org.jboss.modcluster.container.tomcat -
-
Uses of TomcatRegistry in org.jboss.modcluster.container.tomcat
Fields in org.jboss.modcluster.container.tomcat declared as TomcatRegistry Modifier and Type Field Description protected TomcatRegistryTomcatContext. registryprotected TomcatRegistryTomcatEngine. registryprotected TomcatRegistryTomcatEventHandlerAdapter. registryprotected TomcatRegistryTomcatHost. registryprotected TomcatRegistryTomcatServer. registryConstructors in org.jboss.modcluster.container.tomcat with parameters of type TomcatRegistry Constructor Description TomcatContext(TomcatRegistry registry, org.apache.catalina.Context context)TomcatContext(TomcatRegistry registry, org.apache.catalina.Context context, RequestListenerValveFactory valveFactory)TomcatEngine(TomcatRegistry registry, org.apache.catalina.Engine engine)Constructs a new CatalinaEngine that wraps the specified catalina engineTomcatHost(TomcatRegistry registry, org.apache.catalina.Host host)Constructs a new CatalinaHost wrapping the specified catalina host.TomcatServer(TomcatRegistry registry, org.apache.catalina.Server server)Constructs a newServerwrapping the specified catalina server.
-