Uses of Interface
org.jboss.modcluster.container.tomcat.TomcatRegistry
Packages that use TomcatRegistry
-
Uses of TomcatRegistry in org.jboss.modcluster.container.tomcat
Fields in org.jboss.modcluster.container.tomcat declared as TomcatRegistryModifier and TypeFieldDescriptionprotected final TomcatRegistryTomcatContext.registryprotected final TomcatRegistryTomcatEngine.registryprotected final TomcatRegistryTomcatEventHandlerAdapter.registryprotected final TomcatRegistryTomcatHost.registryprotected final TomcatRegistryTomcatServer.registryConstructors in org.jboss.modcluster.container.tomcat with parameters of type TomcatRegistryModifierConstructorDescriptionTomcatContext(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.