Uses of Class
com.swiftmq.mgmt.Command
-
Packages that use Command Package Description com.swiftmq.mgmt -
-
Uses of Command in com.swiftmq.mgmt
Methods in com.swiftmq.mgmt that return Command Modifier and Type Method Description Command
CommandRegistry. findCommand(java.lang.String[] cmd)
Find a command.Methods in com.swiftmq.mgmt with parameters of type Command Modifier and Type Method Description void
CommandRegistry. addCommand(Command command)
Add a command.void
Entity. addCommand(java.lang.String name, Command command)
Add a command to the command registry.protected boolean
Entity. commandIncluded(Command command, java.lang.String[] exclude)
void
CommandRegistry. removeCommand(Command command)
Remove a command.
-