|
mod_cluster-container-spi 1.2.6.Final | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Engine
SPI for an engine, defined as collection of one or more hosts associated with a collection of Connectors. The only Connector of significance is the one used to communicate with a proxy.
| Method Summary | |
|---|---|
Host |
findHost(String name)
Returns the host identified by the specified host name. |
Iterable<Connector> |
getConnectors()
The connector to which this engine uses to communicate with its proxies. |
String |
getDefaultHost()
Returns the default host of this engine. |
Iterable<Host> |
getHosts()
The hosts associated with this engine. |
String |
getJvmRoute()
The jvm route of this servlet engine. |
String |
getName()
The name of this engine. |
Connector |
getProxyConnector()
The connector to which this engine uses to communicate with its proxies. |
Server |
getServer()
The server to which this engine is associated. |
String |
getSessionCookieName()
Returns the cookie name used for sessions. |
String |
getSessionParameterName()
Returns the url parameter name used for sessions. |
void |
setJvmRoute(String jvmRoute)
Set this jvm route for this servlet engine. |
| Method Detail |
|---|
String getName()
Server getServer()
Iterable<Host> getHosts()
Connector getProxyConnector()
Iterable<Connector> getConnectors()
String getJvmRoute()
void setJvmRoute(String jvmRoute)
jvmRoute - a unique jvm route.Host findHost(String name)
name - the host name
String getSessionCookieName()
String getSessionParameterName()
String getDefaultHost()
|
mod_cluster-container-spi 1.2.6.Final | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||