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 void
ModClusterLogger_$logger.addContext
(Host host, Context context) void
ModClusterLogger.addContext
(Host host, Context context) final IllegalArgumentException
ModClusterMessages_$bundle.contextNotFound
(String context, Host host) ModClusterMessages.contextNotFound
(String context, Host host) final void
ModClusterLogger_$logger.drainRequests
(int requests, Host host, Context context) void
ModClusterLogger.drainRequests
(int requests, Host host, Context context) final void
ModClusterLogger_$logger.drainSessions
(int sessions, Host host, Context context) void
ModClusterLogger.drainSessions
(int sessions, Host host, Context context) ModClusterService.getExcludedContexts
(Host host) final void
ModClusterLogger_$logger.removeContext
(Host host, Context context) void
ModClusterLogger.removeContext
(Host host, Context context) final void
ModClusterLogger_$logger.requestDrainTimeout
(int requests, Host host, Context context, float seconds) void
ModClusterLogger.requestDrainTimeout
(int requests, Host host, Context context, float seconds) final void
ModClusterLogger_$logger.requestsDrained
(Host host, Context context, float seconds) void
ModClusterLogger.requestsDrained
(Host host, Context context, float seconds) final void
ModClusterLogger_$logger.sendContextCommand
(MCMPRequestType command, Host host, Context context) void
ModClusterLogger.sendContextCommand
(MCMPRequestType command, Host host, Context context) final void
ModClusterLogger_$logger.sessionDrainTimeout
(int sessions, Host host, Context context, float seconds) void
ModClusterLogger.sessionDrainTimeout
(int sessions, Host host, Context context, float seconds) final void
ModClusterLogger_$logger.sessionsDrained
(Host host, Context context, float seconds) void
ModClusterLogger.sessionsDrained
(Host host, Context context, float seconds) final void
ModClusterLogger_$logger.startContext
(Host host, Context context) void
ModClusterLogger.startContext
(Host host, Context context) final void
ModClusterLogger_$logger.startSessionDraining
(int sessions, Host host, Context context, long timeout) void
ModClusterLogger.startSessionDraining
(int sessions, Host host, Context context, long timeout) final void
ModClusterLogger_$logger.startSessionDrainingIndefinitely
(int sessions, Host host, Context context) void
ModClusterLogger.startSessionDrainingIndefinitely
(int sessions, Host host, Context context) final void
ModClusterLogger_$logger.stopContext
(Host host, Context context) void
ModClusterLogger.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.