Uses of Interface
org.jboss.modcluster.container.Host
-
Packages that use Host Package Description org.jboss.modcluster org.jboss.modcluster.container org.jboss.modcluster.container.tomcat org.jboss.modcluster.mcmp -
-
Uses of Host in org.jboss.modcluster
Methods in org.jboss.modcluster with parameters of type Host Modifier and Type Method Description voidModClusterLogger_$logger. addContext(Host host, Context context)voidModClusterLogger. addContext(Host host, Context context)IllegalArgumentExceptionModClusterMessages_$bundle. contextNotFound(String context, Host host)IllegalArgumentExceptionModClusterMessages. contextNotFound(String context, Host host)voidModClusterLogger_$logger. drainRequests(int requests, Host host, Context context)voidModClusterLogger. drainRequests(int requests, Host host, Context context)voidModClusterLogger_$logger. drainSessions(int sessions, Host host, Context context)voidModClusterLogger. drainSessions(int sessions, Host host, Context context)Set<String>ModClusterService. getExcludedContexts(Host host)voidModClusterLogger_$logger. removeContext(Host host, Context context)voidModClusterLogger. removeContext(Host host, Context context)voidModClusterLogger_$logger. requestDrainTimeout(int requests, Host host, Context context, float seconds)voidModClusterLogger. requestDrainTimeout(int requests, Host host, Context context, float seconds)voidModClusterLogger_$logger. requestsDrained(Host host, Context context, float seconds)voidModClusterLogger. requestsDrained(Host host, Context context, float seconds)voidModClusterLogger_$logger. sendContextCommand(MCMPRequestType command, Host host, Context context)voidModClusterLogger. sendContextCommand(MCMPRequestType command, Host host, Context context)voidModClusterLogger_$logger. sessionDrainTimeout(int sessions, Host host, Context context, float seconds)voidModClusterLogger. sessionDrainTimeout(int sessions, Host host, Context context, float seconds)voidModClusterLogger_$logger. sessionsDrained(Host host, Context context, float seconds)voidModClusterLogger. sessionsDrained(Host host, Context context, float seconds)voidModClusterLogger_$logger. startContext(Host host, Context context)voidModClusterLogger. startContext(Host host, Context context)voidModClusterLogger_$logger. startSessionDraining(int sessions, Host host, Context context, long timeout)voidModClusterLogger. startSessionDraining(int sessions, Host host, Context context, long timeout)voidModClusterLogger_$logger. startSessionDrainingIndefinitely(int sessions, Host host, Context context)voidModClusterLogger. startSessionDrainingIndefinitely(int sessions, Host host, Context context)voidModClusterLogger_$logger. stopContext(Host host, Context context)voidModClusterLogger. stopContext(Host host, Context context) -
Uses of Host in org.jboss.modcluster.container
Methods in org.jboss.modcluster.container that return Host Modifier and Type Method Description HostEngine. findHost(String name)Returns the host identified by the specified host name.HostContext. getHost()Returns host associated with this context.Methods in org.jboss.modcluster.container that return types with arguments of type Host Modifier and Type Method Description Iterable<Host>Engine. getHosts()The hosts associated with this engine. -
Uses of Host in org.jboss.modcluster.container.tomcat
Classes in org.jboss.modcluster.container.tomcat that implement Host Modifier and Type Class Description classTomcatHostHostimplementation that wraps aHost.Fields in org.jboss.modcluster.container.tomcat declared as Host Modifier and Type Field Description protected HostTomcatContext. hostMethods in org.jboss.modcluster.container.tomcat that return Host Modifier and Type Method Description HostTomcatEngine. findHost(String name)HostTomcatContext. getHost()Methods in org.jboss.modcluster.container.tomcat that return types with arguments of type Host Modifier and Type Method Description Iterable<Host>TomcatEngine. getHosts() -
Uses of Host in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp with parameters of type Host Modifier and Type Method Description Set<String>ContextFilter. getExcludedContexts(Host host)Returns the contexts that will *not* be registered in any proxy for the given host.
-