Uses of Interface
org.jboss.modcluster.config.JvmRouteFactory
-
Packages that use JvmRouteFactory 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 -
-
Uses of JvmRouteFactory in org.jboss.modcluster.config
Methods in org.jboss.modcluster.config that return JvmRouteFactory Modifier and Type Method Description JvmRouteFactory
MCMPHandlerConfiguration. getJvmRouteFactory()
Factory for generating jvm route -
Uses of JvmRouteFactory in org.jboss.modcluster.config.builder
Methods in org.jboss.modcluster.config.builder with parameters of type JvmRouteFactory Modifier and Type Method Description MCMPHandlerConfigurationBuilder
MCMPHandlerConfigurationBuilder. setJvmRouteFactory(JvmRouteFactory jvmRouteFactory)
Sets a factory for generating a JVM route. -
Uses of JvmRouteFactory in org.jboss.modcluster.config.impl
Classes in org.jboss.modcluster.config.impl that implement JvmRouteFactory Modifier and Type Class Description class
SimpleJvmRouteFactory
Generate a jvm route of the form:
connector-bind-address:connector-port:engine-nameclass
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.Methods in org.jboss.modcluster.config.impl that return JvmRouteFactory Modifier and Type Method Description JvmRouteFactory
MCMPHandlerConfigurationImpl. getJvmRouteFactory()
JvmRouteFactory
ModClusterConfig. getJvmRouteFactory()
Methods in org.jboss.modcluster.config.impl with parameters of type JvmRouteFactory Modifier and Type Method Description void
ModClusterConfig. setJvmRouteFactory(JvmRouteFactory jvmRouteFactory)
Constructors in org.jboss.modcluster.config.impl with parameters of type JvmRouteFactory Constructor 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 systemSystemPropertyJvmRouteFactory.PROPERTY
.SystemPropertyJvmRouteFactory(JvmRouteFactory factory, String property)
Creates a new SystemPropertyJvmRouteFactory -
Uses of JvmRouteFactory in org.jboss.modcluster.container.tomcat
Methods in org.jboss.modcluster.container.tomcat that return types with arguments of type JvmRouteFactory Modifier and Type Method Description Class<? extends JvmRouteFactory>
ModClusterListener. getJvmRouteFactoryClass()
Method parameters in org.jboss.modcluster.container.tomcat with type arguments of type JvmRouteFactory Modifier and Type Method Description void
ModClusterListener. setJvmRouteFactoryClass(Class<? extends JvmRouteFactory> factoryClass)
-