mod_cluster: Container SPI 1.4.0.Alpha1
A C E F G H I O R S T V 

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
 
addSessionListener(HttpSessionListener) - Method in interface org.jboss.modcluster.container.Context
Adds the specified session listener to this context.

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 a 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
The connector to which this engine uses to communicate with its proxies.
getContexts() - Method in interface org.jboss.modcluster.container.Host
Returns the 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
 
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 to 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.

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
Is 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
 

O

org.jboss.modcluster.container - package org.jboss.modcluster.container
 

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
 
removeSessionListener(HttpSessionListener) - Method in interface org.jboss.modcluster.container.Context
Removes the specified session listener to this context.

S

Server - Interface in org.jboss.modcluster.container
SPI for a web application server, defined as a collection of one or more Engines.
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.
A C E F G H I O R S T V 
mod_cluster: Container SPI 1.4.0.Alpha1

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