Uses of Interface
org.wildfly.clustering.server.dispatcher.CommandDispatcher
Packages that use CommandDispatcher
Package
Description
-
Uses of CommandDispatcher in org.wildfly.clustering.server.dispatcher
Methods in org.wildfly.clustering.server.dispatcher that return CommandDispatcherModifier and TypeMethodDescriptiondefault <C> CommandDispatcher<M, C> CommandDispatcherFactory.createCommandDispatcher(Object id, C context) Creates a new command dispatcher using the specified identifier and context.<C> CommandDispatcher<M, C> CommandDispatcherFactory.createCommandDispatcher(Object id, C context, ClassLoader loader) Creates a new command dispatcher using the specified identifier and context whose marshaller will be configured from the specified class loader. -
Uses of CommandDispatcher in org.wildfly.clustering.server.infinispan.dispatcher
Classes in org.wildfly.clustering.server.infinispan.dispatcher that implement CommandDispatcherModifier and TypeClassDescriptionclassEmbeddedCacheManagerCommandDispatcher<A extends Comparable<A>,M extends GroupMember<A>, C> ACommandDispatcherfor dispatching commands to embedded cache manager group members.Methods in org.wildfly.clustering.server.infinispan.dispatcher that return CommandDispatcherModifier and TypeMethodDescriptionEmbeddedCacheManagerCommandDispatcherFactory.createCommandDispatcher(Object id, C context, ClassLoader loader) Constructors in org.wildfly.clustering.server.infinispan.dispatcher with parameters of type CommandDispatcherModifierConstructorDescriptionEmbeddedCacheManagerCommandDispatcher(CommandDispatcher<M, C> dispatcher, Function<CacheContainerGroupMember, M> unwrapper, Function<M, CacheContainerGroupMember> wrapper) -
Uses of CommandDispatcher in org.wildfly.clustering.server.jgroups.dispatcher
Classes in org.wildfly.clustering.server.jgroups.dispatcher that implement CommandDispatcherModifier and TypeClassDescriptionclassJChannelCommandDispatcher<CC,MC> MessageDispatcher-based command dispatcher.Methods in org.wildfly.clustering.server.jgroups.dispatcher that return CommandDispatcherModifier and TypeMethodDescriptionJChannelCommandDispatcherFactory.createCommandDispatcher(Object id, C commandContext, ClassLoader loader) -
Uses of CommandDispatcher in org.wildfly.clustering.server.local.dispatcher
Classes in org.wildfly.clustering.server.local.dispatcher that implement CommandDispatcher