Uses of Interface
org.jboss.modcluster.mcmp.MCMPHandler
-
Packages that use MCMPHandler Package Description org.jboss.modcluster org.jboss.modcluster.advertise org.jboss.modcluster.advertise.impl org.jboss.modcluster.mcmp.impl -
-
Uses of MCMPHandler in org.jboss.modcluster
Constructors in org.jboss.modcluster with parameters of type MCMPHandler 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 MCMPHandler in org.jboss.modcluster.advertise
Methods in org.jboss.modcluster.advertise with parameters of type MCMPHandler Modifier and Type Method Description AdvertiseListener
AdvertiseListenerFactory. 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 MCMPHandler Modifier and Type Method Description AdvertiseListener
AdvertiseListenerFactoryImpl. createListener(MCMPHandler handler, AdvertiseConfiguration config)
Constructors in org.jboss.modcluster.advertise.impl with parameters of type MCMPHandler Constructor Description AdvertiseListenerImpl(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 Modifier and Type Class Description class
DefaultMCMPHandler
Default implementation ofMCMPHandler
.
-