Uses of Interface
org.jboss.modcluster.container.Engine
-
Packages that use Engine Package Description org.jboss.modcluster.container -
-
Uses of Engine in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container that return Engine Modifier and Type Method Description EngineHost. getEngine()The engine to which this host is associated.Methods in org.jboss.modcluster.container that return types with arguments of type Engine Modifier and Type Method Description Iterable<Engine>Server. getEngines()Returns the servlet engines associated with this server.Methods in org.jboss.modcluster.container with parameters of type Engine Modifier and Type Method Description voidContainerEventHandler. status(Engine engine)This is a periodic event that triggers a STATUS command containing newly calculated load factor.
-