|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.client.quartz_job_chain.v1_0.QuartzJobChainServiceClient
public class QuartzJobChainServiceClient
JAX-WS client implementation for QuartzJobChainService v1.0.
| 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 |
|---|
public QuartzJobChainServiceClient(String endpointUrl,
String username,
String password)
QuartzJobChainServiceClient instance for the specified endpoint.
The created client uses default connect and receive timeouts.
endpointUrl - an endpoint URL.username - optional authentication username.password - optional authentication password.DEFAULT_CONNECT_TIMEOUT,
DEFAULT_RECEIVE_TIMEOUT
public QuartzJobChainServiceClient(String endpointUrl,
String username,
String password,
Integer connectTimeout,
Integer receiveTimeout)
QuartzJobChainServiceClient instance for the specified endpoint.
The created client uses default connect and receive timeouts.
endpointUrl - an endpoint URL.username - optional authentication username.password - optional authentication password.connectTimeout - an optional connect timeout.receiveTimeout - an optional receive timeout.| Method Detail |
|---|
public GetJobChainsForJobResponse getJobChainsForJob(GetJobChainsForJobRequest request)
throws SecurityFault,
ServiceFault
QuartzJobChainService
getJobChainsForJob in interface QuartzJobChainServiceSecurityFault
ServiceFault
public GetJobChainsForTriggerResponse getJobChainsForTrigger(GetJobChainsForTriggerRequest request)
throws SecurityFault,
ServiceFault
QuartzJobChainService
getJobChainsForTrigger in interface QuartzJobChainServiceSecurityFault
ServiceFault
public GetJobChainsForSchedulerResponse getJobChainsForScheduler(GetJobChainsForSchedulerRequest request)
throws SecurityFault,
ServiceFault
QuartzJobChainService
getJobChainsForScheduler in interface QuartzJobChainServiceSecurityFault
ServiceFault
public GetJobChainResponse getJobChain(GetJobChainRequest request)
throws SecurityFault,
ServiceFault
QuartzJobChainService
getJobChain in interface QuartzJobChainServiceSecurityFault
ServiceFault
public AddJobChainResponse addJobChain(AddJobChainRequest request)
throws SecurityFault,
ServiceFault
QuartzJobChainService
addJobChain in interface QuartzJobChainServiceSecurityFault
ServiceFault
public UpdateJobChainResponse updateJobChain(UpdateJobChainRequest request)
throws SecurityFault,
ServiceFault
QuartzJobChainService
updateJobChain in interface QuartzJobChainServiceSecurityFault
ServiceFault
public DeleteJobChainResponse deleteJobChain(DeleteJobChainRequest request)
throws SecurityFault,
ServiceFault
QuartzJobChainService
deleteJobChain in interface QuartzJobChainServiceSecurityFault
ServiceFault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||