Uses of Interface
com.swiftmq.mgmt.CommandExecutor
-
Packages that use CommandExecutor Package Description com.swiftmq.admin.mgmt com.swiftmq.admin.mgmt.v400 com.swiftmq.admin.mgmt.v750 com.swiftmq.amqp.v100.mgmt.v400 com.swiftmq.amqp.v100.mgmt.v750 com.swiftmq.mgmt -
-
Uses of CommandExecutor in com.swiftmq.admin.mgmt
Subinterfaces of CommandExecutor in com.swiftmq.admin.mgmt Modifier and Type Interface Description interface
Endpoint
-
Uses of CommandExecutor in com.swiftmq.admin.mgmt.v400
Classes in com.swiftmq.admin.mgmt.v400 that implement CommandExecutor Modifier and Type Class Description class
EndpointImpl
-
Uses of CommandExecutor in com.swiftmq.admin.mgmt.v750
Classes in com.swiftmq.admin.mgmt.v750 that implement CommandExecutor Modifier and Type Class Description class
EndpointImpl
-
Uses of CommandExecutor in com.swiftmq.amqp.v100.mgmt.v400
Classes in com.swiftmq.amqp.v100.mgmt.v400 that implement CommandExecutor Modifier and Type Class Description class
EndpointImpl
-
Uses of CommandExecutor in com.swiftmq.amqp.v100.mgmt.v750
Classes in com.swiftmq.amqp.v100.mgmt.v750 that implement CommandExecutor Modifier and Type Class Description class
EndpointImpl
-
Uses of CommandExecutor in com.swiftmq.mgmt
Methods in com.swiftmq.mgmt that return CommandExecutor Modifier and Type Method Description CommandExecutor
Command. getCommandExecutor()
Returns the command executor.Methods in com.swiftmq.mgmt with parameters of type CommandExecutor Modifier and Type Method Description void
CommandRegistry. setDefaultCommand(CommandExecutor defaultCommand)
Set a default command executor.Constructors in com.swiftmq.mgmt with parameters of type CommandExecutor Constructor Description Command(java.lang.String name, java.lang.String pattern, java.lang.String description, boolean enabled, CommandExecutor commandExecutor)
Create a new Command.Command(java.lang.String name, java.lang.String pattern, java.lang.String description, boolean enabled, CommandExecutor commandExecutor, boolean guiEnabled, boolean guiForChild)
Create a new Command.
-