Uses of Interface
org.jboss.modcluster.container.Server
-
Packages that use Server Package Description org.jboss.modcluster.container -
-
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.
-