Package | Description |
---|---|
org.jboss.modcluster.config | |
org.jboss.modcluster.config.builder |
Package containing a set of public configuration builders replacing legacy Java beans-style configuration.
|
org.jboss.modcluster.config.impl | |
org.jboss.modcluster.container.tomcat |
Modifier and Type | Method and Description |
---|---|
JvmRouteFactory |
MCMPHandlerConfiguration.getJvmRouteFactory()
Factory for generating jvm route
|
Modifier and Type | Method and Description |
---|---|
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setJvmRouteFactory(JvmRouteFactory jvmRouteFactory)
Sets a factory for generating a JVM route.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleJvmRouteFactory
Generate a jvm route of the form:
connector-bind-address:connector-port:engine-name |
class |
SystemPropertyJvmRouteFactory
Decorates an existing jvm route factory, allowing system property override if defined.
|
class |
UUIDJvmRouteFactory
Generates a jvm route using a UUID constructed from the connector address/port and engine name.
|
Modifier and Type | Method and Description |
---|---|
JvmRouteFactory |
MCMPHandlerConfigurationImpl.getJvmRouteFactory() |
JvmRouteFactory |
ModClusterConfig.getJvmRouteFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ModClusterConfig.setJvmRouteFactory(JvmRouteFactory jvmRouteFactory) |
Constructor and Description |
---|
MCMPHandlerConfigurationImpl(Collection<ProxyConfiguration> proxyConfigurations,
String proxyURL,
int socketTimeout,
SocketFactory socketFactory,
Map<String,Set<String>> excludedContextsPerHost,
Boolean advertise,
boolean autoEnableContexts,
long stopContextTimeout,
TimeUnit stopContextTimeoutUnit,
JvmRouteFactory jvmRouteFactory,
SessionDrainingStrategy sessionDrainingStrategy) |
SystemPropertyJvmRouteFactory(JvmRouteFactory factory)
Creates a new SystemPropertyJvmRouteFactory using the default system
SystemPropertyJvmRouteFactory.PROPERTY . |
SystemPropertyJvmRouteFactory(JvmRouteFactory factory,
String property)
Creates a new SystemPropertyJvmRouteFactory
|
Modifier and Type | Method and Description |
---|---|
Class<? extends JvmRouteFactory> |
ModClusterListener.getJvmRouteFactoryClass() |
Modifier and Type | Method and Description |
---|---|
void |
ModClusterListener.setJvmRouteFactoryClass(Class<? extends JvmRouteFactory> factoryClass) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.