com.quartzdesk.service.client.quartz_job_chain.v1_0
Class QuartzJobChainServiceClient

java.lang.Object
  extended by com.quartzdesk.service.client.quartz_job_chain.v1_0.QuartzJobChainServiceClient
All Implemented Interfaces:
QuartzJobChainService

public class QuartzJobChainServiceClient
extends Object
implements QuartzJobChainService

JAX-WS client implementation for QuartzJobChainService v1.0.

Version:
$Id:$
Author:
Jan Moravec

Constructor Summary
QuartzJobChainServiceClient(String endpointUrl, String username, String password)
          Creates a new QuartzJobChainServiceClient instance for the specified endpoint.
QuartzJobChainServiceClient(String endpointUrl, String username, String password, Integer connectTimeout, Integer receiveTimeout)
          Creates a new QuartzJobChainServiceClient instance for the specified endpoint.
 
Method Summary
 AddJobChainResponse addJobChain(AddJobChainRequest request)
          Adds the specified job chain.
 DeleteJobChainResponse deleteJobChain(DeleteJobChainRequest request)
          Deletes the specified job chain.
 GetJobChainResponse getJobChain(GetJobChainRequest request)
          Returns the job chain with the specified ID.
 GetJobChainsForJobResponse getJobChainsForJob(GetJobChainsForJobRequest request)
          Returns job chains for the specified job.
 GetJobChainsForSchedulerResponse getJobChainsForScheduler(GetJobChainsForSchedulerRequest request)
          Returns job chains for the specified scheduler.
 GetJobChainsForTriggerResponse getJobChainsForTrigger(GetJobChainsForTriggerRequest request)
          Returns job chains for the specified trigger.
 UpdateJobChainResponse updateJobChain(UpdateJobChainRequest request)
          Updates the specified job chain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzJobChainServiceClient

public QuartzJobChainServiceClient(String endpointUrl,
                                   String username,
                                   String password)
Creates a new QuartzJobChainServiceClient 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

QuartzJobChainServiceClient

public QuartzJobChainServiceClient(String endpointUrl,
                                   String username,
                                   String password,
                                   Integer connectTimeout,
                                   Integer receiveTimeout)
Creates a new QuartzJobChainServiceClient 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

getJobChainsForJob

public GetJobChainsForJobResponse getJobChainsForJob(GetJobChainsForJobRequest request)
                                              throws SecurityFault,
                                                     ServiceFault
Description copied from interface: QuartzJobChainService
Returns job chains for the specified job.

Specified by:
getJobChainsForJob in interface QuartzJobChainService
Returns:
returns com.quartzdesk.service.quartz_job_chain.v1_0.GetJobChainsForJobResponse
Throws:
SecurityFault
ServiceFault

getJobChainsForTrigger

public GetJobChainsForTriggerResponse getJobChainsForTrigger(GetJobChainsForTriggerRequest request)
                                                      throws SecurityFault,
                                                             ServiceFault
Description copied from interface: QuartzJobChainService
Returns job chains for the specified trigger.

Specified by:
getJobChainsForTrigger in interface QuartzJobChainService
Returns:
returns com.quartzdesk.service.quartz_job_chain.v1_0.GetJobChainsForTriggerResponse
Throws:
SecurityFault
ServiceFault

getJobChainsForScheduler

public GetJobChainsForSchedulerResponse getJobChainsForScheduler(GetJobChainsForSchedulerRequest request)
                                                          throws SecurityFault,
                                                                 ServiceFault
Description copied from interface: QuartzJobChainService
Returns job chains for the specified scheduler.

Specified by:
getJobChainsForScheduler in interface QuartzJobChainService
Returns:
returns com.quartzdesk.service.quartz_job_chain.v1_0.GetJobChainsForSchedulerResponse
Throws:
SecurityFault
ServiceFault

getJobChain

public GetJobChainResponse getJobChain(GetJobChainRequest request)
                                throws SecurityFault,
                                       ServiceFault
Description copied from interface: QuartzJobChainService
Returns the job chain with the specified ID.

Specified by:
getJobChain in interface QuartzJobChainService
Returns:
returns com.quartzdesk.service.quartz_job_chain.v1_0.GetJobChainResponse
Throws:
SecurityFault
ServiceFault

addJobChain

public AddJobChainResponse addJobChain(AddJobChainRequest request)
                                throws SecurityFault,
                                       ServiceFault
Description copied from interface: QuartzJobChainService
Adds the specified job chain.

Specified by:
addJobChain in interface QuartzJobChainService
Returns:
returns com.quartzdesk.service.quartz_job_chain.v1_0.AddJobChainResponse
Throws:
SecurityFault
ServiceFault

updateJobChain

public UpdateJobChainResponse updateJobChain(UpdateJobChainRequest request)
                                      throws SecurityFault,
                                             ServiceFault
Description copied from interface: QuartzJobChainService
Updates the specified job chain.

Specified by:
updateJobChain in interface QuartzJobChainService
Returns:
returns com.quartzdesk.service.quartz_job_chain.v1_0.UpdateJobChainResponse
Throws:
SecurityFault
ServiceFault

deleteJobChain

public DeleteJobChainResponse deleteJobChain(DeleteJobChainRequest request)
                                      throws SecurityFault,
                                             ServiceFault
Description copied from interface: QuartzJobChainService
Deletes the specified job chain.

Specified by:
deleteJobChain in interface QuartzJobChainService
Returns:
returns com.quartzdesk.service.quartz_job_chain.v1_0.DeleteJobChainResponse
Throws:
SecurityFault
ServiceFault


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