Uses of Interface
org.jboss.modcluster.config.MCMPHandlerConfiguration
-
Packages that use MCMPHandlerConfiguration Package Description org.jboss.modcluster 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.catalina.standalone org.jboss.modcluster.container.tomcat org.jboss.modcluster.mcmp.impl -
-
Uses of MCMPHandlerConfiguration in org.jboss.modcluster
Constructors in org.jboss.modcluster with parameters of type MCMPHandlerConfiguration Constructor Description ModClusterService(NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig, MCMPHandlerConfiguration mcmpConfig, AdvertiseConfiguration advertiseConfig, LoadBalanceFactorProviderFactory loadBalanceFactorProviderFactory, MCMPRequestFactory requestFactory, MCMPResponseParser responseParser, ResetRequestSource resetRequestSource, MCMPHandler mcmpHandler, AdvertiseListenerFactory listenerFactory) -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.config
Methods in org.jboss.modcluster.config that return MCMPHandlerConfiguration Modifier and Type Method Description MCMPHandlerConfigurationModClusterConfiguration. getMCMPHandlerConfiguration() -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.config.builder
Methods in org.jboss.modcluster.config.builder that return MCMPHandlerConfiguration Modifier and Type Method Description MCMPHandlerConfigurationMCMPHandlerConfigurationBuilder. create() -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.config.impl
Classes in org.jboss.modcluster.config.impl that implement MCMPHandlerConfiguration Modifier and Type Class Description classMCMPHandlerConfigurationImplclassModClusterConfigJava bean implementing the various configuration interfaces.Methods in org.jboss.modcluster.config.impl that return MCMPHandlerConfiguration Modifier and Type Method Description MCMPHandlerConfigurationModClusterConfigurationImpl. getMCMPHandlerConfiguration()Constructors in org.jboss.modcluster.config.impl with parameters of type MCMPHandlerConfiguration Constructor Description ModClusterConfigurationImpl(AdvertiseConfiguration advertiseConfiguration, BalancerConfiguration balancerConfiguration, NodeConfiguration nodeConfiguration, MCMPHandlerConfiguration mcmpHandlerConfiguration) -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.container.catalina.standalone
Classes in org.jboss.modcluster.container.catalina.standalone that implement MCMPHandlerConfiguration Modifier and Type Class Description classModClusterListenerDeprecated. -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.container.tomcat
Classes in org.jboss.modcluster.container.tomcat that implement MCMPHandlerConfiguration Modifier and Type Class Description classModClusterListenerMod_cluster lifecycle listener for use in Tomcat. -
Uses of MCMPHandlerConfiguration in org.jboss.modcluster.mcmp.impl
Constructors in org.jboss.modcluster.mcmp.impl with parameters of type MCMPHandlerConfiguration Constructor Description DefaultMCMPHandler(MCMPHandlerConfiguration config, ResetRequestSource source, MCMPRequestFactory requestFactory, MCMPResponseParser responseParser)
-