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 JvmRouteFactoryMCMPHandlerConfiguration. 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 MCMPHandlerConfigurationBuilderMCMPHandlerConfigurationBuilder. 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 classSimpleJvmRouteFactoryGenerate a jvm route of the form:
connector-bind-address:connector-port:engine-nameclassSystemPropertyJvmRouteFactoryDecorates an existing jvm route factory, allowing system property override if defined.classUUIDJvmRouteFactoryGenerates 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 JvmRouteFactoryMCMPHandlerConfigurationImpl. getJvmRouteFactory()JvmRouteFactoryModClusterConfig. getJvmRouteFactory()Methods in org.jboss.modcluster.config.impl with parameters of type JvmRouteFactory Modifier and Type Method Description voidModClusterConfig. 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 voidModClusterListener. setJvmRouteFactoryClass(Class<? extends JvmRouteFactory> factoryClass)
-