Class JobUtilsServiceImpl
- java.lang.Object
-
- org.ikasan.rest.client.ModuleRestService
-
- org.ikasan.job.orchestration.rest.client.JobUtilsServiceImpl
-
- All Implemented Interfaces:
org.ikasan.spec.scheduled.job.service.JobUtilsService
public class JobUtilsServiceImpl extends org.ikasan.rest.client.ModuleRestService implements org.ikasan.spec.scheduled.job.service.JobUtilsService
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringKILL_URL
-
Constructor Summary
Constructors Constructor Description JobUtilsServiceImpl(org.springframework.core.env.Environment environment, org.springframework.http.client.HttpComponentsClientHttpRequestFactory httpComponentsClientHttpRequestFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidkillJob(java.lang.String contextUrl, long pid, boolean forcibly)
-
-
-
Field Detail
-
KILL_URL
public static final java.lang.String KILL_URL
- See Also:
- Constant Field Values
-
-