Uses of Class
org.yamcs.commanding.CommandQueueManager
Packages that use CommandQueueManager
-
Uses of CommandQueueManager in org.yamcs.commanding
Methods in org.yamcs.commanding that return CommandQueueManager -
Uses of CommandQueueManager in org.yamcs.management
Methods in org.yamcs.management that return CommandQueueManagerModifier and TypeMethodDescriptionManagementService.getCommandQueueManager
(Processor processor) ManagementService.getQueueManager
(String instance, String processorName) Methods in org.yamcs.management that return types with arguments of type CommandQueueManagerModifier and TypeMethodDescriptionManagementService.getCommandQueueManagers()
ManagementService.getQueueManagers()
Methods in org.yamcs.management with parameters of type CommandQueueManagerModifier and TypeMethodDescriptionvoid
ManagementService.registerCommandQueueManager
(String instance, String processorName, CommandQueueManager cqm) void
ManagementService.unregisterCommandQueueManager
(String instance, String processorName, CommandQueueManager cqm)