JobExecutionEntity
and StepExecutionEntity
,
and includes common fields such as start time, end time, batch status,
and exit status.BatchClient
with the specified REST URL.BatchClient
with the specified javax.ws.rs.client.Client
and REST URL.BatchRuntimeException
, which includes
exception type (class), message, and stack trace text.BatchRuntimeException
, and maps various sub-types of BatchRuntimeException
to appropriate response status.javax.ws.rs.client.Client
associated with this BatchClient
.javax.ws.rs.core.UriBuilder
for the specified method
name in JobExecutionResource
class.javax.ws.rs.core.UriBuilder
for the specified method
name in JobInstanceResource
class.javax.ws.rs.core.UriBuilder
for the specified method
name in JobScheduleResource
class.javax.ws.rs.core.UriBuilder
for the specified method
name in JobResource
class.BatchClient
.javax.ws.rs.core.UriBuilder
for the specified
REST resource class and method.AbstractExecutionEntity
(start time, end time, batch status, and exit status).jobXmlName
.AbstractExecutionEntity
(start time, end time, batch status, and exit status).javax.ws.rs.client.WebTarget
for the specified URI.javax.ws.rs.client.WebTarget
for the specified URI and
query parameters.Copyright © 2016 JBoss by Red Hat. All rights reserved.