Uses of Interface
com.swiftmq.mgmt.CommandExecutor
Packages that use CommandExecutor
Package
Description
-
Uses of CommandExecutor in com.swiftmq.admin.mgmt
Subinterfaces of CommandExecutor in com.swiftmq.admin.mgmt -
Uses of CommandExecutor in com.swiftmq.admin.mgmt.v750
Classes in com.swiftmq.admin.mgmt.v750 that implement CommandExecutor -
Uses of CommandExecutor in com.swiftmq.amqp.v100.mgmt.v750
Classes in com.swiftmq.amqp.v100.mgmt.v750 that implement CommandExecutor -
Uses of CommandExecutor in com.swiftmq.mgmt
Methods in com.swiftmq.mgmt that return CommandExecutorMethods in com.swiftmq.mgmt with parameters of type CommandExecutorModifier and TypeMethodDescriptionvoid
CommandRegistry.setDefaultCommand
(CommandExecutor defaultCommand) Set a default command executor.Constructors in com.swiftmq.mgmt with parameters of type CommandExecutorModifierConstructorDescriptionCommand
(String name, String pattern, String description, boolean enabled, CommandExecutor commandExecutor) Create a new Command.Command
(String name, String pattern, String description, boolean enabled, CommandExecutor commandExecutor, boolean guiEnabled, boolean guiForChild) Create a new Command.