com.quartzdesk.service.client.quartz_exec_history.v2_0
Class QuartzExecHistoryServiceClient

java.lang.Object
  extended by com.quartzdesk.service.client.quartz_exec_history.v2_0.QuartzExecHistoryServiceClient
All Implemented Interfaces:
QuartzExecHistoryService

public class QuartzExecHistoryServiceClient
extends Object
implements QuartzExecHistoryService

JAX-WS client implementation for QuartzExecHistoryService v2.0.

Version:
$Id:$
Author:
Jan Moravec

Constructor Summary
QuartzExecHistoryServiceClient(String endpointUrl, String username, String password)
          Creates a new QuartzExecHistoryServiceClient instance for the specified endpoint.
QuartzExecHistoryServiceClient(String endpointUrl, String username, String password, Integer connectTimeout, Integer receiveTimeout)
          Creates a new QuartzExecHistoryServiceClient instance for the specified endpoint.
 
Method Summary
 GetHistoryForJobResponse getHistoryForJob(GetHistoryForJobRequest request)
          Returns execution history for the specified job.
 GetHistoryForSchedulerResponse getHistoryForScheduler(GetHistoryForSchedulerRequest request)
          Returns execution history for the specified scheduler.
 GetHistoryForTriggerResponse getHistoryForTrigger(GetHistoryForTriggerRequest request)
          Returns execution history for the specified trigger.
 GetLogResponse getLog(GetLogRequest request)
          Returns the job execution log data.
 GetResultResponse getResult(GetResultRequest request)
          Returns the job execution result data.
 GetUserDataResponse getUserData(GetUserDataRequest request)
          Returns the job execution user data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzExecHistoryServiceClient

public QuartzExecHistoryServiceClient(String endpointUrl,
                                      String username,
                                      String password)
Creates a new QuartzExecHistoryServiceClient instance for the specified endpoint. The created client uses default connect and receive timeouts.

Parameters:
endpointUrl - an endpoint URL.
username - optional authentication username.
password - optional authentication password.
See Also:
DEFAULT_CONNECT_TIMEOUT, DEFAULT_RECEIVE_TIMEOUT

QuartzExecHistoryServiceClient

public QuartzExecHistoryServiceClient(String endpointUrl,
                                      String username,
                                      String password,
                                      Integer connectTimeout,
                                      Integer receiveTimeout)
Creates a new QuartzExecHistoryServiceClient instance for the specified endpoint. The created client uses default connect and receive timeouts.

Parameters:
endpointUrl - an endpoint URL.
username - optional authentication username.
password - optional authentication password.
connectTimeout - an optional connect timeout.
receiveTimeout - an optional receive timeout.
Method Detail

getHistoryForJob

public GetHistoryForJobResponse getHistoryForJob(GetHistoryForJobRequest request)
                                          throws SecurityFault,
                                                 ServiceFault
Description copied from interface: QuartzExecHistoryService
Returns execution history for the specified job.

Specified by:
getHistoryForJob in interface QuartzExecHistoryService
Returns:
returns com.quartzdesk.service.quartz_exec_history.v2_0.GetHistoryForJobResponse
Throws:
SecurityFault
ServiceFault

getHistoryForTrigger

public GetHistoryForTriggerResponse getHistoryForTrigger(GetHistoryForTriggerRequest request)
                                                  throws SecurityFault,
                                                         ServiceFault
Description copied from interface: QuartzExecHistoryService
Returns execution history for the specified trigger.

Specified by:
getHistoryForTrigger in interface QuartzExecHistoryService
Returns:
returns com.quartzdesk.service.quartz_exec_history.v2_0.GetHistoryForTriggerResponse
Throws:
SecurityFault
ServiceFault

getHistoryForScheduler

public GetHistoryForSchedulerResponse getHistoryForScheduler(GetHistoryForSchedulerRequest request)
                                                      throws SecurityFault,
                                                             ServiceFault
Description copied from interface: QuartzExecHistoryService
Returns execution history for the specified scheduler.

Specified by:
getHistoryForScheduler in interface QuartzExecHistoryService
Returns:
returns com.quartzdesk.service.quartz_exec_history.v2_0.GetHistoryForSchedulerResponse
Throws:
SecurityFault
ServiceFault

getResult

public GetResultResponse getResult(GetResultRequest request)
                            throws SecurityFault,
                                   ServiceFault
Description copied from interface: QuartzExecHistoryService
Returns the job execution result data.

Specified by:
getResult in interface QuartzExecHistoryService
Returns:
returns com.quartzdesk.service.quartz_exec_history.v2_0.GetResultResponse
Throws:
SecurityFault
ServiceFault

getUserData

public GetUserDataResponse getUserData(GetUserDataRequest request)
                                throws SecurityFault,
                                       ServiceFault
Description copied from interface: QuartzExecHistoryService
Returns the job execution user data.

Specified by:
getUserData in interface QuartzExecHistoryService
Returns:
returns com.quartzdesk.service.quartz_exec_history.v2_0.GetUserDataResponse
Throws:
SecurityFault
ServiceFault

getLog

public GetLogResponse getLog(GetLogRequest request)
                      throws SecurityFault,
                             ServiceFault
Description copied from interface: QuartzExecHistoryService
Returns the job execution log data.

Specified by:
getLog in interface QuartzExecHistoryService
Returns:
returns com.quartzdesk.service.quartz_exec_history.v2_0.GetLogResponse
Throws:
SecurityFault
ServiceFault


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.