Skip navigation links
mod_cluster (parent) 1.4.5.Final
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractLoadMetric - Class in org.jboss.modcluster.load.metric.impl
Abstract LoadMetric implementation with basic mutators/accessors.
AbstractLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.AbstractLoadMetric
 
AbstractMBeanLoadMetric - Class in org.jboss.modcluster.load.metric.impl
 
AbstractMBeanLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.AbstractMBeanLoadMetric
 
ActiveSessionsLoadMetric - Class in org.jboss.modcluster.load.metric.impl
LoadMetric implementation that returns the total number of active web sessions.
ActiveSessionsLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.ActiveSessionsLoadMetric
 
ActiveSessionsLoadServlet - Class in org.jboss.modcluster.demo.servlet
 
ActiveSessionsLoadServlet() - Constructor for class org.jboss.modcluster.demo.servlet.ActiveSessionsLoadServlet
 
add(Context) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
Indicates the deployment of a new web application.
add(Context) - Method in class org.jboss.modcluster.ModClusterService
 
addContext(Host, Context) - Method in interface org.jboss.modcluster.ModClusterLogger
 
addContext(Host, Context) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
addContext$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
addListeners(Server) - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
addListeners(Server) - Method in class org.jboss.modcluster.container.tomcat85.TomcatEventHandlerAdapter
 
addProxy(String, int) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
addProxy(InetSocketAddress) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
addProxy(ProxyConfiguration) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
addProxy(InetSocketAddress, boolean) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
addProxy(ProxyConfiguration, boolean) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
addProxy(InetSocketAddress) - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
addProxy(ProxyConfiguration) - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Add a proxy to the list of those with which this handler communicates.
addProxy(InetSocketAddress, boolean) - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
addProxy(ProxyConfiguration, boolean) - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Add a proxy to the list of those with which this handler communicates.
addProxy(String, int) - Method in class org.jboss.modcluster.ModClusterService
 
addProxy(String, int) - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Add a proxy to the list of those with which this handler communicates.
addRequestListener(ServletRequestListener) - Method in interface org.jboss.modcluster.container.Context
 
addRequestListener(ServletRequestListener) - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
addSessionListener(HttpSessionListener) - Method in interface org.jboss.modcluster.container.Context
Adds the specified session listener to this context.
addSessionListener(HttpSessionListener) - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
advertise() - Method in interface org.jboss.modcluster.config.builder.ConfigurationBuilder
Builder for multicast-based advertise configuration.
advertise() - Method in class org.jboss.modcluster.config.builder.ModClusterConfigurationBuilder
 
AdvertiseConfiguration - Interface in org.jboss.modcluster.config
 
AdvertiseConfigurationBuilder - Class in org.jboss.modcluster.config.builder
Builder for multicast-based advertise configuration.
AdvertiseConfigurationImpl - Class in org.jboss.modcluster.config.impl
 
AdvertiseConfigurationImpl(InetSocketAddress, InetAddress, String, ThreadFactory) - Constructor for class org.jboss.modcluster.config.impl.AdvertiseConfigurationImpl
 
AdvertisedServer - Class in org.jboss.modcluster.advertise.impl
Advertised server instance
AdvertisedServer(String) - Constructor for class org.jboss.modcluster.advertise.impl.AdvertisedServer
 
AdvertiseListener - Interface in org.jboss.modcluster.advertise
 
AdvertiseListenerFactory - Interface in org.jboss.modcluster.advertise
 
AdvertiseListenerFactoryImpl - Class in org.jboss.modcluster.advertise.impl
 
AdvertiseListenerFactoryImpl() - Constructor for class org.jboss.modcluster.advertise.impl.AdvertiseListenerFactoryImpl
 
AdvertiseListenerImpl - Class in org.jboss.modcluster.advertise.impl
Listens for Advertise messages from mod_cluster
AdvertiseListenerImpl(MCMPHandler, AdvertiseConfiguration, MulticastSocketFactory) - Constructor for class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
Constructors a new AdvertiseListenerImpl
advertiseStartFailed(Throwable) - Method in interface org.jboss.modcluster.ModClusterLogger
 
advertiseStartFailed(Throwable) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
advertiseStartFailed$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
AverageSystemLoadMetric - Class in org.jboss.modcluster.load.metric.impl
Uses OperatingSystemMXBean.getSystemLoadAverage() to calculate average system load.
AverageSystemLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.AverageSystemLoadMetric
 
AverageSystemLoadMetric(OperatingSystemMXBean) - Constructor for class org.jboss.modcluster.load.metric.impl.AverageSystemLoadMetric
 

B

balancer() - Method in interface org.jboss.modcluster.config.builder.ConfigurationBuilder
Builder for balancer configuration.
balancer() - Method in class org.jboss.modcluster.config.builder.ModClusterConfigurationBuilder
 
BalancerConfiguration - Interface in org.jboss.modcluster.config
 
BalancerConfigurationBuilder - Class in org.jboss.modcluster.config.builder
Builder for balancer configuration.
BalancerConfigurationImpl - Class in org.jboss.modcluster.config.impl
 
BalancerConfigurationImpl(boolean, boolean, boolean, int, int) - Constructor for class org.jboss.modcluster.config.impl.BalancerConfigurationImpl
 
build() - Method in interface org.jboss.modcluster.config.builder.ConfigurationBuilder
Builds the main configuration object.
build() - Method in class org.jboss.modcluster.config.builder.ModClusterConfigurationBuilder
 
BusyConnectorsLoadMetric - Class in org.jboss.modcluster.load.metric.impl
LoadMetric implementation that returns the total number of busy connector threads.
BusyConnectorsLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.BusyConnectorsLoadMetric
 
BusyConnectorsLoadServlet - Class in org.jboss.modcluster.demo.servlet
 
BusyConnectorsLoadServlet() - Constructor for class org.jboss.modcluster.demo.servlet.BusyConnectorsLoadServlet
 

C

CATCHING_MARKER - Static variable in interface org.jboss.modcluster.ModClusterLogger
 
catchingDebug(Throwable) - Method in interface org.jboss.modcluster.ModClusterLogger
Logging message that logs stack trace at the DEBUG level.
catchingDebug(Throwable) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
catchingDebug$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
ChartManager - Class in org.jboss.modcluster.demo.client
 
ChartManager(Map<String, AtomicInteger>, Map<String, AtomicInteger>) - Constructor for class org.jboss.modcluster.demo.client.ChartManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.jboss.modcluster.mcmp.impl.JSSEKeyManager
Choose an alias to authenticate the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
chooseServerAlias(String, Principal[], Socket) - Method in class org.jboss.modcluster.mcmp.impl.JSSEKeyManager
Returns this key manager's server key alias that was provided in the constructor.
clientCount - Variable in class org.jboss.modcluster.demo.client.RequestDriver.ClientStatus
 
ClientStatus() - Constructor for class org.jboss.modcluster.demo.client.RequestDriver.ClientStatus
 
config(Engine) - Method in class org.jboss.modcluster.ModClusterService
Configures the specified engine.
ConfigurableProxyConnectorProvider - Class in org.jboss.modcluster.container.tomcat
Connector provider implementation that picks a connector based on configured connectorPort=".." and/or connectorAddress="..".
ConfigurableProxyConnectorProvider(TomcatConnectorConfiguration) - Constructor for class org.jboss.modcluster.container.tomcat.ConfigurableProxyConnectorProvider
 
ConfigurationBuilder - Interface in org.jboss.modcluster.config.builder
Builder for the main mod_cluster configuration object.
connectionEstablished(InetAddress) - Method in interface org.jboss.modcluster.mcmp.MCMPConnectionListener
 
connectionEstablished(InetAddress) - Method in class org.jboss.modcluster.ModClusterService
 
Connector - Interface in org.jboss.modcluster.container
SPI for a connector, defined as a communication end-point for a client or proxy.
connector - Variable in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
Connector.Type - Enum in org.jboss.modcluster.container
Indicates the type of a connector.
connectorAddressUnknownHost(String) - Method in interface org.jboss.modcluster.ModClusterLogger
 
connectorAddressUnknownHost(String) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
connectorAddressUnknownHost$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
ConnectorFactory - Interface in org.jboss.modcluster.container.tomcat
 
connectorMatchesMultiple(String) - Method in interface org.jboss.modcluster.ModClusterLogger
 
connectorMatchesMultiple(String) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
connectorMatchesMultiple$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
containerEvent(ContainerEvent) - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
Acknowledge the occurrence of the specified event.
ContainerEventHandler - Interface in org.jboss.modcluster.container
Defines the container events to which mod_cluster will respond.
Context - Interface in org.jboss.modcluster.container
SPI for a web application context.
context - Variable in class org.jboss.modcluster.container.tomcat.TomcatContext
 
ContextFactory - Interface in org.jboss.modcluster.container.tomcat
 
ContextFilter - Interface in org.jboss.modcluster.mcmp
 
contextNotFound(String, Host) - Method in interface org.jboss.modcluster.ModClusterMessages
 
contextNotFound(String, Host) - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 
contextNotFound$str() - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 
convertToUnchecked(Throwable) - Static method in class org.jboss.modcluster.Utils
Analyzes the type of the given Throwable, handing it back if it is a RuntimeException, wrapping it in a RuntimeException if it is a checked exception, or throwing it if it is an Error
COUNT - Static variable in class org.jboss.modcluster.demo.servlet.LoadServlet
 
create() - Method in class org.jboss.modcluster.config.builder.AdvertiseConfigurationBuilder
 
create() - Method in class org.jboss.modcluster.config.builder.BalancerConfigurationBuilder
 
create() - Method in interface org.jboss.modcluster.config.builder.Creator
Creates the configuration object.
create() - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
 
create() - Method in class org.jboss.modcluster.config.builder.NodeConfigurationBuilder
 
createConfigRequest(Engine, NodeConfiguration, BalancerConfiguration) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createConfigRequest(Engine, NodeConfiguration, BalancerConfiguration) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates a CONFIG MCMP request for the specified engine.
createConnector(Connector) - Method in interface org.jboss.modcluster.container.tomcat.ConnectorFactory
 
createConnector(Connector) - Method in class org.jboss.modcluster.container.tomcat.TomcatConnectorFactory
 
createContext(Context, Host) - Method in interface org.jboss.modcluster.container.tomcat.ContextFactory
 
createContext(Context) - Method in class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
createContext(Context, Host) - Method in class org.jboss.modcluster.container.tomcat.TomcatContextFactory
 
createContext(Context) - Method in interface org.jboss.modcluster.container.tomcat.TomcatFactory
 
createContext(Context, Host) - Method in class org.jboss.modcluster.container.tomcat8.TomcatContextFactory
 
createContext(Context, Host) - Method in class org.jboss.modcluster.container.tomcat85.TomcatContextFactory
 
createDisableRequest(Context) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createDisableRequest(Engine) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createDisableRequest(Context) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an DISABLE-APP MCMP request for the specified context.
createDisableRequest(Engine) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an DISABLE-APP * MCMP request for the specified engine.
createDumpRequest() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createDumpRequest() - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an DUMP MCMP request.
createEnableRequest(Context) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createEnableRequest(Engine) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createEnableRequest(Context) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an ENABLE-APP MCMP request for the specified context.
createEnableRequest(Engine) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an ENABLE-APP * MCMP request for the specified engine.
createEngine(TomcatFactoryRegistry, Engine, Server) - Method in interface org.jboss.modcluster.container.tomcat.EngineFactory
 
createEngine(Engine) - Method in class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
createEngine(TomcatFactoryRegistry, Engine, Server) - Method in class org.jboss.modcluster.container.tomcat.TomcatEngineFactory
 
createEngine(Engine) - Method in interface org.jboss.modcluster.container.tomcat.TomcatFactory
 
createEngine(TomcatFactoryRegistry, Engine, Server) - Method in class org.jboss.modcluster.container.tomcat8.TomcatEngineFactory
 
createHost(TomcatFactoryRegistry, Host, Engine) - Method in interface org.jboss.modcluster.container.tomcat.HostFactory
 
createHost(Host) - Method in class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
createHost(Host) - Method in interface org.jboss.modcluster.container.tomcat.TomcatFactory
 
createHost(TomcatFactoryRegistry, Host, Engine) - Method in class org.jboss.modcluster.container.tomcat.TomcatHostFactory
 
createInfoRequest() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createInfoRequest() - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an INFO MCMP request.
createJvmRoute(Engine) - Method in class org.jboss.modcluster.config.impl.SimpleJvmRouteFactory
 
createJvmRoute(Engine) - Method in class org.jboss.modcluster.config.impl.SystemPropertyJvmRouteFactory
 
createJvmRoute(Engine) - Method in class org.jboss.modcluster.config.impl.UUIDJvmRouteFactory
 
createJvmRoute(Engine) - Method in interface org.jboss.modcluster.config.JvmRouteFactory
Creates a unique jvm route for the specified engine.
createListener(MCMPHandler, AdvertiseConfiguration) - Method in interface org.jboss.modcluster.advertise.AdvertiseListenerFactory
 
createListener(MCMPHandler, AdvertiseConfiguration) - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerFactoryImpl
 
createListener(ContainerEventHandler, TomcatConnectorConfiguration) - Method in interface org.jboss.modcluster.container.tomcat.LifecycleListenerFactory
 
createListener(ContainerEventHandler, TomcatConnectorConfiguration) - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapterFactory
 
createListener(ContainerEventHandler, TomcatConnectorConfiguration) - Method in class org.jboss.modcluster.container.tomcat85.TomcatLifecycleListenerFactory
 
createLoadBalanceFactorProvider() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
createLoadBalanceFactorProvider() - Method in class org.jboss.modcluster.load.impl.SimpleLoadBalanceFactorProviderFactory
 
createLoadBalanceFactorProvider() - Method in interface org.jboss.modcluster.load.LoadBalanceFactorProviderFactory
 
createLocalURI(HttpServletRequest, Map<String, String>) - Method in class org.jboss.modcluster.demo.servlet.LoadServlet
 
createMulticastSocket(InetAddress, int) - Method in class org.jboss.modcluster.advertise.impl.MulticastSocketFactoryImpl
 
createMulticastSocket(InetAddress, int) - Method in interface org.jboss.modcluster.advertise.MulticastSocketFactory
 
createMulticastSocketWithUnicastAddress(InetAddress) - Method in interface org.jboss.modcluster.ModClusterLogger
 
createMulticastSocketWithUnicastAddress(InetAddress) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
createMulticastSocketWithUnicastAddress$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
createPingRequest() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createPingRequest(String) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createPingRequest(String, String, int) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createPingRequest() - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an PING MCMP request.
createPingRequest(String) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an PING MCMP request for the node configured with the specified jvm route.
createPingRequest(String, String, int) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an PING MCMP request for the node with a connector matching the specified protocol, host, and port.
createProxyConnector(ConnectorFactory, Engine) - Method in class org.jboss.modcluster.container.tomcat.ConfigurableProxyConnectorProvider
 
createProxyConnector(ConnectorFactory, Engine) - Method in interface org.jboss.modcluster.container.tomcat.ProxyConnectorProvider
 
createProxyConnector(ConnectorFactory, Engine) - Method in class org.jboss.modcluster.container.tomcat.SimpleProxyConnectorProvider
 
createRemoveContextRequest(String, Set<String>, String) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createRemoveContextRequest(String, Set<String>, String) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Create a REMOVE-APP request using the specified jvm route, aliases, and context path.
createRemoveEngineRequest(String) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createRemoveEngineRequest(String) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Create a REMOVE-APP * request using the specified jvm route.
createRemoveRequest(Engine) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createRemoveRequest(Context) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createRemoveRequest(Context) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an REMOVE-APP MCMP request for the specified context.
createRemoveRequest(Engine) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an REMOVE-APP * MCMP request for the specified engine.
createServer(TomcatFactoryRegistry, Server) - Method in interface org.jboss.modcluster.container.tomcat.ServerFactory
 
createServer(Server) - Method in class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
createServer(Server) - Method in interface org.jboss.modcluster.container.tomcat.TomcatFactory
 
createServer(TomcatFactoryRegistry, Server) - Method in class org.jboss.modcluster.container.tomcat.TomcatServerFactory
 
createServer(TomcatFactoryRegistry, Server) - Method in class org.jboss.modcluster.container.tomcat85.TomcatServerFactory
 
createServerURI(HttpServletRequest, Map<String, String>) - Method in class org.jboss.modcluster.demo.servlet.LoadServlet
 
createSocket() - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
 
createSocket(InetAddress, int) - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
 
createSocket(String, int) - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
 
createStatusRequest(String, int) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createStatusRequest(String, int) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an STATUS MCMP request using the specified jvmRoute and load balance factor.
createStopRequest(Engine) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createStopRequest(Context) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
createStopRequest(Context) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an STOP-APP MCMP request for the specified context.
createStopRequest(Engine) - Method in interface org.jboss.modcluster.mcmp.MCMPRequestFactory
Creates an STOP-APP * MCMP request for the specified engine.
createValve(ServletRequestListener) - Method in interface org.jboss.modcluster.container.tomcat.RequestListenerValveFactory
 
Creator<T> - Interface in org.jboss.modcluster.config.builder
Creator for common configuration objects.
crlNotSupported(String) - Method in interface org.jboss.modcluster.ModClusterMessages
 
crlNotSupported(String) - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 
crlNotSupported$str() - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 

D

DEFAULT_CAPACITY - Static variable in interface org.jboss.modcluster.load.metric.LoadMetric
 
DEFAULT_DECAY_FACTOR - Static variable in class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
DEFAULT_DURATION - Static variable in class org.jboss.modcluster.demo.servlet.LoadServlet
 
DEFAULT_ENCODING - Static variable in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
 
DEFAULT_HISTORY - Static variable in class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
DEFAULT_INITIAL_LOAD - Static variable in class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
DEFAULT_PORT - Static variable in class org.jboss.modcluster.ModClusterService
 
DEFAULT_SESSION_COOKIE_NAME - Static variable in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
DEFAULT_SESSION_PARAMETER_NAME - Static variable in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
DEFAULT_SOCKET_ADDRESS - Static variable in interface org.jboss.modcluster.config.AdvertiseConfiguration
 
DEFAULT_WEIGHT - Static variable in interface org.jboss.modcluster.load.metric.LoadMetric
 
DefaultMCMPHandler - Class in org.jboss.modcluster.mcmp.impl
Default implementation of MCMPHandler.
DefaultMCMPHandler(MCMPHandlerConfiguration, ResetRequestSource, MCMPRequestFactory, MCMPResponseParser) - Constructor for class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
DefaultMCMPHandler.VirtualHostImpl - Class in org.jboss.modcluster.mcmp.impl
 
DefaultMCMPRequest - Class in org.jboss.modcluster.mcmp.impl
Encapsulates the parameters for a request over MCMP.
DefaultMCMPRequest(MCMPRequestType, boolean, String, Map<String, String>) - Constructor for class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequest
Create a new ModClusterRequest.
DefaultMCMPRequestFactory - Class in org.jboss.modcluster.mcmp.impl
 
DefaultMCMPRequestFactory() - Constructor for class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
 
DefaultMCMPResponseParser - Class in org.jboss.modcluster.mcmp.impl
 
DefaultMCMPResponseParser() - Constructor for class org.jboss.modcluster.mcmp.impl.DefaultMCMPResponseParser
 
delta(double) - Method in interface org.jboss.modcluster.load.metric.impl.DeterministicLoadState
 
delta(double) - Method in class org.jboss.modcluster.load.metric.impl.DeterministicLoadStateImpl
 
destroy() - Method in interface org.jboss.modcluster.advertise.AdvertiseListener
Deallocate listener and close sockets.
destroy() - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
 
destroy(Server) - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
detectConnectorAddress(Engine, InetAddress) - Method in interface org.jboss.modcluster.ModClusterLogger
 
detectConnectorAddress(Engine, InetAddress) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
detectConnectorAddress$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
detectJvmRoute(Engine, String) - Method in interface org.jboss.modcluster.ModClusterLogger
 
detectJvmRoute(Engine, String) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
detectJvmRoute$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
DeterministicLoadState - Interface in org.jboss.modcluster.load.metric.impl
 
DeterministicLoadStateImpl - Class in org.jboss.modcluster.load.metric.impl
Computes incremental load change per second from record of previous load.
DeterministicLoadStateImpl() - Constructor for class org.jboss.modcluster.load.metric.impl.DeterministicLoadStateImpl
 
disable() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
disable() - Method in class org.jboss.modcluster.ModClusterService
 
disable() - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Disable all webapps for all engines.
disableContext(String, String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
disableContext(String, String) - Method in class org.jboss.modcluster.ModClusterService
 
disableContext(String, String) - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Disables the webapp with the specified host and context path.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.modcluster.demo.servlet.ActiveSessionsLoadServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.modcluster.demo.servlet.ReceiveTrafficLoadServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.modcluster.demo.servlet.SendTrafficLoadServlet
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.modcluster.demo.servlet.ActiveSessionsLoadServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.modcluster.demo.servlet.SendTrafficLoadServlet
 
drainRequests(int, Host, Context) - Method in interface org.jboss.modcluster.ModClusterLogger
 
drainRequests(int, Host, Context) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
drainRequests$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
drainSessions(int, Host, Context) - Method in interface org.jboss.modcluster.ModClusterLogger
 
drainSessions(int, Host, Context) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
drainSessions$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
DURATION - Static variable in class org.jboss.modcluster.demo.servlet.LoadServlet
 
DynamicLoadBalanceFactorProvider - Class in org.jboss.modcluster.load.impl
LoadBalanceFactorProvider implementation that periodically aggregates load from a set of LoadMetrics.
DynamicLoadBalanceFactorProvider(Set<LoadMetric>) - Constructor for class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
DynamicLoadBalanceFactorProvider(Set<LoadMetric>, int) - Constructor for class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
DynamicLoadBalanceFactorProviderMBean - Interface in org.jboss.modcluster.load.impl
 

E

enable() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
enable() - Method in class org.jboss.modcluster.ModClusterService
 
enable() - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Enable all webapps for all engines.
enableContext(String, String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
enableContext(String, String) - Method in class org.jboss.modcluster.ModClusterService
 
enableContext(String, String) - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Enables the webapp with the specified host and context path.
encodeParameter(String, String, boolean) - Method in interface org.jboss.modcluster.mcmp.MCMPURLEncoder
Add parameter to the buffer
Engine - Interface in org.jboss.modcluster.container
SPI for an engine, defined as collection of one or more hosts associated with a collection of Connectors.
engine - Variable in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
engine - Variable in class org.jboss.modcluster.container.tomcat.TomcatHost
 
EngineFactory - Interface in org.jboss.modcluster.container.tomcat
 
equals(Object) - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
equals(Object) - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
equals(Object) - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
equals(Object) - Method in class org.jboss.modcluster.container.tomcat.TomcatHost
 
equals(Object) - Method in class org.jboss.modcluster.container.tomcat.TomcatServer
 
establishJvmRoute(Engine) - Method in class org.jboss.modcluster.ModClusterService
 
eventHandler - Variable in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 

F

factory - Variable in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
findContext(String) - Method in interface org.jboss.modcluster.container.Host
Returns the context identified by the specified context path.
findContext(String) - Method in class org.jboss.modcluster.container.tomcat.TomcatHost
 
findHost(String) - Method in interface org.jboss.modcluster.container.Engine
Returns the host identified by the specified host name.
findHost(String) - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 

G

getActiveSessionCount() - Method in interface org.jboss.modcluster.container.Context
Returns the number of active sessions for this context.
getActiveSessionCount() - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
getAddress() - Method in interface org.jboss.modcluster.container.Connector
Returns the address on which this connector operates
getAddress() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getAdvertise() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
getAdvertise() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getAdvertise() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Receive advertisements from httpd proxies (default is to use advertisements if the proxyList is not set).
getAdvertiseConfiguration() - Method in class org.jboss.modcluster.config.impl.ModClusterConfigurationImpl
 
getAdvertiseConfiguration() - Method in interface org.jboss.modcluster.config.ModClusterConfiguration
 
getAdvertiseGroupAddress() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getAdvertiseInterface() - Method in interface org.jboss.modcluster.config.AdvertiseConfiguration
 
getAdvertiseInterface() - Method in class org.jboss.modcluster.config.impl.AdvertiseConfigurationImpl
 
getAdvertiseInterface() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getAdvertisePort() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getAdvertiseSecurityKey() - Method in interface org.jboss.modcluster.config.AdvertiseConfiguration
Advertise security key.
getAdvertiseSecurityKey() - Method in class org.jboss.modcluster.config.impl.AdvertiseConfigurationImpl
 
getAdvertiseSecurityKey() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getAdvertiseSocketAddress() - Method in interface org.jboss.modcluster.config.AdvertiseConfiguration
 
getAdvertiseSocketAddress() - Method in class org.jboss.modcluster.config.impl.AdvertiseConfigurationImpl
 
getAdvertiseSocketAddress() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getAdvertiseThreadFactory() - Method in interface org.jboss.modcluster.config.AdvertiseConfiguration
 
getAdvertiseThreadFactory() - Method in class org.jboss.modcluster.config.impl.AdvertiseConfigurationImpl
 
getAdvertiseThreadFactory() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getAliases() - Method in interface org.jboss.modcluster.container.Host
Returns the aliases of this host, including the actual host name
getAliases() - Method in class org.jboss.modcluster.container.tomcat.TomcatHost
 
getAliases() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.VirtualHostImpl
 
getAliases() - Method in interface org.jboss.modcluster.mcmp.ResetRequestSource.VirtualHost
 
getAttributes(String, Class<T>) - Method in class org.jboss.modcluster.load.metric.impl.AbstractMBeanLoadMetric
 
getBalancer() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getBalancer() - Method in class org.jboss.modcluster.config.impl.NodeConfigurationImpl
 
getBalancer() - Method in interface org.jboss.modcluster.config.NodeConfiguration
Name of the balancer.
getBalancerConfiguration() - Method in class org.jboss.modcluster.config.impl.ModClusterConfigurationImpl
 
getBalancerConfiguration() - Method in interface org.jboss.modcluster.config.ModClusterConfiguration
 
getBuffer() - Method in interface org.jboss.modcluster.mcmp.MCMPURLEncoder
buffer of the encoded data
getBusyThreads() - Method in interface org.jboss.modcluster.container.Connector
 
getBusyThreads() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getBytesReceived() - Method in interface org.jboss.modcluster.container.Connector
 
getBytesReceived() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getBytesSent() - Method in interface org.jboss.modcluster.container.Connector
 
getBytesSent() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getCapacity() - Method in class org.jboss.modcluster.load.metric.impl.AbstractLoadMetric
 
getCapacity() - Method in interface org.jboss.modcluster.load.metric.LoadMetricMBean
Returns the load capacity of this metric.
getCertificateChain(String) - Method in class org.jboss.modcluster.mcmp.impl.JSSEKeyManager
Returns the certificate chain associated with the given alias.
getClientAliases(String, Principal[]) - Method in class org.jboss.modcluster.mcmp.impl.JSSEKeyManager
Get the matching aliases for authenticating the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getClientStatus() - Method in class org.jboss.modcluster.demo.client.RequestDriver
 
getConnectionHandler() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getConnectorAddress() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getConnectorAddress() - Method in interface org.jboss.modcluster.container.tomcat.TomcatConnectorConfiguration
Returns optional connector address.
getConnectorFactory() - Method in class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
getConnectorFactory() - Method in interface org.jboss.modcluster.container.tomcat.TomcatFactoryRegistry
 
getConnectorPort() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getConnectorPort() - Method in interface org.jboss.modcluster.container.tomcat.TomcatConnectorConfiguration
Returns optional connector port.
getConnectors() - Method in interface org.jboss.modcluster.container.Engine
The connector to which this engine uses to communicate with its proxies.
getConnectors() - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
getContextFactory() - Method in class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
getContextFactory() - Method in interface org.jboss.modcluster.container.tomcat.TomcatFactoryRegistry
 
getContexts() - Method in interface org.jboss.modcluster.container.Host
Returns the contexts associated with this host.
getContexts() - Method in class org.jboss.modcluster.container.tomcat.TomcatHost
 
getContexts() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.VirtualHostImpl
 
getContexts() - Method in interface org.jboss.modcluster.mcmp.ResetRequestSource.VirtualHost
 
getCRLs(String) - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
Load the collection of CRLs.
getDate() - Method in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Get Date of the last Advertise message
getDecayFactor() - Method in class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
getDecayFactor() - Method in interface org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProviderMBean
Returns the exponential decay factor.
getDefaultHost() - Method in interface org.jboss.modcluster.container.Engine
Returns the default host of this engine.
getDefaultHost() - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
getDefaultPort() - Method in enum org.jboss.modcluster.container.Connector.Type
Indicates the default port for this type of connector
getDescription() - Method in class org.jboss.modcluster.demo.client.load.ServerLoadParam
 
getDescription() - Method in enum org.jboss.modcluster.demo.client.load.ServerLoadServlets
 
getEngine() - Method in interface org.jboss.modcluster.container.Host
The engine to which this host is associated.
getEngine() - Method in class org.jboss.modcluster.container.tomcat.TomcatHost
 
getEngineFactory() - Method in class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
getEngineFactory() - Method in interface org.jboss.modcluster.container.tomcat.TomcatFactoryRegistry
 
getEngines() - Method in interface org.jboss.modcluster.container.Server
Returns the servlet engines associated with this server.
getEngines() - Method in class org.jboss.modcluster.container.tomcat.TomcatServer
 
getEngines() - Method in class org.jboss.modcluster.container.tomcat85.TomcatServer
 
getEstablishesServer() - Method in enum org.jboss.modcluster.mcmp.MCMPRequestType
 
getExcludedContexts() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getExcludedContexts(Host) - Method in interface org.jboss.modcluster.mcmp.ContextFilter
Returns the contexts that will *not* be registered in any proxy for the given host.
getExcludedContexts(Host) - Method in class org.jboss.modcluster.ModClusterService
 
getExcludedContextsPerHost() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
getExcludedContextsPerHost() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getExcludedContextsPerHost() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Returns a list of contexts that should never be enabled in mod_cluster.
getFlushPackets() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getFlushPackets() - Method in class org.jboss.modcluster.config.impl.NodeConfigurationImpl
 
getFlushPackets() - Method in interface org.jboss.modcluster.config.NodeConfiguration
Allows controlling flushing of packets.
getFlushWait() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getFlushWait() - Method in class org.jboss.modcluster.config.impl.NodeConfigurationImpl
 
getFlushWait() - Method in interface org.jboss.modcluster.config.NodeConfiguration
Time to wait before flushing packets.
getHistory() - Method in class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
getHistory() - Method in interface org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProviderMBean
Returns the history count.
getHost() - Method in interface org.jboss.modcluster.container.Context
 
getHost() - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
getHostFactory() - Method in class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
getHostFactory() - Method in interface org.jboss.modcluster.container.tomcat.TomcatFactoryRegistry
 
getHosts() - Method in interface org.jboss.modcluster.container.Engine
The hosts associated with this engine.
getHosts() - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
getInitialLoad() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getInitParameter(String, String) - Method in class org.jboss.modcluster.demo.servlet.LoadServlet
 
getJvmRoute() - Method in interface org.jboss.modcluster.container.Engine
The jvm route of this servlet engine.
getJvmRoute() - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
getJvmRoute() - Method in class org.jboss.modcluster.demo.servlet.LoadServlet
 
getJvmRoute() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequest
 
getJvmRoute() - Method in interface org.jboss.modcluster.mcmp.MCMPRequest
 
getJvmRouteFactory() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
getJvmRouteFactory() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getJvmRouteFactory() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Factory for generating jvm route
getJvmRouteFactoryClass() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getKeyManagers() - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
Gets the initialized key managers.
getLabel() - Method in class org.jboss.modcluster.demo.client.load.ServerLoadParam
 
getLabel() - Method in enum org.jboss.modcluster.demo.client.load.ServerLoadServlets
 
getLength() - Method in interface org.jboss.modcluster.mcmp.MCMPURLEncoder
length of the encoded data
getLoad(Engine) - Method in class org.jboss.modcluster.load.metric.impl.AbstractMBeanLoadMetric
 
getLoad() - Method in class org.jboss.modcluster.load.metric.impl.AbstractMBeanLoadMetric
 
getLoad(Engine) - Method in class org.jboss.modcluster.load.metric.impl.ActiveSessionsLoadMetric
 
getLoad(Engine) - Method in class org.jboss.modcluster.load.metric.impl.AverageSystemLoadMetric
 
getLoad(Engine) - Method in class org.jboss.modcluster.load.metric.impl.BusyConnectorsLoadMetric
 
getLoad(Engine) - Method in class org.jboss.modcluster.load.metric.impl.HeapMemoryUsageLoadMetric
 
getLoad() - Method in class org.jboss.modcluster.load.metric.impl.MBeanAttributeLoadMetric
 
getLoad() - Method in class org.jboss.modcluster.load.metric.impl.MBeanAttributeRatioLoadMetric
 
getLoad(Engine) - Method in class org.jboss.modcluster.load.metric.impl.ReceiveTrafficLoadMetric
 
getLoad(Engine) - Method in class org.jboss.modcluster.load.metric.impl.RequestCountLoadMetric
 
getLoad(Engine) - Method in class org.jboss.modcluster.load.metric.impl.SendTrafficLoadMetric
 
getLoad(Engine) - Method in interface org.jboss.modcluster.load.metric.LoadMetric
Returns the current load of this metric as a percent of the metric's capacity.
getLoadBalanceFactor(Engine) - Method in class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
getLoadBalanceFactor(Engine) - Method in class org.jboss.modcluster.load.impl.SimpleLoadBalanceFactorProvider
 
getLoadBalanceFactor(Engine) - Method in interface org.jboss.modcluster.load.LoadBalanceFactorProvider
 
getLoadBalanceFactor(Engine) - Method in class org.jboss.modcluster.ModClusterService
 
getLoadBalancingGroup() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getLoadBalancingGroup() - Method in class org.jboss.modcluster.config.impl.NodeConfigurationImpl
 
getLoadBalancingGroup() - Method in interface org.jboss.modcluster.config.NodeConfiguration
Indicates the group of servers to which this node belongs.
getLoadDecayFactor() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
Returns the factor by which the contribution of historical load values to the load factor calculation should exponentially decay.
getLoadHistory() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
Returns the number of historic load values used when calculating the load factor.
getLoadMetricCapacity() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getLoadMetricClass() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
Returns the class name of the configured load metric.
getLocalAddress() - Method in interface org.jboss.modcluster.config.ProxyConfiguration
Returns the local address to bind to for connecting to the proxy, if null the default will be used, if port is 0 an ephemeral port is used.
getLoggingLocale() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
getLoggingLocale() - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 
getMaxAttempts() - Method in interface org.jboss.modcluster.config.BalancerConfiguration
Maximum number of attempts to send the request to the backend server.
getMaxAttempts() - Method in class org.jboss.modcluster.config.impl.BalancerConfigurationImpl
 
getMaxAttempts() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getMaxThreads() - Method in interface org.jboss.modcluster.container.Connector
 
getMaxThreads() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getMCMPHandlerConfiguration() - Method in class org.jboss.modcluster.config.impl.ModClusterConfigurationImpl
 
getMCMPHandlerConfiguration() - Method in interface org.jboss.modcluster.config.ModClusterConfiguration
 
getMetrics() - Method in class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
getMetrics() - Method in interface org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProviderMBean
Returns the load metrics registered with this provider
getName() - Method in interface org.jboss.modcluster.container.Engine
The name of this engine.
getName() - Method in interface org.jboss.modcluster.container.Host
The name of this host.
getName() - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
getName() - Method in class org.jboss.modcluster.container.tomcat.TomcatHost
 
getName() - Method in class org.jboss.modcluster.demo.client.load.ServerLoadParam
 
getNodeConfiguration() - Method in class org.jboss.modcluster.config.impl.ModClusterConfigurationImpl
 
getNodeConfiguration() - Method in interface org.jboss.modcluster.config.ModClusterConfiguration
 
getNodeTimeout() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getNodeTimeout() - Method in class org.jboss.modcluster.config.impl.NodeConfigurationImpl
 
getNodeTimeout() - Method in interface org.jboss.modcluster.config.NodeConfiguration
Maximum time on seconds for idle connections the proxy will wait to connect to the node.
getParameter(String) - Method in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Get Advertise parameter
getParameter(HttpServletRequest, String, String) - Method in class org.jboss.modcluster.demo.servlet.LoadServlet
 
getParameters() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequest
 
getParameters(String, String, KeyStore) - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
Return the initialization parameters for the TrustManager.
getParameters() - Method in interface org.jboss.modcluster.mcmp.MCMPRequest
 
getParams() - Method in enum org.jboss.modcluster.demo.client.load.ServerLoadServlets
 
getPath() - Method in interface org.jboss.modcluster.container.Context
Returns the context path.
getPath() - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
getPing() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getPing() - Method in class org.jboss.modcluster.config.impl.NodeConfigurationImpl
 
getPing() - Method in interface org.jboss.modcluster.config.NodeConfiguration
Time to wait for a pong answer to a ping.
getPort() - Method in interface org.jboss.modcluster.container.Connector
Returns the port on which this connector operates
getPort() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getPreviousTime() - Method in class org.jboss.modcluster.load.metric.impl.DeterministicLoadStateImpl
 
getPrivateKey(String) - Method in class org.jboss.modcluster.mcmp.impl.JSSEKeyManager
Returns the key associated with the given alias.
getProtocolHandlerProperty(String) - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getProxies() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
Deprecated.
getProxies() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
Deprecated.
getProxies() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Deprecated.
As of 1.3.1.Final use MCMPHandlerConfiguration.getProxyConfigurations() to also specify local bind address.
getProxyConfiguration() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getProxyConfiguration() - Method in class org.jboss.modcluster.ModClusterService
 
getProxyConfiguration() - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Retrieves the full proxy configuration.
getProxyConfigurations() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
getProxyConfigurations() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getProxyConfigurations() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Gets list of proxies as a collection of ProxyConfigurations.
getProxyConfigurationString() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getProxyConnector() - Method in interface org.jboss.modcluster.container.Engine
The connector to which this engine uses to communicate with its proxies.
getProxyConnector() - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
getProxyConnectorProvider() - Method in class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
getProxyConnectorProvider() - Method in interface org.jboss.modcluster.container.tomcat.TomcatFactoryRegistry
 
getProxyInfo() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getProxyInfo() - Method in class org.jboss.modcluster.ModClusterService
 
getProxyInfo() - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Retrieves the full proxy info message.
getProxyInfoString() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getProxyList() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
getProxyStates() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
getProxyStates() - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Get the state of all proxies
getProxyURL() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
getProxyURL() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getProxyURL() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
URL prefix.
getRemoteAddress() - Method in interface org.jboss.modcluster.config.ProxyConfiguration
Returns the remote address of the proxy.
getRequestBalancingChart() - Method in class org.jboss.modcluster.demo.client.ChartManager
 
getRequestCount() - Method in interface org.jboss.modcluster.container.Connector
 
getRequestCount() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getRequestCounts() - Method in class org.jboss.modcluster.demo.client.RequestDriver
 
getRequestGroupInfo() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getRequestGroupInfo(Object) - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getRequestType() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequest
 
getRequestType() - Method in interface org.jboss.modcluster.mcmp.MCMPRequest
 
getResetRequests(Map<String, Set<ResetRequestSource.VirtualHost>>) - Method in class org.jboss.modcluster.mcmp.impl.ResetRequestSourceImpl
 
getResetRequests(Map<String, Set<ResetRequestSource.VirtualHost>>) - Method in interface org.jboss.modcluster.mcmp.ResetRequestSource
Gets a list of requests that should be sent to an httpd-side mod_cluster instance when an MCMPHandler determines that its state needs to be reset.
getServer(String) - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
Get AdvertiseServer server.
getServer() - Method in interface org.jboss.modcluster.container.Engine
The server to which this engine is associated.
getServer() - Method in class org.jboss.modcluster.container.tomcat.JMXServerProvider
 
getServer() - Method in interface org.jboss.modcluster.container.tomcat.ServerProvider
 
getServer() - Method in class org.jboss.modcluster.container.tomcat.SimpleServerProvider
 
getServer() - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
getServerAliases(String, Principal[]) - Method in class org.jboss.modcluster.mcmp.impl.JSSEKeyManager
Get the matching aliases for authenticating the server side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getServerFactory() - Method in class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
getServerFactory() - Method in interface org.jboss.modcluster.container.tomcat.TomcatFactoryRegistry
 
getServers() - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
Get Collection of all AdvertisedServer instances.
getServletPath() - Method in enum org.jboss.modcluster.demo.client.load.ServerLoadServlets
 
getSessionBalancingChart() - Method in class org.jboss.modcluster.demo.client.ChartManager
 
getSessionCookieName() - Method in interface org.jboss.modcluster.container.Engine
Returns the cookie name used for sessions.
getSessionCookieName() - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
getSessionCounts() - Method in class org.jboss.modcluster.demo.client.RequestDriver
 
getSessionDrainingStrategy() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
getSessionDrainingStrategy() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSessionDrainingStrategy() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
 
getSessionParameterName() - Method in interface org.jboss.modcluster.container.Engine
Returns the url parameter name used for sessions.
getSessionParameterName() - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
getSmax() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSmax() - Method in class org.jboss.modcluster.config.impl.NodeConfigurationImpl
 
getSmax() - Method in interface org.jboss.modcluster.config.NodeConfiguration
Soft maximum inactive connection count.
getSocketAddress() - Method in interface org.jboss.modcluster.mcmp.MCMPServer
 
getSocketFactory() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
getSocketFactory() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSocketFactory() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Configuration of the socket factory, supply SSL socket factory to use SSL to connect to the proxy.
getSocketTimeout() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
getSocketTimeout() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSocketTimeout() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Connection timeout for communication with the proxy.
getSslCertificateEncodingAlgorithm() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslCertificateEncodingAlgorithm() - Method in interface org.jboss.modcluster.config.SSLConfiguration
Certificate encoding algorithm.
getSslCiphers() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslCiphers() - Method in interface org.jboss.modcluster.config.SSLConfiguration
SSL ciphers.
getSslCrlFile() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslCrlFile() - Method in interface org.jboss.modcluster.config.SSLConfiguration
Certificate revocation list.
getSslKeyAlias() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslKeyAlias() - Method in interface org.jboss.modcluster.config.SSLConfiguration
Key alias.
getSslKeyStore() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslKeyStore() - Method in interface org.jboss.modcluster.config.SSLConfiguration
SSL keystore.
getSslKeyStorePassword() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslKeyStorePassword() - Method in interface org.jboss.modcluster.config.SSLConfiguration
SSL keystore password.
getSslKeyStoreProvider() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslKeyStoreProvider() - Method in interface org.jboss.modcluster.config.SSLConfiguration
Keystore provider.
getSslKeyStoreType() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslKeyStoreType() - Method in interface org.jboss.modcluster.config.SSLConfiguration
Keystore type.
getSslProtocol() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslProtocol() - Method in interface org.jboss.modcluster.config.SSLConfiguration
SSL protocol.
getSslTrustAlgorithm() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslTrustAlgorithm() - Method in interface org.jboss.modcluster.config.SSLConfiguration
Truststore algorithm.
getSslTrustMaxCertLength() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslTrustMaxCertLength() - Method in interface org.jboss.modcluster.config.SSLConfiguration
Trust max certificate length.
getSslTrustStore() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslTrustStore() - Method in interface org.jboss.modcluster.config.SSLConfiguration
Trust store file.
getSslTrustStorePassword() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslTrustStorePassword() - Method in interface org.jboss.modcluster.config.SSLConfiguration
Trust store password.
getSslTrustStoreProvider() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslTrustStoreProvider() - Method in interface org.jboss.modcluster.config.SSLConfiguration
Trust store provider.
getSslTrustStoreType() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSslTrustStoreType() - Method in interface org.jboss.modcluster.config.SSLConfiguration
Trust store type.
getState() - Method in interface org.jboss.modcluster.mcmp.MCMPServerState
 
getStatusCode() - Method in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Get Status code of the last Advertise message
getStatusDescription() - Method in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Get Status description of the last Advertise message
getStickySession() - Method in interface org.jboss.modcluster.config.BalancerConfiguration
Enables sticky sessions.
getStickySession() - Method in class org.jboss.modcluster.config.impl.BalancerConfigurationImpl
 
getStickySession() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getStickySessionForce() - Method in interface org.jboss.modcluster.config.BalancerConfiguration
Return an error when the request cannot be routed to the right node.
getStickySessionForce() - Method in class org.jboss.modcluster.config.impl.BalancerConfigurationImpl
 
getStickySessionForce() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getStickySessionRemove() - Method in interface org.jboss.modcluster.config.BalancerConfiguration
Remove session when the request cannot be routed to the right node.
getStickySessionRemove() - Method in class org.jboss.modcluster.config.impl.BalancerConfigurationImpl
 
getStickySessionRemove() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getStopContextTimeout() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
getStopContextTimeout() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getStopContextTimeout() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Returns the number of MCMPHandlerConfiguration.getStopContextTimeoutUnit() to wait for pending requests to complete when stopping a context.
getStopContextTimeoutUnit() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
getStopContextTimeoutUnit() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getStopContextTimeoutUnit() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Returns the unit of time to which MCMPHandlerConfiguration.getStopContextTimeout() pertains.
getTrustManagers() - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
Gets the initialized trust managers.
getTrustStore() - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
Gets the SSL server's truststore.
getTtl() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getTtl() - Method in class org.jboss.modcluster.config.impl.NodeConfigurationImpl
 
getTtl() - Method in interface org.jboss.modcluster.config.NodeConfiguration
Maximum time on seconds for idle connections above smax.
getType() - Method in interface org.jboss.modcluster.container.Connector
Indicates the type of this connector
getType() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
getValue() - Method in class org.jboss.modcluster.demo.client.load.ServerLoadParam
 
getWeight() - Method in class org.jboss.modcluster.load.metric.impl.AbstractLoadMetric
 
getWeight() - Method in interface org.jboss.modcluster.load.metric.LoadMetricMBean
Returns the "weight" of this metric, i.e.
getWorkerTimeout() - Method in interface org.jboss.modcluster.config.BalancerConfiguration
Timeout to wait for an available worker (default is no wait).
getWorkerTimeout() - Method in class org.jboss.modcluster.config.impl.BalancerConfigurationImpl
 
getWorkerTimeout() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 

H

hashCode() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
hashCode() - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
hashCode() - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
hashCode() - Method in class org.jboss.modcluster.container.tomcat.TomcatHost
 
hashCode() - Method in class org.jboss.modcluster.container.tomcat.TomcatServer
 
HeapMemoryLoadServlet - Class in org.jboss.modcluster.demo.servlet
 
HeapMemoryLoadServlet() - Constructor for class org.jboss.modcluster.demo.servlet.HeapMemoryLoadServlet
 
HeapMemoryUsageLoadMetric - Class in org.jboss.modcluster.load.metric.impl
LoadMetric implementation that returns the heap memory usage ratio.
HeapMemoryUsageLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.HeapMemoryUsageLoadMetric
 
HeapMemoryUsageLoadMetric(MemoryMXBean) - Constructor for class org.jboss.modcluster.load.metric.impl.HeapMemoryUsageLoadMetric
 
Host - Interface in org.jboss.modcluster.container
SPI for a host, defined as a set of web application contexts.
host - Variable in class org.jboss.modcluster.container.tomcat.TomcatContext
 
host - Variable in class org.jboss.modcluster.container.tomcat.TomcatHost
 
HostFactory - Interface in org.jboss.modcluster.container.tomcat
 
hostNotFound(String) - Method in interface org.jboss.modcluster.ModClusterMessages
 
hostNotFound(String) - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 
hostNotFound$str() - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 

I

init(Server) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
Triggers the initialization of mod_cluster.
init - Variable in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
init(Server) - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
initialize server stuff: in jbossweb-2.1.x the server can't be destroyed so you could start (restart) one that needs initializations...
init() - Method in class org.jboss.modcluster.demo.servlet.LoadServlet
 
init(Collection<ProxyConfiguration>, MCMPConnectionListener) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
init(Server, ContextFilter) - Method in class org.jboss.modcluster.mcmp.impl.ResetRequestSourceImpl
 
init(Collection<ProxyConfiguration>, MCMPConnectionListener) - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Initialization method for MCMP handler.
init(Server, ContextFilter) - Method in interface org.jboss.modcluster.mcmp.ResetRequestSource
 
init(String) - Method in interface org.jboss.modcluster.ModClusterLogger
 
init(String) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
init(Server) - Method in class org.jboss.modcluster.ModClusterService
 
init$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
INSTANCE - Static variable in class org.jboss.modcluster.ModClusterMessages_$bundle
 
interruptDatagramReader() - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
 
invalidCapacity() - Method in interface org.jboss.modcluster.ModClusterMessages
 
invalidCapacity() - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 
invalidCapacity$str() - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 
invalidInitialLoad(int) - Method in interface org.jboss.modcluster.ModClusterLogger
 
invalidInitialLoad(int) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
invalidInitialLoad$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
invalidWeight() - Method in interface org.jboss.modcluster.ModClusterMessages
 
invalidWeight() - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 
invalidWeight$str() - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 
isAfterInit(LifecycleEvent) - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
isAJP(Connector) - Static method in class org.jboss.modcluster.container.tomcat.TomcatConnector
Indicates whether or not the specified connector use the AJP protocol.
isAutoEnableContexts() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
isAutoEnableContexts() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
isAutoEnableContexts() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Indicates whether or not to automatically enable contexts.
isAutoEnableContexts() - Method in interface org.jboss.modcluster.mcmp.ContextFilter
Indicates when contexts should auto-enable by default.
isAutoEnableContexts() - Method in class org.jboss.modcluster.ModClusterService
 
isAvailable() - Method in interface org.jboss.modcluster.container.Connector
Is this connector available for processing requests?
isAvailable() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
isBeforeDestroy(LifecycleEvent) - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
isDistributable() - Method in interface org.jboss.modcluster.container.Context
Indicates whether this context is distributable.
isDistributable() - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
isEnabled(Context) - Method in enum org.jboss.modcluster.config.impl.SessionDrainingStrategyEnum
 
isEnabled(Context) - Method in interface org.jboss.modcluster.config.SessionDrainingStrategy
Indicates whether or not to drain sessions prior to stopping the specified context.
isEstablished() - Method in interface org.jboss.modcluster.mcmp.MCMPConnectionListener
 
isEstablished() - Method in interface org.jboss.modcluster.mcmp.MCMPServer
 
isEstablished() - Method in class org.jboss.modcluster.ModClusterService
 
isListening() - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
True if listener is accepting the advetise messages.
If false it means that listener is experiencing some network problems if running.
isProxyHealthOK() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
isProxyHealthOK() - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Convenience method that checks whether the status of all proxies is OK.
isReverse() - Method in interface org.jboss.modcluster.container.Connector
Indicates whether the endpoint of this connector uses a reverse connection to httpd.
isReverse() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
isSsl() - Method in class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
Deprecated.
isSsl() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
Deprecated.
isSsl() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
isStarted() - Method in interface org.jboss.modcluster.container.Context
 
isStarted() - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
isWildcard() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequest
 
isWildcard() - Method in interface org.jboss.modcluster.mcmp.MCMPRequest
 

J

JMXServerProvider - Class in org.jboss.modcluster.container.tomcat
ServerProvider that uses JMX to locate the Server.
JMXServerProvider(MBeanServer, ObjectName) - Constructor for class org.jboss.modcluster.container.tomcat.JMXServerProvider
 
JSSEKeyManager - Class in org.jboss.modcluster.mcmp.impl
X509KeyManager which allows selection of a specific keypair and certificate chain (identified by their keystore alias name) to be used by the server to authenticate itself to SSL clients.
JSSEKeyManager(X509KeyManager, String) - Constructor for class org.jboss.modcluster.mcmp.impl.JSSEKeyManager
Constructor.
JSSESocketFactory - Class in org.jboss.modcluster.mcmp.impl
SSL server socket factory.
JSSESocketFactory(SSLConfiguration) - Constructor for class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
 
JVM_ROUTE_SYSTEM_PROPERTY - Static variable in class org.jboss.modcluster.demo.servlet.LoadServlet
 
JvmRouteFactory - Interface in org.jboss.modcluster.config
Factory for creating a unique jvm route for an engine.

L

lifecycleEvent(LifecycleEvent) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
Primary entry point for startup and shutdown events.
LifecycleListenerFactory - Interface in org.jboss.modcluster.container.tomcat
 
liveClientCount - Variable in class org.jboss.modcluster.demo.client.RequestDriver.ClientStatus
 
LoadBalanceFactorProvider - Interface in org.jboss.modcluster.load
Provides the load balance factor for a node.
LoadBalanceFactorProviderFactory - Interface in org.jboss.modcluster.load
 
LoadMetric - Interface in org.jboss.modcluster.load.metric
Represents a specific load metric.
LoadMetricMBean - Interface in org.jboss.modcluster.load.metric
 
LoadServlet - Class in org.jboss.modcluster.demo.servlet
 
LoadServlet() - Constructor for class org.jboss.modcluster.demo.servlet.LoadServlet
 
log - Variable in class org.jboss.modcluster.ModClusterLogger_$logger
 
LOGGER - Static variable in interface org.jboss.modcluster.ModClusterLogger
 

M

main(String[]) - Static method in class org.jboss.modcluster.demo.client.ModClusterDemo
Launch the application
MANAGER_ADDRESS - Static variable in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Manager-Address header
markProxiesInError() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
markProxiesInError() - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Reset any proxies whose status is OK down to ERROR, which will trigger a refresh of their configuration.
MBeanAttributeLoadMetric - Class in org.jboss.modcluster.load.metric.impl
Generic LoadMetric whose load is the aggregated value of an mbean attribute.
MBeanAttributeLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.MBeanAttributeLoadMetric
 
MBeanAttributeRatioLoadMetric - Class in org.jboss.modcluster.load.metric.impl
Generic LoadMetric whose load is the ratio of 2 aggregated mbean attributes.
MBeanAttributeRatioLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.MBeanAttributeRatioLoadMetric
 
mcmp() - Method in interface org.jboss.modcluster.config.builder.ConfigurationBuilder
Builder for MCMP (Mod-Cluster Management Protocol) handler configuration.
mcmp() - Method in class org.jboss.modcluster.config.builder.ModClusterConfigurationBuilder
 
MCMPConnectionListener - Interface in org.jboss.modcluster.mcmp
 
MCMPHandler - Interface in org.jboss.modcluster.mcmp
Handles communication via MCMP with the reverse proxy side.
MCMPHandlerConfiguration - Interface in org.jboss.modcluster.config
Configuration object for an MCMPHandler.
MCMPHandlerConfigurationBuilder - Class in org.jboss.modcluster.config.builder
Builder for MCMP (Mod-Cluster Management Protocol) handler configuration.
MCMPHandlerConfigurationImpl - Class in org.jboss.modcluster.config.impl
 
MCMPHandlerConfigurationImpl(Collection<ProxyConfiguration>, String, int, SocketFactory, Map<String, Set<String>>, Boolean, boolean, long, TimeUnit, JvmRouteFactory, SessionDrainingStrategy) - Constructor for class org.jboss.modcluster.config.impl.MCMPHandlerConfigurationImpl
 
MCMPRequest - Interface in org.jboss.modcluster.mcmp
Encapsulates the parameters for a request over MCMP.
MCMPRequestFactory - Interface in org.jboss.modcluster.mcmp
 
MCMPRequestType - Enum in org.jboss.modcluster.mcmp
Valid types of MCMP requests.
MCMPResponseParser - Interface in org.jboss.modcluster.mcmp
 
MCMPServer - Interface in org.jboss.modcluster.mcmp
Represents a native server that is running the mod_cluster module and proxying requests to JBoss Web.
MCMPServerState - Interface in org.jboss.modcluster.mcmp
Extends MCMPServer to provide information about the current state of communications with that server.
MCMPServerState.State - Enum in org.jboss.modcluster.mcmp
Possible communication states vis a vis the server
MCMPURLEncoder - Interface in org.jboss.modcluster.mcmp
Allow to use TC and JBoss url converter.
MESSAGES - Static variable in interface org.jboss.modcluster.ModClusterMessages
 
ModClusterConfig - Class in org.jboss.modcluster.config.impl
Java bean implementing the various configuration interfaces.
ModClusterConfig() - Constructor for class org.jboss.modcluster.config.impl.ModClusterConfig
 
ModClusterConfiguration - Interface in org.jboss.modcluster.config
 
ModClusterConfigurationBuilder - Class in org.jboss.modcluster.config.builder
Builder for the main mod_cluster configuration object.
ModClusterConfigurationBuilder() - Constructor for class org.jboss.modcluster.config.builder.ModClusterConfigurationBuilder
 
ModClusterConfigurationImpl - Class in org.jboss.modcluster.config.impl
 
ModClusterConfigurationImpl(AdvertiseConfiguration, BalancerConfiguration, NodeConfiguration, MCMPHandlerConfiguration) - Constructor for class org.jboss.modcluster.config.impl.ModClusterConfigurationImpl
 
ModClusterDemo - Class in org.jboss.modcluster.demo.client
Client application for demonstrating load balancing with mod_cluster.
ModClusterDemo() - Constructor for class org.jboss.modcluster.demo.client.ModClusterDemo
Create the application
ModClusterListener - Class in org.jboss.modcluster.container.catalina.standalone
Deprecated.
ModClusterListener() - Constructor for class org.jboss.modcluster.container.catalina.standalone.ModClusterListener
Deprecated.
 
ModClusterListener - Class in org.jboss.modcluster.container.tomcat
Mod_cluster lifecycle listener for use in Tomcat.
ModClusterListener() - Constructor for class org.jboss.modcluster.container.tomcat.ModClusterListener
 
ModClusterListener(ModClusterServiceMBean, LifecycleListener) - Constructor for class org.jboss.modcluster.container.tomcat.ModClusterListener
 
ModClusterLogger - Interface in org.jboss.modcluster
 
ModClusterLogger_$logger - Class in org.jboss.modcluster
Warning this class consists of generated code.
ModClusterLogger_$logger(Logger) - Constructor for class org.jboss.modcluster.ModClusterLogger_$logger
 
ModClusterMessages - Interface in org.jboss.modcluster
 
ModClusterMessages_$bundle - Class in org.jboss.modcluster
Warning this class consists of generated code.
ModClusterMessages_$bundle() - Constructor for class org.jboss.modcluster.ModClusterMessages_$bundle
 
ModClusterService - Class in org.jboss.modcluster
 
ModClusterService(ModClusterConfiguration, LoadBalanceFactorProvider) - Constructor for class org.jboss.modcluster.ModClusterService
 
ModClusterService(ModClusterConfig, LoadBalanceFactorProvider) - Constructor for class org.jboss.modcluster.ModClusterService
 
ModClusterService(ModClusterConfig, LoadBalanceFactorProviderFactory) - Constructor for class org.jboss.modcluster.ModClusterService
 
ModClusterService(NodeConfiguration, BalancerConfiguration, MCMPHandlerConfiguration, AdvertiseConfiguration, LoadBalanceFactorProviderFactory, MCMPRequestFactory, MCMPResponseParser, ResetRequestSource, MCMPHandler, AdvertiseListenerFactory) - Constructor for class org.jboss.modcluster.ModClusterService
 
ModClusterServiceMBean - Interface in org.jboss.modcluster
 
MulticastSocketFactory - Interface in org.jboss.modcluster.advertise
Factory for creating multicast sockets.
MulticastSocketFactoryImpl - Class in org.jboss.modcluster.advertise.impl
On Linux, we attempt to avoid cross-talk problem by binding the MulticastSocket to the multicast address, if possible.
MulticastSocketFactoryImpl() - Constructor for class org.jboss.modcluster.advertise.impl.MulticastSocketFactoryImpl
 

N

noConnectorForEngine(String) - Method in interface org.jboss.modcluster.ModClusterLogger
 
noConnectorForEngine(String) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
noConnectorForEngine$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
node() - Method in interface org.jboss.modcluster.config.builder.ConfigurationBuilder
Builder for proxy node configuration.
node() - Method in class org.jboss.modcluster.config.builder.ModClusterConfigurationBuilder
 
NodeConfiguration - Interface in org.jboss.modcluster.config
 
NodeConfigurationBuilder - Class in org.jboss.modcluster.config.builder
Builder for proxy node configuration.
NodeConfigurationImpl - Class in org.jboss.modcluster.config.impl
 
NodeConfigurationImpl(String, boolean, int, int, int, int, int, String) - Constructor for class org.jboss.modcluster.config.impl.NodeConfigurationImpl
 
NodeUnavailableException - Exception in org.jboss.modcluster.load.metric
Exception thrown by LoadMetric implementations to indicate that the node should be put into error state.
NodeUnavailableException() - Constructor for exception org.jboss.modcluster.load.metric.NodeUnavailableException
 
notSupportedOnSystem(String) - Method in interface org.jboss.modcluster.ModClusterLogger
 
notSupportedOnSystem(String) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
notSupportedOnSystem$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 

O

org.jboss.modcluster - package org.jboss.modcluster
 
org.jboss.modcluster.advertise - package org.jboss.modcluster.advertise
 
org.jboss.modcluster.advertise.impl - package org.jboss.modcluster.advertise.impl
 
org.jboss.modcluster.config - package org.jboss.modcluster.config
 
org.jboss.modcluster.config.builder - package org.jboss.modcluster.config.builder
Package containing a set of public configuration builders replacing legacy Java beans-style configuration.
org.jboss.modcluster.config.impl - package org.jboss.modcluster.config.impl
 
org.jboss.modcluster.container - package org.jboss.modcluster.container
 
org.jboss.modcluster.container.catalina.standalone - package org.jboss.modcluster.container.catalina.standalone
 
org.jboss.modcluster.container.tomcat - package org.jboss.modcluster.container.tomcat
 
org.jboss.modcluster.container.tomcat8 - package org.jboss.modcluster.container.tomcat8
 
org.jboss.modcluster.container.tomcat85 - package org.jboss.modcluster.container.tomcat85
 
org.jboss.modcluster.demo.client - package org.jboss.modcluster.demo.client
 
org.jboss.modcluster.demo.client.load - package org.jboss.modcluster.demo.client.load
 
org.jboss.modcluster.demo.servlet - package org.jboss.modcluster.demo.servlet
 
org.jboss.modcluster.load - package org.jboss.modcluster.load
 
org.jboss.modcluster.load.impl - package org.jboss.modcluster.load.impl
 
org.jboss.modcluster.load.metric - package org.jboss.modcluster.load.metric
 
org.jboss.modcluster.load.metric.impl - package org.jboss.modcluster.load.metric.impl
 
org.jboss.modcluster.mcmp - package org.jboss.modcluster.mcmp
 
org.jboss.modcluster.mcmp.impl - package org.jboss.modcluster.mcmp.impl
 

P

parseHeaderFailed(Throwable, MCMPRequestType, InetSocketAddress) - Method in interface org.jboss.modcluster.ModClusterLogger
 
parseHeaderFailed(Throwable, MCMPRequestType, InetSocketAddress) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
parseHeaderFailed$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
parseInfoResponse(String) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPResponseParser
 
parseInfoResponse(String) - Method in interface org.jboss.modcluster.mcmp.MCMPResponseParser
Parses the response from a INFO request.
parsePingResponse(String) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPResponseParser
 
parsePingResponse(String) - Method in interface org.jboss.modcluster.mcmp.MCMPResponseParser
Parses the response from a PING request.
parseSocketAddress(String, int) - Static method in class org.jboss.modcluster.Utils
 
parseStopAppResponse(String) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPResponseParser
 
parseStopAppResponse(String) - Method in interface org.jboss.modcluster.mcmp.MCMPResponseParser
Parses the response from a STOP-APP request.
pause() - Method in interface org.jboss.modcluster.advertise.AdvertiseListener
Pause the listener, which will make it stop accepting new advertise messages.
pause() - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
 
ping() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
ping(String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
ping(String, String, int) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
ping() - Method in class org.jboss.modcluster.ModClusterService
 
ping(String) - Method in class org.jboss.modcluster.ModClusterService
 
ping(String, String, int) - Method in class org.jboss.modcluster.ModClusterService
 
ping() - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Ping httpd.
ping(String) - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Ping a node from httpd.
ping(String, String, int) - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Ping a node defined protocol, host and port from httpd.
potentialCrossTalking(InetAddress, String, String) - Method in interface org.jboss.modcluster.ModClusterLogger
 
potentialCrossTalking(InetAddress, String, String) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
potentialCrossTalking$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
PROPERTY - Static variable in class org.jboss.modcluster.config.impl.SystemPropertyJvmRouteFactory
 
propertyChange(PropertyChangeEvent) - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
ProxyConfiguration - Interface in org.jboss.modcluster.config
Proxy configuration with destination address and optional local address to bind to.
ProxyConnectorProvider - Interface in org.jboss.modcluster.container.tomcat
Strategy for determining the connector with which mod_cluster will communicate.

R

readExternal(ObjectInput) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.VirtualHostImpl
 
readResolve() - Method in class org.jboss.modcluster.ModClusterMessages_$bundle
 
ReceiveTrafficLoadMetric - Class in org.jboss.modcluster.load.metric.impl
LoadMetric implementation that returns the incoming bandwidth in KB.
ReceiveTrafficLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.ReceiveTrafficLoadMetric
 
ReceiveTrafficLoadMetric(DeterministicLoadState) - Constructor for class org.jboss.modcluster.load.metric.impl.ReceiveTrafficLoadMetric
 
ReceiveTrafficLoadServlet - Class in org.jboss.modcluster.demo.servlet
 
ReceiveTrafficLoadServlet() - Constructor for class org.jboss.modcluster.demo.servlet.ReceiveTrafficLoadServlet
 
RecordServlet - Class in org.jboss.modcluster.demo.servlet
 
RecordServlet() - Constructor for class org.jboss.modcluster.demo.servlet.RecordServlet
 
recoverableErrorResponse(String, MCMPRequestType, InetSocketAddress, String) - Method in interface org.jboss.modcluster.ModClusterLogger
 
recoverableErrorResponse(String, MCMPRequestType, InetSocketAddress, String) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
recoverableErrorResponse$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
refresh() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
refresh() - Method in class org.jboss.modcluster.ModClusterService
 
refresh() - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Refresh configuration.
registry - Variable in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
registry - Variable in class org.jboss.modcluster.container.tomcat.TomcatHost
 
registry - Variable in class org.jboss.modcluster.container.tomcat.TomcatServer
 
remove(Context) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
Indicates the undeployment of the specified context.
remove(Context) - Method in class org.jboss.modcluster.ModClusterService
 
removeAll(Engine) - Method in class org.jboss.modcluster.ModClusterService
Sends REMOVE-APP *, if engine was initialized
removeContext(Host, Context) - Method in interface org.jboss.modcluster.ModClusterLogger
 
removeContext(Host, Context) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
removeContext$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
removeListeners(Server) - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
removeListeners(Server) - Method in class org.jboss.modcluster.container.tomcat85.TomcatEventHandlerAdapter
 
removeProxy(String, int) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
removeProxy(InetSocketAddress) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
removeProxy(InetSocketAddress) - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Remove a proxy from the list of those with which this handler communicates.
removeProxy(String, int) - Method in class org.jboss.modcluster.ModClusterService
 
removeProxy(String, int) - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Remove a proxy from the list of those with which this handler communicates.
removeRequestListener(ServletRequestListener) - Method in interface org.jboss.modcluster.container.Context
 
removeRequestListener(ServletRequestListener) - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
removeServer(AdvertisedServer) - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
Remove the AdvertisedServer from the collection.
removeSessionListener(HttpSessionListener) - Method in interface org.jboss.modcluster.container.Context
Removes the specified session listener to this context.
removeSessionListener(HttpSessionListener) - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
RequestCountLoadMetric - Class in org.jboss.modcluster.load.metric.impl
LoadMetric implementation that returns the number of web requests.
RequestCountLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.RequestCountLoadMetric
 
RequestCountLoadMetric(DeterministicLoadState) - Constructor for class org.jboss.modcluster.load.metric.impl.RequestCountLoadMetric
 
RequestCountLoadServlet - Class in org.jboss.modcluster.demo.servlet
 
RequestCountLoadServlet() - Constructor for class org.jboss.modcluster.demo.servlet.RequestCountLoadServlet
 
requestDrainTimeout(int, Host, Context, float) - Method in interface org.jboss.modcluster.ModClusterLogger
 
requestDrainTimeout(int, Host, Context, float) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
requestDrainTimeout$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
RequestDriver - Class in org.jboss.modcluster.demo.client
 
RequestDriver() - Constructor for class org.jboss.modcluster.demo.client.RequestDriver
 
RequestDriver.ClientStatus - Class in org.jboss.modcluster.demo.client
 
RequestListenerValveFactory - Interface in org.jboss.modcluster.container.tomcat
 
requestsDrained(Host, Context, float) - Method in interface org.jboss.modcluster.ModClusterLogger
 
requestsDrained(Host, Context, float) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
requestsDrained$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
reset() - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
reset() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
reset() - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Reset any proxies whose status is DOWN up to ERROR, where the configuration will be refreshed.
reset() - Method in class org.jboss.modcluster.ModClusterService
 
reset() - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Reset a DOWN connection to the proxy up to ERROR, where the configuration will be refreshed.
ResetRequestSource - Interface in org.jboss.modcluster.mcmp
Source for a list of requests that should be sent to an httpd-side mod_cluster instance when an MCMPHandler determines that the httpd-side state needs to be reset.
ResetRequestSource.Status - Enum in org.jboss.modcluster.mcmp
 
ResetRequestSource.VirtualHost - Interface in org.jboss.modcluster.mcmp
 
ResetRequestSourceImpl - Class in org.jboss.modcluster.mcmp.impl
 
ResetRequestSourceImpl(NodeConfiguration, BalancerConfiguration, MCMPRequestFactory) - Constructor for class org.jboss.modcluster.mcmp.impl.ResetRequestSourceImpl
 
resume() - Method in interface org.jboss.modcluster.advertise.AdvertiseListener
Resume the listener, which will make it start accepting new advertise messages again.
resume() - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
 
RFC_822_FMT - Static variable in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
 

S

sendContextCommand(MCMPRequestType, Host, Context) - Method in interface org.jboss.modcluster.ModClusterLogger
 
sendContextCommand(MCMPRequestType, Host, Context) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
sendContextCommand$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
sendEngineCommand(MCMPRequestType, Engine) - Method in interface org.jboss.modcluster.ModClusterLogger
 
sendEngineCommand(MCMPRequestType, Engine) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
sendEngineCommand$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
sendFailed(MCMPRequestType, InetSocketAddress, String) - Method in interface org.jboss.modcluster.ModClusterLogger
 
sendFailed(MCMPRequestType, InetSocketAddress, String) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
sendFailed$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
sendRequest(MCMPRequest) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
sendRequest(MCMPRequest) - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Send a request to all healthy proxies.
sendRequests(List<MCMPRequest>) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
sendRequests(List<MCMPRequest>) - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Send a list of requests to all healthy proxies, with all requests in the list sent to each proxy before moving on to the next.
SendTrafficLoadMetric - Class in org.jboss.modcluster.load.metric.impl
LoadMetric implementation that returns the outgoing bandwidth in KB.
SendTrafficLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.SendTrafficLoadMetric
 
SendTrafficLoadMetric(DeterministicLoadState) - Constructor for class org.jboss.modcluster.load.metric.impl.SendTrafficLoadMetric
 
SendTrafficLoadServlet - Class in org.jboss.modcluster.demo.servlet
 
SendTrafficLoadServlet() - Constructor for class org.jboss.modcluster.demo.servlet.SendTrafficLoadServlet
 
Server - Interface in org.jboss.modcluster.container
SPI for a web application server, defined as a collection of one or more Engines.
server - Variable in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
server - Variable in class org.jboss.modcluster.container.tomcat.TomcatServer
 
ServerFactory - Interface in org.jboss.modcluster.container.tomcat
 
ServerLoadParam - Class in org.jboss.modcluster.demo.client.load
 
ServerLoadParam(String, String, String, String) - Constructor for class org.jboss.modcluster.demo.client.load.ServerLoadParam
 
ServerLoadServlets - Enum in org.jboss.modcluster.demo.client.load
 
ServerProvider - Interface in org.jboss.modcluster.container.tomcat
 
serverProvider - Variable in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.modcluster.demo.servlet.BusyConnectorsLoadServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.modcluster.demo.servlet.HeapMemoryLoadServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.modcluster.demo.servlet.RecordServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.modcluster.demo.servlet.RequestCountLoadServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.modcluster.demo.servlet.SystemLoadServlet
 
ServiceLoaderTomcatFactory - Class in org.jboss.modcluster.container.tomcat
 
ServiceLoaderTomcatFactory(ProxyConnectorProvider) - Constructor for class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
ServiceLoaderTomcatFactory(ServerFactory, EngineFactory, HostFactory, ContextFactory, ConnectorFactory, ProxyConnectorProvider) - Constructor for class org.jboss.modcluster.container.tomcat.ServiceLoaderTomcatFactory
 
SessionDrainingStrategy - Interface in org.jboss.modcluster.config
Defines the strategy for draining sessions from a context
SessionDrainingStrategyEnum - Enum in org.jboss.modcluster.config.impl
 
sessionDrainTimeout(int, Host, Context, float) - Method in interface org.jboss.modcluster.ModClusterLogger
 
sessionDrainTimeout(int, Host, Context, float) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
sessionDrainTimeout$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
sessionsDrained(Host, Context, float) - Method in interface org.jboss.modcluster.ModClusterLogger
 
sessionsDrained(Host, Context, float) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
sessionsDrained$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
setAddress(InetAddress) - Method in interface org.jboss.modcluster.container.Connector
Sets the address on which this connector operates.
setAddress(InetAddress) - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
setAdvertise(Boolean) - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Sets whether to receive advertisements from httpd proxies.
setAdvertise(Boolean) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setAdvertiseGroupAddress(String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
setAdvertiseInterface(InetAddress) - Method in class org.jboss.modcluster.config.builder.AdvertiseConfigurationBuilder
Sets the interface to use for advertisements.
setAdvertiseInterface(InetAddress) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setAdvertiseInterface(String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
setAdvertisePort(int) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
setAdvertiseSecurityKey(String) - Method in class org.jboss.modcluster.config.builder.AdvertiseConfigurationBuilder
Sets the shared advertise security key.
setAdvertiseSecurityKey(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setAdvertiseSocketAddress(InetSocketAddress) - Method in class org.jboss.modcluster.config.builder.AdvertiseConfigurationBuilder
Sets the socket factory to use for advertisements.
setAdvertiseSocketAddress(InetSocketAddress) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setAdvertiseThreadFactory(ThreadFactory) - Method in class org.jboss.modcluster.config.builder.AdvertiseConfigurationBuilder
Sets the tread factory for advertise mechanism.
setAdvertiseThreadFactory(ThreadFactory) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setAttribute(String) - Method in class org.jboss.modcluster.load.metric.impl.MBeanAttributeLoadMetric
 
setAutoEnableContexts(boolean) - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Sets whether or not to automatically enable contexts.
setAutoEnableContexts(boolean) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setBalancer(String) - Method in class org.jboss.modcluster.config.builder.NodeConfigurationBuilder
Sets the name of the balancer.
setBalancer(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setCapacity(double) - Method in class org.jboss.modcluster.load.metric.impl.AbstractLoadMetric
 
setCapacity(double) - Method in interface org.jboss.modcluster.load.metric.LoadMetricMBean
Sets the maximum capacity of this metric.
setConnectorAddress(String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
setConnectorPort(int) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
setDate(Date) - Method in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Set the Date of the last Advertise message
setDecayFactor(float) - Method in class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
setDecayFactor(float) - Method in interface org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProviderMBean
Sets the exponential decay factor to be applied to historical load values.
setDividendAttribute(String) - Method in class org.jboss.modcluster.load.metric.impl.MBeanAttributeRatioLoadMetric
 
setDivisorAttribute(String) - Method in class org.jboss.modcluster.load.metric.impl.MBeanAttributeRatioLoadMetric
 
setExcludedContexts(String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
setExcludedContextsPerHost(Map<String, Set<String>>) - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Sets a map of contexts per host that should never be registered by mod_cluster with the proxy.
setExcludedContextsPerHost(Map<String, Set<String>>) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setFlushPackets(boolean) - Method in class org.jboss.modcluster.config.builder.NodeConfigurationBuilder
Controls flushing of packets.
setFlushPackets(boolean) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setFlushWait(int) - Method in class org.jboss.modcluster.config.builder.NodeConfigurationBuilder
Sets time to wait before flushing packets.
setFlushWait(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setHistory(int) - Method in class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
setHistory(int) - Method in interface org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProviderMBean
Sets the number of historical load values to consider when calculating the load balance factor.
setInitialLoad(int) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
setJvmRoute(String) - Method in interface org.jboss.modcluster.container.Engine
Set this jvm route for this servlet engine.
setJvmRoute(String) - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
setJvmRoute(String) - Method in class org.jboss.modcluster.container.tomcat8.TomcatEngine
Propagates jvm-route configuration to contexts.
setJvmRouteFactory(JvmRouteFactory) - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Sets a factory for generating a JVM route.
setJvmRouteFactory(JvmRouteFactory) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setJvmRouteFactoryClass(Class<? extends JvmRouteFactory>) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
setLoadBalanceFactor(int) - Method in class org.jboss.modcluster.load.impl.SimpleLoadBalanceFactorProvider
 
setLoadBalanceFactor(int) - Method in interface org.jboss.modcluster.load.impl.SimpleLoadBalanceFactorProviderMBean
 
setLoadBalancingGroup(String) - Method in class org.jboss.modcluster.config.builder.NodeConfigurationBuilder
Indicates the group of servers to which this node belongs.
setLoadBalancingGroup(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setLoadDecayFactor(float) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
Sets the factor by which the contribution of historical load values to the load factor calculation should exponentially decay.
setLoadDecayFactor(String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
String-based variant of ModClusterListener.setLoadDecayFactor(float) to set float decay factor used by Tomcat modeler.
setLoadHistory(int) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
Sets the number of historic load values used when calculating the load factor.
setLoadMetricCapacity(String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
Sets the capacity (i.e.
setLoadMetricClass(String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
Sets the class of the desired load metric
setMaxAttempts(int) - Method in class org.jboss.modcluster.config.builder.BalancerConfigurationBuilder
Sets the maximum number of attempts to send the request to the backend server.
setMaxAttempts(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setMBeanServer(MBeanServer) - Method in class org.jboss.modcluster.load.metric.impl.AbstractMBeanLoadMetric
 
setNodeTimeout(int) - Method in class org.jboss.modcluster.config.builder.NodeConfigurationBuilder
Sets maximum time in seconds for idle connections the proxy will wait to connect to the node.
setNodeTimeout(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setParameter(String, String) - Method in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Set the Header
setPattern(ObjectName) - Method in class org.jboss.modcluster.load.metric.impl.AbstractMBeanLoadMetric
 
setPattern(String) - Method in class org.jboss.modcluster.load.metric.impl.AbstractMBeanLoadMetric
 
setPing(int) - Method in class org.jboss.modcluster.config.builder.NodeConfigurationBuilder
Sets time to wait for a pong answer to a ping.
setPing(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setProxies(Collection<InetSocketAddress>) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
Deprecated.
setProxyConfigurations(Collection<ProxyConfiguration>) - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Sets a static list of proxies to register with as a collection of ProxyConfigurations.
setProxyConfigurations(Collection<ProxyConfiguration>) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setProxyList(String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
setProxyURL(String) - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Sets URL prefix to send with commands to mod_cluster.
setProxyURL(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSessionDrainingStrategy(SessionDrainingStrategy) - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Configures the strategy for draining sessions from a context.
setSessionDrainingStrategy(SessionDrainingStrategy) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSessionDrainingStrategy(String) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
setSmax(int) - Method in class org.jboss.modcluster.config.builder.NodeConfigurationBuilder
Sets soft maximum inactive connection count.
setSmax(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSocketFactory(SocketFactory) - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Sets socket factory for communication with the proxy; supply an SSL socket factory to use SSL to connect to the proxy.
setSocketTimeout(int) - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Sets connection timeout for communication with the proxy.
setSocketTimeout(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSsl(boolean) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslCertificateEncodingAlgorithm(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslCiphers(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslCrlFile(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslKeyAlias(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslKeyStore(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslKeyStorePassword(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslKeyStoreProvider(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslKeyStoreType(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslProtocol(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslTrustAlgorithm(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslTrustMaxCertLength(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslTrustStore(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslTrustStorePassword(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslTrustStoreProvider(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSslTrustStoreType(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setStatus(int, String) - Method in class org.jboss.modcluster.advertise.impl.AdvertisedServer
 
setStickySession(boolean) - Method in class org.jboss.modcluster.config.builder.BalancerConfigurationBuilder
Enables or disables sticky sessions.
setStickySession(boolean) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setStickySessionForce(boolean) - Method in class org.jboss.modcluster.config.builder.BalancerConfigurationBuilder
Sets to return an error when the request cannot be routed to the right node.
setStickySessionForce(boolean) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setStickySessionRemove(boolean) - Method in class org.jboss.modcluster.config.builder.BalancerConfigurationBuilder
Sets to remove session when the request cannot be routed to the right node.
setStickySessionRemove(boolean) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setStopContextTimeout(long) - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Sets the number of MCMPHandlerConfigurationBuilder.setStopContextTimeoutUnit(TimeUnit) to wait for pending requests to complete when stopping a context.
setStopContextTimeout(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setStopContextTimeoutUnit(TimeUnit) - Method in class org.jboss.modcluster.config.builder.MCMPHandlerConfigurationBuilder
Sets the unit of time to which MCMPHandlerConfigurationBuilder.setStopContextTimeout(long) pertains.
setStopContextTimeoutUnit(TimeUnit) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setTtl(int) - Method in class org.jboss.modcluster.config.builder.NodeConfigurationBuilder
Sets maximum time on seconds for idle connections above smax.
setTtl(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setValue(String) - Method in class org.jboss.modcluster.demo.client.load.ServerLoadParam
 
setWeight(int) - Method in class org.jboss.modcluster.load.metric.impl.AbstractLoadMetric
 
setWeight(int) - Method in interface org.jboss.modcluster.load.metric.LoadMetricMBean
Sets the weight of the metric relative to the other metrics.
setWorkerTimeout(int) - Method in class org.jboss.modcluster.config.builder.BalancerConfigurationBuilder
Sets timeout to wait for an available worker (default is no wait).
setWorkerTimeout(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
shutdown() - Method in interface org.jboss.modcluster.container.ContainerEventHandler
Triggers the shutdown of mod_cluster.
shutdown() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
shutdown() - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Perform any shut down work.
shutdown() - Method in interface org.jboss.modcluster.ModClusterLogger
 
shutdown() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
shutdown() - Method in class org.jboss.modcluster.ModClusterService
 
shutdown$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
SimpleJvmRouteFactory - Class in org.jboss.modcluster.config.impl
Generate a jvm route of the form:
connector-bind-address:connector-port:engine-name
SimpleJvmRouteFactory() - Constructor for class org.jboss.modcluster.config.impl.SimpleJvmRouteFactory
 
SimpleJvmRouteFactory(String) - Constructor for class org.jboss.modcluster.config.impl.SimpleJvmRouteFactory
 
SimpleLoadBalanceFactorProvider - Class in org.jboss.modcluster.load.impl
A LoadBalanceFactorProvider that returns a static value.
SimpleLoadBalanceFactorProvider() - Constructor for class org.jboss.modcluster.load.impl.SimpleLoadBalanceFactorProvider
 
SimpleLoadBalanceFactorProviderFactory - Class in org.jboss.modcluster.load.impl
 
SimpleLoadBalanceFactorProviderFactory(LoadBalanceFactorProvider) - Constructor for class org.jboss.modcluster.load.impl.SimpleLoadBalanceFactorProviderFactory
 
SimpleLoadBalanceFactorProviderMBean - Interface in org.jboss.modcluster.load.impl
 
SimpleProxyConnectorProvider - Class in org.jboss.modcluster.container.tomcat
Proxy connector provider that uses a specific connector.
SimpleProxyConnectorProvider(Connector) - Constructor for class org.jboss.modcluster.container.tomcat.SimpleProxyConnectorProvider
 
SimpleServerProvider - Class in org.jboss.modcluster.container.tomcat
 
SimpleServerProvider(Server) - Constructor for class org.jboss.modcluster.container.tomcat.SimpleServerProvider
 
socketInterruptFailed(Throwable) - Method in interface org.jboss.modcluster.ModClusterLogger
 
socketInterruptFailed(Throwable) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
socketInterruptFailed$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
SSLConfiguration - Interface in org.jboss.modcluster.config
A SSLConfiguration.
start() - Method in interface org.jboss.modcluster.advertise.AdvertiseListener
Start the Listener, creating listener thread.
start() - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
 
start(Context) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
Indicates the specified web application context was started.
start(Server) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
Indicates the servlet container has been started.
start() - Method in interface org.jboss.modcluster.container.tomcat.TomcatEventHandler
 
start - Variable in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
start() - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
start() - Method in class org.jboss.modcluster.demo.client.ChartManager
 
start(URL, URL, int, int, int, int) - Method in class org.jboss.modcluster.demo.client.RequestDriver
 
start(Server) - Method in class org.jboss.modcluster.ModClusterService
 
start(Context) - Method in class org.jboss.modcluster.ModClusterService
 
startAdvertise(InetSocketAddress) - Method in interface org.jboss.modcluster.ModClusterLogger
 
startAdvertise(InetSocketAddress) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
startAdvertise$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
startContext(Host, Context) - Method in interface org.jboss.modcluster.ModClusterLogger
 
startContext(Host, Context) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
startContext$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
startServer() - Method in interface org.jboss.modcluster.ModClusterLogger
 
startServer() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
startServer$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
startSessionDraining(int, Host, Context, long) - Method in interface org.jboss.modcluster.ModClusterLogger
 
startSessionDraining(int, Host, Context, long) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
startSessionDraining$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
startSessionDrainingIndefinitely(int, Host, Context) - Method in interface org.jboss.modcluster.ModClusterLogger
 
startSessionDrainingIndefinitely(int, Host, Context) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
startSessionDrainingIndefinitely$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
status(Engine) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
This is a periodic event that triggers a STATUS command containing newly calculated load factor.
status() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
status() - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Perform periodic processing.
status(Engine) - Method in class org.jboss.modcluster.ModClusterService
 
stop() - Method in interface org.jboss.modcluster.advertise.AdvertiseListener
Stop the endpoint.
stop() - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
 
stop(Context) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
Indicates the specified web application context was stopped.
stop(Server) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
Indicates the servlet container has been stopped.
stop(long, TimeUnit) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
stop(long) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
stop() - Method in interface org.jboss.modcluster.container.tomcat.TomcatEventHandler
 
stop() - Method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
stop() - Method in class org.jboss.modcluster.demo.client.RequestDriver
 
stop(Server) - Method in class org.jboss.modcluster.ModClusterService
 
stop(Context) - Method in class org.jboss.modcluster.ModClusterService
 
stop(long, TimeUnit) - Method in class org.jboss.modcluster.ModClusterService
 
stop(long, TimeUnit) - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Attempts to gracefully stops all web applications, within the specified timeout.
stopContext(String, String, long, TimeUnit) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
stopContext(String, String, long) - Method in class org.jboss.modcluster.container.tomcat.ModClusterListener
 
stopContext(Host, Context) - Method in interface org.jboss.modcluster.ModClusterLogger
 
stopContext(Host, Context) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
stopContext(String, String, long, TimeUnit) - Method in class org.jboss.modcluster.ModClusterService
 
stopContext(String, String, long, TimeUnit) - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Attempts to gracefully stops a single web application, within the specified timeout.
stopContext$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
stopServer() - Method in interface org.jboss.modcluster.ModClusterLogger
 
stopServer() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
stopServer$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
successfulClientCount - Variable in class org.jboss.modcluster.demo.client.RequestDriver.ClientStatus
 
SystemLoadServlet - Class in org.jboss.modcluster.demo.servlet
 
SystemLoadServlet() - Constructor for class org.jboss.modcluster.demo.servlet.SystemLoadServlet
 
SystemPropertyJvmRouteFactory - Class in org.jboss.modcluster.config.impl
Decorates an existing jvm route factory, allowing system property override if defined.
SystemPropertyJvmRouteFactory(JvmRouteFactory) - Constructor for class org.jboss.modcluster.config.impl.SystemPropertyJvmRouteFactory
Creates a new SystemPropertyJvmRouteFactory using the default system SystemPropertyJvmRouteFactory.PROPERTY.
SystemPropertyJvmRouteFactory(JvmRouteFactory, String) - Constructor for class org.jboss.modcluster.config.impl.SystemPropertyJvmRouteFactory
Creates a new SystemPropertyJvmRouteFactory

T

TomcatConnector - Class in org.jboss.modcluster.container.tomcat
Connector implementation that wraps a Connector.
TomcatConnector(Connector) - Constructor for class org.jboss.modcluster.container.tomcat.TomcatConnector
Constructs a new CatalinaConnector wrapping the specified catalina connector.
TomcatConnectorConfiguration - Interface in org.jboss.modcluster.container.tomcat
Tomcat-specific configuration for selecting a connector to register with the proxy.
TomcatConnectorFactory - Class in org.jboss.modcluster.container.tomcat
 
TomcatConnectorFactory() - Constructor for class org.jboss.modcluster.container.tomcat.TomcatConnectorFactory
 
TomcatContext - Class in org.jboss.modcluster.container.tomcat
Context implementation that wraps a Context.
TomcatContext(Context, Host, RequestListenerValveFactory) - Constructor for class org.jboss.modcluster.container.tomcat.TomcatContext
Constructs a new CatalinaContext wrapping the specified context.
TomcatContext(Context, Host) - Constructor for class org.jboss.modcluster.container.tomcat.TomcatContext
 
TomcatContext - Class in org.jboss.modcluster.container.tomcat8
 
TomcatContext(Context, Host) - Constructor for class org.jboss.modcluster.container.tomcat8.TomcatContext
 
TomcatContext - Class in org.jboss.modcluster.container.tomcat85
 
TomcatContext(Context, Host) - Constructor for class org.jboss.modcluster.container.tomcat85.TomcatContext
 
TomcatContextFactory - Class in org.jboss.modcluster.container.tomcat
 
TomcatContextFactory() - Constructor for class org.jboss.modcluster.container.tomcat.TomcatContextFactory
 
TomcatContextFactory - Class in org.jboss.modcluster.container.tomcat8
 
TomcatContextFactory() - Constructor for class org.jboss.modcluster.container.tomcat8.TomcatContextFactory
 
TomcatContextFactory - Class in org.jboss.modcluster.container.tomcat85
 
TomcatContextFactory() - Constructor for class org.jboss.modcluster.container.tomcat85.TomcatContextFactory
 
TomcatEngine - Class in org.jboss.modcluster.container.tomcat
Engine implementation that wraps a Context.
TomcatEngine(TomcatFactoryRegistry, Engine, Server) - Constructor for class org.jboss.modcluster.container.tomcat.TomcatEngine
Constructs a new CatalinaEngine that wraps the specified catalina engine
TomcatEngine - Class in org.jboss.modcluster.container.tomcat8
 
TomcatEngine(TomcatFactoryRegistry, Engine, Server) - Constructor for class org.jboss.modcluster.container.tomcat8.TomcatEngine
 
TomcatEngineFactory - Class in org.jboss.modcluster.container.tomcat
 
TomcatEngineFactory() - Constructor for class org.jboss.modcluster.container.tomcat.TomcatEngineFactory
 
TomcatEngineFactory - Class in org.jboss.modcluster.container.tomcat8
 
TomcatEngineFactory() - Constructor for class org.jboss.modcluster.container.tomcat8.TomcatEngineFactory
 
TomcatEventHandler - Interface in org.jboss.modcluster.container.tomcat
 
TomcatEventHandlerAdapter - Class in org.jboss.modcluster.container.tomcat
Adapts lifecycle and container listener events to the ContainerEventHandler interface.
TomcatEventHandlerAdapter(ContainerEventHandler, TomcatConnectorConfiguration) - Constructor for class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
TomcatEventHandlerAdapter(ContainerEventHandler, Server, Connector) - Constructor for class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
TomcatEventHandlerAdapter(ContainerEventHandler, ServerProvider, ProxyConnectorProvider) - Constructor for class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
TomcatEventHandlerAdapter(ContainerEventHandler, ServerProvider, TomcatFactory) - Constructor for class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
TomcatEventHandlerAdapter - Class in org.jboss.modcluster.container.tomcat85
 
TomcatEventHandlerAdapter(ContainerEventHandler, TomcatConnectorConfiguration) - Constructor for class org.jboss.modcluster.container.tomcat85.TomcatEventHandlerAdapter
 
TomcatEventHandlerAdapter(ContainerEventHandler, ServerProvider, TomcatFactory) - Constructor for class org.jboss.modcluster.container.tomcat85.TomcatEventHandlerAdapter
 
TomcatEventHandlerAdapterFactory - Class in org.jboss.modcluster.container.tomcat
 
TomcatEventHandlerAdapterFactory() - Constructor for class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapterFactory
 
TomcatFactory - Interface in org.jboss.modcluster.container.tomcat
Factory methods for creating container objects from their Catalina equivalents.
TomcatFactoryRegistry - Interface in org.jboss.modcluster.container.tomcat
 
TomcatHost - Class in org.jboss.modcluster.container.tomcat
Host implementation that wraps a Host.
TomcatHost(TomcatFactoryRegistry, Host, Engine) - Constructor for class org.jboss.modcluster.container.tomcat.TomcatHost
Constructs a new CatalinaHost wrapping the specified catalina host.
TomcatHostFactory - Class in org.jboss.modcluster.container.tomcat
 
TomcatHostFactory() - Constructor for class org.jboss.modcluster.container.tomcat.TomcatHostFactory
 
TomcatLifecycleListenerFactory - Class in org.jboss.modcluster.container.tomcat85
 
TomcatLifecycleListenerFactory() - Constructor for class org.jboss.modcluster.container.tomcat85.TomcatLifecycleListenerFactory
 
TomcatServer - Class in org.jboss.modcluster.container.tomcat
Server implementation that wraps a Server.
TomcatServer(TomcatFactoryRegistry, Server) - Constructor for class org.jboss.modcluster.container.tomcat.TomcatServer
Constructs a new CatalinaServer wrapping the specified catalina server.
TomcatServer - Class in org.jboss.modcluster.container.tomcat85
Needs to recompile against Tomcat 8.5/9 Jars due to Service.getContainer() signature change.
TomcatServer(TomcatFactoryRegistry, Server) - Constructor for class org.jboss.modcluster.container.tomcat85.TomcatServer
 
TomcatServerFactory - Class in org.jboss.modcluster.container.tomcat
 
TomcatServerFactory() - Constructor for class org.jboss.modcluster.container.tomcat.TomcatServerFactory
 
TomcatServerFactory - Class in org.jboss.modcluster.container.tomcat85
 
TomcatServerFactory() - Constructor for class org.jboss.modcluster.container.tomcat85.TomcatServerFactory
 
toObjectName(String) - Static method in class org.jboss.modcluster.container.tomcat.TomcatEventHandlerAdapter
 
toString() - Method in class org.jboss.modcluster.advertise.impl.AdvertisedServer
 
toString() - Method in enum org.jboss.modcluster.container.Connector.Type
Returns lower case name of this enum constant.
toString() - Method in class org.jboss.modcluster.container.tomcat.TomcatConnector
 
toString() - Method in class org.jboss.modcluster.container.tomcat.TomcatContext
 
toString() - Method in class org.jboss.modcluster.container.tomcat.TomcatEngine
 
toString() - Method in class org.jboss.modcluster.container.tomcat.TomcatHost
 
toString() - Method in class org.jboss.modcluster.container.tomcat.TomcatServer
 
toString() - Method in enum org.jboss.modcluster.demo.client.load.ServerLoadServlets
 
toString() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequest
 
toString() - Method in enum org.jboss.modcluster.mcmp.MCMPRequestType
 
toString() - Method in enum org.jboss.modcluster.Version
 

U

unrecoverableErrorResponse(String, MCMPRequestType, InetSocketAddress, String) - Method in interface org.jboss.modcluster.ModClusterLogger
 
unrecoverableErrorResponse(String, MCMPRequestType, InetSocketAddress, String) - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
unrecoverableErrorResponse$str() - Method in class org.jboss.modcluster.ModClusterLogger_$logger
 
updateStats() - Method in class org.jboss.modcluster.demo.client.ChartManager
 
Utils - Class in org.jboss.modcluster
 
UUIDJvmRouteFactory - Class in org.jboss.modcluster.config.impl
Generates a jvm route using a UUID constructed from the connector address/port and engine name.
UUIDJvmRouteFactory() - Constructor for class org.jboss.modcluster.config.impl.UUIDJvmRouteFactory
 

V

valueOf(String) - Static method in enum org.jboss.modcluster.config.impl.SessionDrainingStrategyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.modcluster.container.Connector.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.modcluster.demo.client.load.ServerLoadServlets
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.modcluster.mcmp.MCMPRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.modcluster.mcmp.MCMPServerState.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.modcluster.mcmp.ResetRequestSource.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.modcluster.Version
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.modcluster.config.impl.SessionDrainingStrategyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.modcluster.container.Connector.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.modcluster.demo.client.load.ServerLoadServlets
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.modcluster.mcmp.MCMPRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.modcluster.mcmp.MCMPServerState.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.modcluster.mcmp.ResetRequestSource.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.modcluster.Version
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Enum in org.jboss.modcluster
Holds current version of mod_cluster.
VirtualHostImpl() - Constructor for class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.VirtualHostImpl
 

W

writeExternal(ObjectOutput) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.VirtualHostImpl
 
writeLocalName(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.modcluster.demo.servlet.LoadServlet
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
mod_cluster (parent) 1.4.5.Final

Copyright © 2023 JBoss by Red Hat. All rights reserved.