Uses of Class
com.swiftmq.mgmt.Command
Packages that use Command
-
Uses of Command in com.swiftmq.mgmt
Methods in com.swiftmq.mgmt that return CommandMethods in com.swiftmq.mgmt with parameters of type CommandModifier and TypeMethodDescriptionvoid
CommandRegistry.addCommand
(Command command) Add a command.void
Entity.addCommand
(String name, Command command) Add a command to the command registry.protected boolean
Entity.commandIncluded
(Command command, String[] exclude) void
CommandRegistry.removeCommand
(Command command) Remove a command.