Uses of Class
fr.becpg.repo.batch.BatchQueueServiceImpl.BatchCommand
Packages that use BatchQueueServiceImpl.BatchCommand
-
Uses of BatchQueueServiceImpl.BatchCommand in fr.becpg.repo.batch
Fields in fr.becpg.repo.batch with type parameters of type BatchQueueServiceImpl.BatchCommandModifier and TypeFieldDescriptionprivate Deque<BatchQueueServiceImpl.BatchCommand<?>> BatchQueueServiceImpl.pausedCommandsprivate List<BatchQueueServiceImpl.BatchCommand<?>> BatchQueueServiceImpl.runningCommandsMethods in fr.becpg.repo.batch that return BatchQueueServiceImpl.BatchCommandModifier and TypeMethodDescriptionprivate BatchQueueServiceImpl.BatchCommand<?> BatchQueueServiceImpl.findCommandInQueue(String batchId) findCommandInQueue.private BatchQueueServiceImpl.BatchCommand<?> BatchQueueServiceImpl.getRunningCommand()getRunningCommand.Methods in fr.becpg.repo.batch with parameters of type BatchQueueServiceImpl.BatchCommandModifier and TypeMethodDescriptionprivate voidBatchQueueServiceImpl.BatchCommand.pauseCommand(BatchQueueServiceImpl.BatchCommand<?> command)