mod_cluster 1.2.1.Final
A B C D E F G H I J L M N O P R S T U V 

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
 
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
addProxy(InetSocketAddress) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
Add a proxy to the list of those with which this handler communicates.
addProxy(InetSocketAddress, boolean) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
Add a proxy to the list of those with which this handler communicates.
addProxy(InetSocketAddress) - 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
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 class org.jboss.modcluster.container.catalina.CatalinaContext
 
addRequestListener(ServletRequestListener) - Method in interface org.jboss.modcluster.container.Context
 
addSessionListener(HttpSessionListener) - Method in class org.jboss.modcluster.container.catalina.CatalinaContext
 
addSessionListener(HttpSessionListener) - Method in interface org.jboss.modcluster.container.Context
Adds the specified session listener to this context.
AdvertiseConfiguration - Interface in org.jboss.modcluster.config
 
AdvertisedServer - Class in org.jboss.modcluster.advertise.impl
Advertised server instance
AdvertisedServer(String) - Constructor for class org.jboss.modcluster.advertise.impl.AdvertisedServer
 
AdvertiseEventType - Enum in org.jboss.modcluster.advertise.impl
Set what type of event the AdvertiseEvent signals.
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
AutoProxyConnectorProvider - Class in org.jboss.modcluster.container.catalina
Proxy connector provider that prefers an AJP/reverse connector; or, if none are present, chooses the connector with the highest thread capacity.
AutoProxyConnectorProvider() - Constructor for class org.jboss.modcluster.container.catalina.AutoProxyConnectorProvider
 
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

BalancerConfiguration - Interface in org.jboss.modcluster.config
 
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
 

C

CatalinaConnector - Class in org.jboss.modcluster.container.catalina
Connector implementation that wraps a Connector.
CatalinaConnector(Connector) - Constructor for class org.jboss.modcluster.container.catalina.CatalinaConnector
Constructs a new CatalinaConnector wrapping the specified catalina connector.
CatalinaConnectorFactory - Class in org.jboss.modcluster.container.catalina
 
CatalinaConnectorFactory() - Constructor for class org.jboss.modcluster.container.catalina.CatalinaConnectorFactory
 
CatalinaContext - Class in org.jboss.modcluster.container.catalina
Context implementation that wraps a Context.
CatalinaContext(Context, Host, RequestListenerValveFactory) - Constructor for class org.jboss.modcluster.container.catalina.CatalinaContext
Constructs a new CatalinaContext wrapping the specified context.
CatalinaContextFactory - Class in org.jboss.modcluster.container.catalina
 
CatalinaContextFactory() - Constructor for class org.jboss.modcluster.container.catalina.CatalinaContextFactory
 
CatalinaEngine - Class in org.jboss.modcluster.container.catalina
Engine implementation that wraps a Context.
CatalinaEngine(CatalinaFactoryRegistry, Engine, Server) - Constructor for class org.jboss.modcluster.container.catalina.CatalinaEngine
Constructs a new CatalinaEngine that wraps the specified catalina engine
CatalinaEngineFactory - Class in org.jboss.modcluster.container.catalina
 
CatalinaEngineFactory() - Constructor for class org.jboss.modcluster.container.catalina.CatalinaEngineFactory
 
CatalinaEventHandler - Interface in org.jboss.modcluster.container.catalina
 
CatalinaEventHandlerAdapter - Class in org.jboss.modcluster.container.catalina
Adapts lifecycle and container listener events to the ContainerEventHandler interface.
CatalinaEventHandlerAdapter(ContainerEventHandler) - Constructor for class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
Constructs a new CatalinaEventHandlerAdapter using the specified event handler.
CatalinaEventHandlerAdapter(ContainerEventHandler, MBeanServer) - Constructor for class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
CatalinaEventHandlerAdapter(ContainerEventHandler, Server) - Constructor for class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
CatalinaEventHandlerAdapter(ContainerEventHandler, Server, Connector) - Constructor for class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
CatalinaEventHandlerAdapter(ContainerEventHandler, ServerProvider, ProxyConnectorProvider) - Constructor for class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
CatalinaEventHandlerAdapter(ContainerEventHandler, ServerProvider, CatalinaFactory) - Constructor for class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
CatalinaFactory - Interface in org.jboss.modcluster.container.catalina
 
CatalinaFactoryRegistry - Interface in org.jboss.modcluster.container.catalina
 
CatalinaHost - Class in org.jboss.modcluster.container.catalina
Host implementation that wraps a Host.
CatalinaHost(CatalinaFactoryRegistry, Host, Engine) - Constructor for class org.jboss.modcluster.container.catalina.CatalinaHost
Constructs a new CatalinaHost wrapping the specified catalina host.
CatalinaHostFactory - Class in org.jboss.modcluster.container.catalina
 
CatalinaHostFactory() - Constructor for class org.jboss.modcluster.container.catalina.CatalinaHostFactory
 
CatalinaServer - Class in org.jboss.modcluster.container.catalina
Server implementation that wraps a Server.
CatalinaServer(CatalinaFactoryRegistry, Server) - Constructor for class org.jboss.modcluster.container.catalina.CatalinaServer
Constructs a new CatalinaServer wrapping the specified catalina server.
CatalinaServerFactory - Class in org.jboss.modcluster.container.catalina
 
CatalinaServerFactory() - Constructor for class org.jboss.modcluster.container.catalina.CatalinaServerFactory
 
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.
config(Engine) - Method in class org.jboss.modcluster.ModClusterService
Configures the specified engine.
connectionEstablished(InetAddress) - Method in interface org.jboss.modcluster.mcmp.MCMPConnectionListener
 
connectionEstablished(InetAddress) - Method in class org.jboss.modcluster.ModClusterService
connector - Variable in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
Connector - Interface in org.jboss.modcluster.container
SPI for a connector, defined as a communication end-point for a client or proxy.
Connector.Type - Enum in org.jboss.modcluster.container
Indicates the type of a connector.
ConnectorFactory - Interface in org.jboss.modcluster.container.catalina
 
containerEvent(ContainerEvent) - Method in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
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 - Variable in class org.jboss.modcluster.container.catalina.CatalinaContext
 
Context - Interface in org.jboss.modcluster.container
SPI for a web application context.
ContextFactory - Interface in org.jboss.modcluster.container.catalina
 
ContextFilter - Interface in org.jboss.modcluster.mcmp
 
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
createConfigRequest(Engine, NodeConfiguration, BalancerConfiguration) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
Creates a CONFIG MCMP request for the specified engine.
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 class org.jboss.modcluster.container.catalina.CatalinaConnectorFactory
 
createConnector(Connector) - Method in interface org.jboss.modcluster.container.catalina.ConnectorFactory
 
createConnector(Connector) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebConnectorFactory
 
createContext(Context, Host) - Method in class org.jboss.modcluster.container.catalina.CatalinaContextFactory
 
createContext(Context) - Method in interface org.jboss.modcluster.container.catalina.CatalinaFactory
 
createContext(Context, Host) - Method in interface org.jboss.modcluster.container.catalina.ContextFactory
 
createContext(Context) - Method in class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
createContext(Context, Host) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebContextFactory
 
createDisableRequest(Context) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
Creates an DISABLE-APP MCMP request for the specified context.
createDisableRequest(Engine) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
Creates an DISABLE-APP * MCMP request for the specified engine.
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
Creates an ENABLE-APP MCMP request for the specified context.
createEnableRequest(Engine) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
Creates an ENABLE-APP * MCMP request for the specified engine.
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(CatalinaFactoryRegistry, Engine, Server) - Method in class org.jboss.modcluster.container.catalina.CatalinaEngineFactory
 
createEngine(Engine) - Method in interface org.jboss.modcluster.container.catalina.CatalinaFactory
 
createEngine(CatalinaFactoryRegistry, Engine, Server) - Method in interface org.jboss.modcluster.container.catalina.EngineFactory
 
createEngine(Engine) - Method in class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
createEngine(CatalinaFactoryRegistry, Engine, Server) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebEngineFactory
 
createHost(Host) - Method in interface org.jboss.modcluster.container.catalina.CatalinaFactory
 
createHost(CatalinaFactoryRegistry, Host, Engine) - Method in class org.jboss.modcluster.container.catalina.CatalinaHostFactory
 
createHost(CatalinaFactoryRegistry, Host, Engine) - Method in interface org.jboss.modcluster.container.catalina.HostFactory
 
createHost(Host) - Method in class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
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
Creates a unique jvm route for the specified engine.
createJvmRoute(Engine) - Method in class org.jboss.modcluster.config.impl.SystemPropertyJvmRouteFactory
Creates a unique jvm route for the specified engine.
createJvmRoute(Engine) - Method in class org.jboss.modcluster.config.impl.UUIDJvmRouteFactory
Creates a unique jvm route for the specified engine.
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) - Method in interface org.jboss.modcluster.container.catalina.LifecycleListenerFactory
 
createListener(ContainerEventHandler) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebLifecycleListenerFactory
 
createLoadBalanceFactorProvider() - Method in interface org.jboss.modcluster.load.LoadBalanceFactorProviderFactory
 
createLoadBalanceFactorProvider() - Method in class org.jboss.modcluster.load.SimpleLoadBalanceFactorProviderFactory
 
createMulticastSocket(InetAddress, int) - Method in class org.jboss.modcluster.advertise.impl.MulticastSocketFactoryImpl
 
createMulticastSocket(InetAddress, int) - Method in interface org.jboss.modcluster.advertise.MulticastSocketFactory
 
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.catalina.AutoProxyConnectorProvider
 
createProxyConnector(ConnectorFactory, Engine) - Method in interface org.jboss.modcluster.container.catalina.ProxyConnectorProvider
 
createProxyConnector(ConnectorFactory, Engine) - Method in class org.jboss.modcluster.container.catalina.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
Creates an REMOVE-APP * MCMP request for the specified engine.
createRemoveRequest(Context) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory
Creates an REMOVE-APP MCMP request for the specified context.
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(Server) - Method in interface org.jboss.modcluster.container.catalina.CatalinaFactory
 
createServer(CatalinaFactoryRegistry, Server) - Method in class org.jboss.modcluster.container.catalina.CatalinaServerFactory
 
createServer(CatalinaFactoryRegistry, Server) - Method in interface org.jboss.modcluster.container.catalina.ServerFactory
 
createServer(Server) - Method in class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
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
Creates an STOP-APP MCMP request for the specified context.
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.catalina.RequestListenerValveFactory
 

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_ENCODING - Static variable in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
 
DEFAULT_HISTORY - 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
 
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.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.catalina.CatalinaEventHandlerAdapter
 
destroy(Server) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
 
DeterministicLoadState - Interface in org.jboss.modcluster.load.metric
 
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.ModClusterService
 
disable() - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Disable all webapps for all engines.
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.
DynamicLoadBalanceFactorProvider - Class in org.jboss.modcluster.load.impl
LoadBalanceFactorProvider implementation that periodically aggregates load from a set of LoadMetricSources.
DynamicLoadBalanceFactorProvider(Set<LoadMetric>) - 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.ModClusterService
 
enable() - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Enable all webapps for all engines.
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 - Variable in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
engine - Variable in class org.jboss.modcluster.container.catalina.CatalinaHost
 
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.
EngineFactory - Interface in org.jboss.modcluster.container.catalina
 
equals(Object) - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
equals(Object) - Method in class org.jboss.modcluster.container.catalina.CatalinaContext
 
equals(Object) - Method in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
equals(Object) - Method in class org.jboss.modcluster.container.catalina.CatalinaHost
 
equals(Object) - Method in class org.jboss.modcluster.container.catalina.CatalinaServer
 
establishJvmRoute(Engine) - Method in class org.jboss.modcluster.ModClusterService
 
eventHandler - Variable in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 

F

factory - Variable in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
findContext(String) - Method in class org.jboss.modcluster.container.catalina.CatalinaHost
 
findContext(String) - Method in interface org.jboss.modcluster.container.Host
Returns the context identified by the specified context path.
findHost(String) - Method in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
findHost(String) - Method in interface org.jboss.modcluster.container.Engine
Returns the host identified by the specified host name.
FREE_MEMORY - Static variable in class org.jboss.modcluster.load.metric.impl.SystemMemoryUsageLoadMetric
 

G

getActiveSessionCount() - Method in class org.jboss.modcluster.container.catalina.CatalinaContext
 
getActiveSessionCount() - Method in interface org.jboss.modcluster.container.Context
Returns the number of active sessions for this context.
getAddress() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
getAddress() - Method in interface org.jboss.modcluster.container.Connector
Returns the address on which this connector operates
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).
getAdvertiseInterface() - Method in interface org.jboss.modcluster.config.AdvertiseConfiguration
 
getAdvertiseInterface() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getAdvertisePort() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
Deprecated.
getAdvertiseSecurityKey() - Method in interface org.jboss.modcluster.config.AdvertiseConfiguration
Advertise security key.
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.ModClusterConfig
 
getAdvertiseThreadFactory() - Method in interface org.jboss.modcluster.config.AdvertiseConfiguration
 
getAdvertiseThreadFactory() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getAliases() - Method in class org.jboss.modcluster.container.catalina.CatalinaHost
 
getAliases() - Method in interface org.jboss.modcluster.container.Host
Returns the aliases of this host, including the actual host name
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 interface org.jboss.modcluster.config.NodeConfiguration
Name of the balancer.
getBuffer() - Method in interface org.jboss.modcluster.mcmp.MCMPURLEncoder
buffer of the encoded data
getBusyThreads() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
getBusyThreads() - Method in interface org.jboss.modcluster.container.Connector
 
getBytesReceived() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
getBytesReceived() - Method in interface org.jboss.modcluster.container.Connector
 
getBytesSent() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
getBytesSent() - Method in interface org.jboss.modcluster.container.Connector
 
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).
getCommand() - Method in enum org.jboss.modcluster.mcmp.MCMPRequestType
 
getConnectionHandler() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
getConnectorFactory() - Method in interface org.jboss.modcluster.container.catalina.CatalinaFactoryRegistry
 
getConnectorFactory() - Method in class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
getConnectors() - Method in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
getConnectors() - Method in interface org.jboss.modcluster.container.Engine
The connector to which this engine uses to communicate with its proxies.
getContextFactory() - Method in interface org.jboss.modcluster.container.catalina.CatalinaFactoryRegistry
 
getContextFactory() - Method in class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
getContexts() - Method in class org.jboss.modcluster.container.catalina.CatalinaHost
 
getContexts() - Method in interface org.jboss.modcluster.container.Host
Returns the contexts associated with this host.
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 class org.jboss.modcluster.container.catalina.CatalinaEngine
 
getDefaultHost() - Method in interface org.jboss.modcluster.container.Engine
Returns the default host of this engine.
getDefaultPort() - Method in enum org.jboss.modcluster.container.Connector.Type
Indicates the default port for this type of connector
getEndpoint() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
getEngine() - Method in class org.jboss.modcluster.container.catalina.CatalinaHost
 
getEngine() - Method in interface org.jboss.modcluster.container.Host
The engine to which this host is associated.
getEngineFactory() - Method in interface org.jboss.modcluster.container.catalina.CatalinaFactoryRegistry
 
getEngineFactory() - Method in class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
getEngines() - Method in class org.jboss.modcluster.container.catalina.CatalinaServer
 
getEngines() - Method in interface org.jboss.modcluster.container.Server
Returns the servlet engines associated with this server.
getEstablishesServer() - Method in enum org.jboss.modcluster.mcmp.MCMPRequestType
 
getExcludedContexts() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
Deprecated.
getExcludedContexts() - Method in interface org.jboss.modcluster.mcmp.ContextFilter
Returns the contexts that will *not* be registered in any proxy.
getExcludedContexts() - Method in class org.jboss.modcluster.ModClusterService
Returns the contexts that will *not* be registered in any proxy.
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 interface org.jboss.modcluster.config.NodeConfiguration
Allows controlling flushing of packets.
getFlushWait() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
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 class org.jboss.modcluster.container.catalina.CatalinaContext
 
getHost() - Method in interface org.jboss.modcluster.container.Context
 
getHostFactory() - Method in interface org.jboss.modcluster.container.catalina.CatalinaFactoryRegistry
 
getHostFactory() - Method in class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
getHosts() - Method in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
getHosts() - Method in interface org.jboss.modcluster.container.Engine
The hosts associated with this engine.
getJvmRoute() - Method in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
getJvmRoute() - Method in interface org.jboss.modcluster.container.Engine
The jvm route of this servlet engine.
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.ModClusterConfig
 
getJvmRouteFactory() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Factory for generating jvm route
getKeyManagers() - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
Gets the initialized key managers.
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 class org.jboss.modcluster.load.metric.impl.SystemMemoryUsageLoadMetric
Returns the current load of this metric as a percent of the metric's capacity.
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 interface org.jboss.modcluster.config.NodeConfiguration
Indicates the group of servers to which this node belongs.
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.ModClusterConfig
 
getMaxThreads() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
getMaxThreads() - Method in interface org.jboss.modcluster.container.Connector
 
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 class org.jboss.modcluster.container.catalina.CatalinaEngine
 
getName() - Method in class org.jboss.modcluster.container.catalina.CatalinaHost
 
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.
getNodeTimeout() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
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
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
 
getPath() - Method in class org.jboss.modcluster.container.catalina.CatalinaContext
 
getPath() - Method in interface org.jboss.modcluster.container.Context
 
getPing() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getPing() - Method in interface org.jboss.modcluster.config.NodeConfiguration
Time to wait for a pong answer to a ping.
getPort() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
getPort() - Method in interface org.jboss.modcluster.container.Connector
Returns the port on which this connector operates
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.catalina.CatalinaConnector
 
getProxies() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getProxies() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Proxy list, format "address:port,address:port".
getProxyConfiguration() - Method in class org.jboss.modcluster.ModClusterService
getProxyConfiguration() - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Retrieves the full proxy configuration.
getProxyConnector() - Method in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
getProxyConnector() - Method in interface org.jboss.modcluster.container.Engine
The connector to which this engine uses to communicate with its proxies.
getProxyConnectorProvider() - Method in interface org.jboss.modcluster.container.catalina.CatalinaFactoryRegistry
 
getProxyConnectorProvider() - Method in class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
getProxyInfo() - Method in class org.jboss.modcluster.ModClusterService
getProxyInfo() - Method in interface org.jboss.modcluster.ModClusterServiceMBean
Retrieves the full proxy info message.
getProxyList() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
Deprecated.
getProxyStates() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
Get the state of all proxies
getProxyStates() - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Get the state of all proxies
getProxyURL() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getProxyURL() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
URL prefix.
getRequestCount() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
getRequestCount() - Method in interface org.jboss.modcluster.container.Connector
 
getRequestGroupInfo() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
getRequestGroupInfo(Object) - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
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 class org.jboss.modcluster.container.catalina.CatalinaEngine
 
getServer() - Method in class org.jboss.modcluster.container.catalina.JMXServerProvider
 
getServer() - Method in interface org.jboss.modcluster.container.catalina.ServerProvider
 
getServer() - Method in class org.jboss.modcluster.container.catalina.SimpleServerProvider
 
getServer() - Method in interface org.jboss.modcluster.container.Engine
The server to which this engine is associated.
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 interface org.jboss.modcluster.container.catalina.CatalinaFactoryRegistry
 
getServerFactory() - Method in class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
getServers() - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
Get Collection of all AdvertisedServer instances.
getSessionCookieName() - Method in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
getSessionCookieName() - Method in interface org.jboss.modcluster.container.Engine
Returns the cookie name used for sessions.
getSessionCookieName() - Method in class org.jboss.modcluster.container.jbossweb.JBossWebEngine
 
getSessionDrainingStrategy() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSessionDrainingStrategy() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
 
getSessionParameterName() - Method in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
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.jbossweb.JBossWebEngine
 
getSmax() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getSmax() - Method in interface org.jboss.modcluster.config.NodeConfiguration
Soft maximum inactive connection count.
getSocketAddress() - Method in interface org.jboss.modcluster.mcmp.MCMPServer
 
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.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.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.ModClusterConfig
 
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.ModClusterConfig
 
getStopContextTimeoutUnit() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
Returns the unit of time to which MCMPHandlerConfiguration.getStopContextTimeout() pertains.
getString(Object...) - Method in enum org.jboss.modcluster.Strings
Returns the localized message using the supplied arguments.
getTrustManagers() - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
Gets the intialized trust managers.
getTrustStore() - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
 
getTtl() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
getTtl() - Method in interface org.jboss.modcluster.config.NodeConfiguration
Maximum time on seconds for idle connections above smax.
getType() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
getType() - Method in interface org.jboss.modcluster.container.Connector
Indicates the type of this connector
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.ModClusterConfig
 

H

handleNotification(Notification, Object) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
handshake(Socket) - Method in class org.jboss.modcluster.mcmp.impl.JSSESocketFactory
 
hashCode() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
hashCode() - Method in class org.jboss.modcluster.container.catalina.CatalinaContext
 
hashCode() - Method in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
hashCode() - Method in class org.jboss.modcluster.container.catalina.CatalinaHost
 
hashCode() - Method in class org.jboss.modcluster.container.catalina.CatalinaServer
 
hashCode() - Method in class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
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 - Variable in class org.jboss.modcluster.container.catalina.CatalinaContext
 
host - Variable in class org.jboss.modcluster.container.catalina.CatalinaHost
 
Host - Interface in org.jboss.modcluster.container
SPI for a host, defined as a set of web application contexts.
HostFactory - Interface in org.jboss.modcluster.container.catalina
 

I

init - Variable in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
init(Server) - Method in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
initialize server stuff: in jbossweb-2.1.x the server can't be destroyed so you could start (restart) one that needs initializations...
init(Server) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
Triggers the initialization of mod_cluster.
init(Server) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
 
init(Collection<InetSocketAddress>, MCMPConnectionListener) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
init(Server, ContextFilter) - Method in class org.jboss.modcluster.mcmp.impl.ResetRequestSourceImpl
 
init(Collection<InetSocketAddress>, MCMPConnectionListener) - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
 
init(Server, ContextFilter) - Method in interface org.jboss.modcluster.mcmp.ResetRequestSource
 
init(Server) - Method in class org.jboss.modcluster.ModClusterService
 
interruptDatagramReader() - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
 
isAfterInit(LifecycleEvent) - Method in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
isAfterInit(LifecycleEvent) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
 
isAJP(Connector) - Static method in class org.jboss.modcluster.container.catalina.CatalinaConnector
Indicates whether or not the specified connector use the AJP protocol.
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
Indicates when contexts should auto-enable by default.
isAvailable() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
isAvailable() - Method in interface org.jboss.modcluster.container.Connector
Is this connector available for processing requests?
isAvailable() - Method in class org.jboss.modcluster.container.jbossweb.JBossWebConnector
 
isBeforeDestroy(LifecycleEvent) - Method in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
isBeforeDestroy(LifecycleEvent) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
 
isDistributable() - Method in class org.jboss.modcluster.container.catalina.CatalinaContext
 
isDistributable() - Method in interface org.jboss.modcluster.container.Context
Indicates whether this context is distributable.
isEnabled(Context) - Method in enum org.jboss.modcluster.config.impl.SessionDrainingStrategyEnum
Indicates whether or not to drain sessions prior to stopping the specified context.
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
Convenience method that checks whether the status of all proxies is OK.
isProxyHealthOK() - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Convenience method that checks whether the status of all proxies is OK.
isReverse() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
isReverse() - Method in interface org.jboss.modcluster.container.Connector
Indicates whether the endpoint of this connector uses a reverse connection to httpd.
isSsl() - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
isSsl() - Method in interface org.jboss.modcluster.config.MCMPHandlerConfiguration
SSL client cert usage to connect to the proxy.
isStarted() - Method in class org.jboss.modcluster.container.catalina.CatalinaContext
 
isStarted() - Method in interface org.jboss.modcluster.container.Context
 
isStarted() - Method in class org.jboss.modcluster.container.jbossweb.JBossWebContext
isWildcard() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPRequest
 
isWildcard() - Method in interface org.jboss.modcluster.mcmp.MCMPRequest
 

J

JBossWebConnector - Class in org.jboss.modcluster.container.jbossweb
 
JBossWebConnector(Connector) - Constructor for class org.jboss.modcluster.container.jbossweb.JBossWebConnector
 
JBossWebConnectorFactory - Class in org.jboss.modcluster.container.jbossweb
 
JBossWebConnectorFactory() - Constructor for class org.jboss.modcluster.container.jbossweb.JBossWebConnectorFactory
 
JBossWebContext - Class in org.jboss.modcluster.container.jbossweb
 
JBossWebContext(Context, Host) - Constructor for class org.jboss.modcluster.container.jbossweb.JBossWebContext
 
JBossWebContextFactory - Class in org.jboss.modcluster.container.jbossweb
 
JBossWebContextFactory() - Constructor for class org.jboss.modcluster.container.jbossweb.JBossWebContextFactory
 
JBossWebEngine - Class in org.jboss.modcluster.container.jbossweb
Custom engine implementation for JBossWeb
JBossWebEngine(CatalinaFactoryRegistry, Engine, Server) - Constructor for class org.jboss.modcluster.container.jbossweb.JBossWebEngine
 
JBossWebEngineFactory - Class in org.jboss.modcluster.container.jbossweb
 
JBossWebEngineFactory() - Constructor for class org.jboss.modcluster.container.jbossweb.JBossWebEngineFactory
 
JBossWebEventHandlerAdapter - Class in org.jboss.modcluster.container.jbossweb
 
JBossWebEventHandlerAdapter(ContainerEventHandler) - Constructor for class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
 
JBossWebEventHandlerAdapter(ContainerEventHandler, MBeanServer) - Constructor for class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
 
JBossWebEventHandlerAdapter(ContainerEventHandler, MBeanServer, ServerProvider, CatalinaFactory) - Constructor for class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
 
JBossWebLifecycleListenerFactory - Class in org.jboss.modcluster.container.jbossweb
 
JBossWebLifecycleListenerFactory() - Constructor for class org.jboss.modcluster.container.jbossweb.JBossWebLifecycleListenerFactory
 
JMXServerProvider - Class in org.jboss.modcluster.container.catalina
 
JMXServerProvider(MBeanServer, ObjectName) - Constructor for class org.jboss.modcluster.container.catalina.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
 
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.catalina.CatalinaEventHandlerAdapter
Primary entry point for startup and shutdown events.
LifecycleListenerFactory - Interface in org.jboss.modcluster.container.catalina
 
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
 
log - Static variable in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
 
log - Variable in class org.jboss.modcluster.ModClusterService
 

M

MANAGER_ADDRESS - Static variable in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Manager-Address header
MANAGER_HOST - Static variable in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Manager-Host header
MANAGER_PROTOCOL - Static variable in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Manager-Protocol header
MANAGER_URL - Static variable in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Manager-Url header
MANAGER_VERSION - Static variable in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Manager-Version header
markProxiesInError() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
Reset any proxies whose status is OK down to ERROR, which will trigger a refresh of their configuration.
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
 
MCMPConnectionListener - Interface in org.jboss.modcluster.mcmp
 
MCMPHandler - Interface in org.jboss.modcluster.mcmp
Handles communication via MCMP with the httpd side.
MCMPHandlerConfiguration - Interface in org.jboss.modcluster.config
Configuration object for an MCMPHandler.
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.
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
 
ModClusterService - Class in org.jboss.modcluster
 
ModClusterService(ModClusterConfig, LoadBalanceFactorProvider) - Constructor for class org.jboss.modcluster.ModClusterService
 
ModClusterService(ModClusterConfig, LoadBalanceFactorProviderFactory) - Constructor for class org.jboss.modcluster.ModClusterService
 
ModClusterService(NodeConfiguration, BalancerConfiguration, MCMPHandlerConfiguration, 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

NodeConfiguration - Interface in org.jboss.modcluster.config
 

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.impl - package org.jboss.modcluster.config.impl
 
org.jboss.modcluster.container - package org.jboss.modcluster.container
 
org.jboss.modcluster.container.catalina - package org.jboss.modcluster.container.catalina
 
org.jboss.modcluster.container.jbossweb - package org.jboss.modcluster.container.jbossweb
 
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

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
Parses the response from a STOP-APP request.
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.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.
PROPERTY - Static variable in class org.jboss.modcluster.config.impl.SystemPropertyJvmRouteFactory
 
propertyChange(PropertyChangeEvent) - Method in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
ProxyConnectorProvider - Interface in org.jboss.modcluster.container.catalina
Strategy for determining the connector with which mod_cluster will communicate.

R

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
 
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.catalina.CatalinaEngine
 
registry - Variable in class org.jboss.modcluster.container.catalina.CatalinaHost
 
registry - Variable in class org.jboss.modcluster.container.catalina.CatalinaServer
 
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
removeProxy(InetSocketAddress) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
Remove a proxy from the list of those with which this handler communicates.
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 class org.jboss.modcluster.container.catalina.CatalinaContext
 
removeRequestListener(ServletRequestListener) - Method in interface org.jboss.modcluster.container.Context
 
removeServer(AdvertisedServer) - Method in class org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl
Remove the AdvertisedServer from the collection.
removeSessionListener(HttpSessionListener) - Method in class org.jboss.modcluster.container.catalina.CatalinaContext
 
removeSessionListener(HttpSessionListener) - Method in interface org.jboss.modcluster.container.Context
Removes the specified session listener to this context.
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
 
RequestListenerValveFactory - Interface in org.jboss.modcluster.container.catalina
 
reset() - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
Reset any proxies whose status is DOWN up to ERROR, where the configuration will be refreshed.
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

sendRequest(MCMPRequest) - Method in class org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler
Send a request to all healthy proxies.
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
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.
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
 
server - Variable in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
server - Variable in class org.jboss.modcluster.container.catalina.CatalinaServer
 
Server - Interface in org.jboss.modcluster.container
SPI for a web application server, defined as a collection of one or more Engines.
ServerFactory - Interface in org.jboss.modcluster.container.catalina
 
serverProvider - Variable in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
ServerProvider - Interface in org.jboss.modcluster.container.catalina
 
ServiceLoaderCatalinaFactory - Class in org.jboss.modcluster.container.catalina
 
ServiceLoaderCatalinaFactory(ProxyConnectorProvider) - Constructor for class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
ServiceLoaderCatalinaFactory(ServerFactory, EngineFactory, HostFactory, ContextFactory, ConnectorFactory, ProxyConnectorProvider) - Constructor for class org.jboss.modcluster.container.catalina.ServiceLoaderCatalinaFactory
 
SessionDrainingStrategy - Interface in org.jboss.modcluster.config
Defines the strategy for draining sessions from a context
SessionDrainingStrategyEnum - Enum in org.jboss.modcluster.config.impl
 
setAddress(InetAddress) - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
setAddress(InetAddress) - Method in interface org.jboss.modcluster.container.Connector
Sets the address on which this connector operates.
setAdvertise(Boolean) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setAdvertiseGroupAddress(InetAddress) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
Deprecated.
setAdvertiseGroupAddress(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
Deprecated.
setAdvertiseInterface(InetAddress) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setAdvertiseInterface(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
Deprecated.
setAdvertisePort(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
Deprecated.
setAdvertiseSecurityKey(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setAdvertiseSocketAddress(InetSocketAddress) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
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.impl.ModClusterConfig
 
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
 
setConnectorsStartedNotificationType(String) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
 
setConnectorsStoppedNotificationType(String) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
 
setDate(Date) - Method in class org.jboss.modcluster.advertise.impl.AdvertisedServer
Set the Date of the last Advertise message
setDecayFactor(int) - Method in class org.jboss.modcluster.load.impl.DynamicLoadBalanceFactorProvider
 
setDecayFactor(int) - 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.config.impl.ModClusterConfig
Deprecated.
setExcludedContextsPerHost(Map<String, Set<String>>) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setFlushPackets(boolean) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
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.
setJvmRoute(String) - Method in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
setJvmRoute(String) - Method in interface org.jboss.modcluster.container.Engine
Set this jvm route for this servlet engine.
setJvmRouteFactory(JvmRouteFactory) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
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.impl.ModClusterConfig
 
setMaxAttempts(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setMBeanServer(MBeanServer) - Method in class org.jboss.modcluster.load.metric.impl.AbstractMBeanLoadMetric
 
setMBeanServer(MBeanServer) - Method in class org.jboss.modcluster.load.metric.impl.SystemMemoryUsageLoadMetric
 
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.impl.ModClusterConfig
 
setProxies(Collection<InetSocketAddress>) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setProxyList(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
Deprecated.
setProxyURL(String) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setServiceObjectName(ObjectName) - Method in class org.jboss.modcluster.container.jbossweb.JBossWebEventHandlerAdapter
 
setSessionDrainingStrategy(SessionDrainingStrategy) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setSmax(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
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.impl.ModClusterConfig
 
setStickySessionForce(boolean) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setStickySessionRemove(boolean) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setStopContextTimeout(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setStopContextTimeoutUnit(TimeUnit) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setTtl(int) - Method in class org.jboss.modcluster.config.impl.ModClusterConfig
 
setWeight(int) - Method in class org.jboss.modcluster.load.metric.impl.AbstractLoadMetric
 
setWeight(int) - Method in interface org.jboss.modcluster.load.metric.LoadMetricMBean
Returns the current load of this metric as a percent of the metric's capacity.
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
Perform any shut down work.
shutdown() - Method in interface org.jboss.modcluster.mcmp.MCMPHandler
Perform any shut down work.
shutdown() - Method in class org.jboss.modcluster.ModClusterService
 
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 LoadManagerImpl that returns a static value.
SimpleLoadBalanceFactorProvider() - Constructor for class org.jboss.modcluster.load.impl.SimpleLoadBalanceFactorProvider
 
SimpleLoadBalanceFactorProviderFactory - Class in org.jboss.modcluster.load
 
SimpleLoadBalanceFactorProviderFactory(LoadBalanceFactorProvider) - Constructor for class org.jboss.modcluster.load.SimpleLoadBalanceFactorProviderFactory
 
SimpleLoadBalanceFactorProviderMBean - Interface in org.jboss.modcluster.load.impl
 
SimpleProxyConnectorProvider - Class in org.jboss.modcluster.container.catalina
Proxy connector provider that uses a specific connector.
SimpleProxyConnectorProvider(Connector) - Constructor for class org.jboss.modcluster.container.catalina.SimpleProxyConnectorProvider
 
SimpleServerProvider - Class in org.jboss.modcluster.container.catalina
 
SimpleServerProvider(Server) - Constructor for class org.jboss.modcluster.container.catalina.SimpleServerProvider
 
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() - Method in interface org.jboss.modcluster.container.catalina.CatalinaEventHandler
 
start - Variable in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
start() - Method in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
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(Server) - Method in class org.jboss.modcluster.ModClusterService
 
start(Context) - Method in class org.jboss.modcluster.ModClusterService
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
Perform periodic processing.
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() - Method in interface org.jboss.modcluster.container.catalina.CatalinaEventHandler
 
stop() - Method in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
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(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.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.
Strings - Enum in org.jboss.modcluster
Enumeration of externalized exception and log messages.
SystemMemoryUsageLoadMetric - Class in org.jboss.modcluster.load.metric.impl
LoadMetric implementation that uses com.sun.management.OperatingSystemMXBean to determine system memory usage.
SystemMemoryUsageLoadMetric() - Constructor for class org.jboss.modcluster.load.metric.impl.SystemMemoryUsageLoadMetric
 
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

toObjectName(String) - Static method in class org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter
 
toString() - Method in class org.jboss.modcluster.advertise.impl.AdvertisedServer
 
toString() - Method in class org.jboss.modcluster.container.catalina.CatalinaConnector
 
toString() - Method in class org.jboss.modcluster.container.catalina.CatalinaContext
 
toString() - Method in class org.jboss.modcluster.container.catalina.CatalinaEngine
 
toString() - Method in class org.jboss.modcluster.container.catalina.CatalinaHost
 
toString() - Method in class org.jboss.modcluster.container.catalina.CatalinaServer
 
toString() - Method in enum org.jboss.modcluster.container.Connector.Type
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.Strings
 
TOTAL_MEMORY - Static variable in class org.jboss.modcluster.load.metric.impl.SystemMemoryUsageLoadMetric
 

U

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.advertise.impl.AdvertiseEventType
Returns the enum constant of this type with the specified name.
valueOf() - Method in enum org.jboss.modcluster.advertise.impl.AdvertiseEventType
 
valueOf(int) - Static method in enum org.jboss.modcluster.advertise.impl.AdvertiseEventType
 
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.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.Strings
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.modcluster.advertise.impl.AdvertiseEventType
Returns an array containing the constants of this enum type, in the order they are declared.
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.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.Strings
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N O P R S T U V 
mod_cluster 1.2.1.Final

Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.