Uses of Interface
org.jboss.modcluster.mcmp.MCMPHandler
Packages that use MCMPHandler
Package
Description
-
Uses of MCMPHandler in org.jboss.modcluster
Constructors in org.jboss.modcluster with parameters of type MCMPHandlerModifierConstructorDescriptionprotectedModClusterService(NodeConfiguration nodeConfig, BalancerConfiguration balancerConfig, MCMPHandlerConfiguration mcmpConfig, AdvertiseConfiguration advertiseConfig, LoadBalanceFactorProviderFactory loadBalanceFactorProviderFactory, MCMPRequestFactory requestFactory, MCMPResponseParser responseParser, ResetRequestSource resetRequestSource, MCMPHandler mcmpHandler, AdvertiseListenerFactory listenerFactory) -
Uses of MCMPHandler in org.jboss.modcluster.advertise
Methods in org.jboss.modcluster.advertise with parameters of type MCMPHandlerModifier and TypeMethodDescriptionAdvertiseListenerFactory.createListener(MCMPHandler handler, AdvertiseConfiguration config) -
Uses of MCMPHandler in org.jboss.modcluster.advertise.impl
Methods in org.jboss.modcluster.advertise.impl with parameters of type MCMPHandlerModifier and TypeMethodDescriptionAdvertiseListenerFactoryImpl.createListener(MCMPHandler handler, AdvertiseConfiguration config) Constructors in org.jboss.modcluster.advertise.impl with parameters of type MCMPHandlerModifierConstructorDescriptionAdvertiseListenerImpl(MCMPHandler commHandler, AdvertiseConfiguration config, DatagramChannelFactory channelFactory) Constructors a new AdvertiseListenerImpl -
Uses of MCMPHandler in org.jboss.modcluster.mcmp.impl
Classes in org.jboss.modcluster.mcmp.impl that implement MCMPHandler