Uses of Interface
org.jboss.modcluster.container.Host
Packages that use Host
Package
Description
-
Uses of Host in org.jboss.modcluster
Methods in org.jboss.modcluster with parameters of type HostModifier and TypeMethodDescriptionfinal voidModClusterLogger_$logger.addContext(Host host, Context context) voidModClusterLogger.addContext(Host host, Context context) final IllegalArgumentExceptionModClusterMessages_$bundle.contextNotFound(String context, Host host) ModClusterMessages.contextNotFound(String context, Host host) final voidModClusterLogger_$logger.drainRequests(int requests, Host host, Context context) voidModClusterLogger.drainRequests(int requests, Host host, Context context) final voidModClusterLogger_$logger.drainSessions(int sessions, Host host, Context context) voidModClusterLogger.drainSessions(int sessions, Host host, Context context) ModClusterService.getExcludedContexts(Host host) final voidModClusterLogger_$logger.removeContext(Host host, Context context) voidModClusterLogger.removeContext(Host host, Context context) final voidModClusterLogger_$logger.requestDrainTimeout(int requests, Host host, Context context, float seconds) voidModClusterLogger.requestDrainTimeout(int requests, Host host, Context context, float seconds) final voidModClusterLogger_$logger.requestsDrained(Host host, Context context, float seconds) voidModClusterLogger.requestsDrained(Host host, Context context, float seconds) final voidModClusterLogger_$logger.sendContextCommand(MCMPRequestType command, Host host, Context context) voidModClusterLogger.sendContextCommand(MCMPRequestType command, Host host, Context context) final voidModClusterLogger_$logger.sessionDrainTimeout(int sessions, Host host, Context context, float seconds) voidModClusterLogger.sessionDrainTimeout(int sessions, Host host, Context context, float seconds) final voidModClusterLogger_$logger.sessionsDrained(Host host, Context context, float seconds) voidModClusterLogger.sessionsDrained(Host host, Context context, float seconds) final voidModClusterLogger_$logger.startContext(Host host, Context context) voidModClusterLogger.startContext(Host host, Context context) final voidModClusterLogger_$logger.startSessionDraining(int sessions, Host host, Context context, long timeout) voidModClusterLogger.startSessionDraining(int sessions, Host host, Context context, long timeout) final voidModClusterLogger_$logger.startSessionDrainingIndefinitely(int sessions, Host host, Context context) voidModClusterLogger.startSessionDrainingIndefinitely(int sessions, Host host, Context context) final 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 HostModifier and TypeMethodDescriptionReturns the host identified by the specified host name.Context.getHost()Returns host associated with this context.Methods in org.jboss.modcluster.container that return types with arguments of type Host -
Uses of Host in org.jboss.modcluster.container.tomcat
Classes in org.jboss.modcluster.container.tomcat that implement HostFields in org.jboss.modcluster.container.tomcat declared as HostMethods in org.jboss.modcluster.container.tomcat that return HostMethods in org.jboss.modcluster.container.tomcat that return types with arguments of type Host -
Uses of Host in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp with parameters of type HostModifier and TypeMethodDescriptionContextFilter.getExcludedContexts(Host host) Returns the contexts that will *not* be registered in any proxy for the given host.