Uses of Interface
org.jboss.modcluster.container.Server
-
Packages that use Server Package Description org.jboss.modcluster org.jboss.modcluster.container org.jboss.modcluster.container.tomcat org.jboss.modcluster.mcmp org.jboss.modcluster.mcmp.impl -
-
Uses of Server in org.jboss.modcluster
Methods in org.jboss.modcluster with parameters of type Server Modifier and Type Method Description voidModClusterService. init(Server server)voidModClusterService. start(Server server)voidModClusterService. stop(Server server) -
Uses of Server in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container that return Server Modifier and Type Method Description ServerEngine. getServer()The server to which this engine is associated.Methods in org.jboss.modcluster.container with parameters of type Server Modifier and Type Method Description voidContainerEventHandler. init(Server server)Triggers the initialization of mod_cluster.voidContainerEventHandler. start(Server server)Indicates the servlet container has been started.voidContainerEventHandler. stop(Server server)Indicates the servlet container has been stopped. -
Uses of Server in org.jboss.modcluster.container.tomcat
Classes in org.jboss.modcluster.container.tomcat that implement Server Modifier and Type Class Description classTomcatServerServerimplementation that wraps aServer.Fields in org.jboss.modcluster.container.tomcat declared as Server Modifier and Type Field Description protected ServerTomcatEngine. serverMethods in org.jboss.modcluster.container.tomcat that return Server Modifier and Type Method Description ServerTomcatEngine. getServer() -
Uses of Server in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp with parameters of type Server Modifier and Type Method Description voidResetRequestSource. init(Server server, ContextFilter contextFilter) -
Uses of Server in org.jboss.modcluster.mcmp.impl
Methods in org.jboss.modcluster.mcmp.impl with parameters of type Server Modifier and Type Method Description voidResetRequestSourceImpl. init(Server server, ContextFilter contextFilter)
-