A C E F G H I O R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(Context) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
-
Indicates the deployment of a new web application.
- addRequestListener(ServletRequestListener) - Method in interface org.jboss.modcluster.container.Context
-
Registers the specified request listener with this context.
- addSessionListener(HttpSessionListener) - Method in interface org.jboss.modcluster.container.Context
-
Adds the specified session listener to this context.
- AJP - org.jboss.modcluster.container.Connector.Type
C
- 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 connector.
- ContainerEventHandler - Interface in org.jboss.modcluster.container
-
Defines the container events to which mod_cluster will respond.
- Context - Interface in org.jboss.modcluster.container
-
SPI for a web application context.
E
- 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.
F
- findContext(String) - Method in interface org.jboss.modcluster.container.Host
-
Returns the context identified by the specified context path.
- findHost(String) - Method in interface org.jboss.modcluster.container.Engine
-
Returns the host identified by the specified host name.
G
- getActiveSessionCount() - Method in interface org.jboss.modcluster.container.Context
-
Returns the number of active sessions for this context.
- getAddress() - Method in interface org.jboss.modcluster.container.Connector
-
Returns the address on which this connector operates.
- getAliases() - Method in interface org.jboss.modcluster.container.Host
-
Returns the aliases of this host, including the actual host name.
- getBusyThreads() - Method in interface org.jboss.modcluster.container.Connector
- getBytesReceived() - Method in interface org.jboss.modcluster.container.Connector
- getBytesSent() - Method in interface org.jboss.modcluster.container.Connector
- getConnectors() - Method in interface org.jboss.modcluster.container.Engine
-
Iteration of all connectors associated with this engine that can be used to communicate with its proxies.
- getContexts() - Method in interface org.jboss.modcluster.container.Host
-
Returns all contexts associated with this host.
- 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
- getEngine() - Method in interface org.jboss.modcluster.container.Host
-
The engine to which this host is associated.
- getEngines() - Method in interface org.jboss.modcluster.container.Server
-
Returns the servlet engines associated with this server.
- getHost() - Method in interface org.jboss.modcluster.container.Context
-
Returns host associated with this context.
- getHosts() - Method in interface org.jboss.modcluster.container.Engine
-
The hosts associated with this engine.
- getJvmRoute() - Method in interface org.jboss.modcluster.container.Engine
-
The jvm route of this servlet engine.
- getMaxThreads() - Method in interface org.jboss.modcluster.container.Connector
- 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.
- getPath() - Method in interface org.jboss.modcluster.container.Context
-
Returns the context path.
- getPort() - Method in interface org.jboss.modcluster.container.Connector
-
Returns the port on which this connector operates.
- getProxyConnector() - Method in interface org.jboss.modcluster.container.Engine
-
The connector which this engine uses to communicate with its proxies.
- getRequestCount() - Method in interface org.jboss.modcluster.container.Connector
- getServer() - Method in interface org.jboss.modcluster.container.Engine
-
The server to which this engine is associated.
- getSessionCookieName() - Method in interface org.jboss.modcluster.container.Engine
-
Returns the cookie name used for sessions.
- getSessionParameterName() - Method in interface org.jboss.modcluster.container.Engine
-
Returns the url parameter name used for sessions.
- getType() - Method in interface org.jboss.modcluster.container.Connector
-
Indicates the type of this connector.
H
- Host - Interface in org.jboss.modcluster.container
-
SPI for a host, defined as a set of web application contexts.
- HTTP - org.jboss.modcluster.container.Connector.Type
- HTTPS - org.jboss.modcluster.container.Connector.Type
- HttpSessionListener - Interface in org.jboss.modcluster.container.listeners
I
- init(Server) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
-
Triggers the initialization of mod_cluster.
- isAvailable() - Method in interface org.jboss.modcluster.container.Connector
-
Returns whether this connector available for processing requests.
- isDistributable() - Method in interface org.jboss.modcluster.container.Context
-
Indicates whether this context is distributable.
- isReverse() - Method in interface org.jboss.modcluster.container.Connector
-
Indicates whether the endpoint of this connector uses a reverse connection to httpd.
- isStarted() - Method in interface org.jboss.modcluster.container.Context
-
Returns whether this context is started and ready to accept requests.
O
- org.jboss.modcluster.container - package org.jboss.modcluster.container
- org.jboss.modcluster.container.listeners - package org.jboss.modcluster.container.listeners
R
- remove(Context) - Method in interface org.jboss.modcluster.container.ContainerEventHandler
-
Indicates the undeployment of the specified context.
- removeRequestListener(ServletRequestListener) - Method in interface org.jboss.modcluster.container.Context
-
Removes the specified previously registered request listener.
- removeSessionListener(HttpSessionListener) - Method in interface org.jboss.modcluster.container.Context
-
Removes the specified session listener to this context.
- requestDestroyed() - Method in interface org.jboss.modcluster.container.listeners.ServletRequestListener
- requestInitialized() - Method in interface org.jboss.modcluster.container.listeners.ServletRequestListener
S
- Server - Interface in org.jboss.modcluster.container
-
SPI for a web application server, defined as a collection of one or more Engines.
- ServletRequestListener - Interface in org.jboss.modcluster.container.listeners
- sessionCreated() - Method in interface org.jboss.modcluster.container.listeners.HttpSessionListener
- sessionDestroyed() - Method in interface org.jboss.modcluster.container.listeners.HttpSessionListener
- setAddress(InetAddress) - Method in interface org.jboss.modcluster.container.Connector
-
Sets the address on which this connector operates.
- setJvmRoute(String) - Method in interface org.jboss.modcluster.container.Engine
-
Set this jvm route for this servlet engine.
- shutdown() - Method in interface org.jboss.modcluster.container.ContainerEventHandler
-
Triggers the shutdown of mod_cluster.
- 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.
- 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.
- 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.
T
- toString() - Method in enum org.jboss.modcluster.container.Connector.Type
-
Returns lower case name of this enum constant.
V
- valueOf(String) - Static method in enum org.jboss.modcluster.container.Connector.Type
-
Returns the enum constant of this type with the specified name.
- 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.
All Classes All Packages