@ApplicationScoped public class RemoteExecutorServiceImpl extends AbstractKieServerService implements ExecutorService, GenericServiceEntryPoint<RequestKey,RequestSummary>
| Constructor and Description |
|---|
RemoteExecutorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelRequest(String serverTemplateId,
Long requestId) |
org.uberfire.paging.PageResponse<RequestSummary> |
getData(QueryFilter filter) |
RequestDetails |
getRequestDetails(String serverTemplateId,
Long requestId) |
void |
requeueRequest(String serverTemplateId,
Long requestId) |
Long |
scheduleRequest(String serverTemplateId,
String commandName,
Date date,
Map<String,String> ctx) |
Long |
scheduleRequest(String serverTemplateId,
String commandName,
Map<String,String> ctx) |
getClient, getClient, getKieServicesClient, getKieServicesClientpublic RequestDetails getRequestDetails(String serverTemplateId, Long requestId)
getRequestDetails in interface ExecutorServicepublic Long scheduleRequest(String serverTemplateId, String commandName, Map<String,String> ctx)
scheduleRequest in interface ExecutorServicepublic Long scheduleRequest(String serverTemplateId, String commandName, Date date, Map<String,String> ctx)
scheduleRequest in interface ExecutorServicepublic void cancelRequest(String serverTemplateId, Long requestId)
cancelRequest in interface ExecutorServicepublic void requeueRequest(String serverTemplateId, Long requestId)
requeueRequest in interface ExecutorServicepublic org.uberfire.paging.PageResponse<RequestSummary> getData(QueryFilter filter)
getData in interface GenericServiceEntryPoint<RequestKey,RequestSummary>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.