Uses of Interface
org.wildfly.clustering.server.dispatcher.Command
Packages that use Command
Package
Description
Public clustering API which facilitates remote command execution
on the cluster.
-
Uses of Command in org.wildfly.clustering.dispatcher
Subinterfaces of Command in org.wildfly.clustering.dispatcherModifier and TypeInterfaceDescriptioninterfaceCommand<R,C> Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Command in org.wildfly.clustering.server.dispatcher
Subinterfaces of Command in org.wildfly.clustering.server.dispatcherModifier and TypeInterfaceDescriptioninterfaceRuntimeCommand<R,C> A command that does not throw checked exceptions.Methods in org.wildfly.clustering.server.dispatcher with parameters of type CommandModifier and TypeMethodDescriptiondefault <R,E extends Exception>
Map<M,CompletionStage<R>> CommandDispatcher.dispatchToGroup(Command<R, ? super C, E> command) Executes the specified command on all members of the group, optionally excluding some members.<R,E extends Exception>
Map<M,CompletionStage<R>> CommandDispatcher.dispatchToGroup(Command<R, ? super C, E> command, Set<M> excluding) Executes the specified command on all members of the group, optionally excluding some members.<R,E extends Exception>
CompletionStage<R>CommandDispatcher.dispatchToMember(Command<R, ? super C, E> command, M member) Executes the specified command on the specified group member. -
Uses of Command in org.wildfly.extension.messaging.activemq.broadcast
Classes in org.wildfly.extension.messaging.activemq.broadcast that implement Command
Command.