|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.client.quartz_exec_history.v2_0.QuartzExecHistoryServiceClient
public class QuartzExecHistoryServiceClient
JAX-WS client implementation for QuartzExecHistoryService v2.0.
| 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 |
|---|
public QuartzExecHistoryServiceClient(String endpointUrl,
String username,
String password)
QuartzExecHistoryServiceClient 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 QuartzExecHistoryServiceClient(String endpointUrl,
String username,
String password,
Integer connectTimeout,
Integer receiveTimeout)
QuartzExecHistoryServiceClient 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 GetHistoryForJobResponse getHistoryForJob(GetHistoryForJobRequest request)
throws SecurityFault,
ServiceFault
QuartzExecHistoryService
getHistoryForJob in interface QuartzExecHistoryServiceSecurityFault
ServiceFault
public GetHistoryForTriggerResponse getHistoryForTrigger(GetHistoryForTriggerRequest request)
throws SecurityFault,
ServiceFault
QuartzExecHistoryService
getHistoryForTrigger in interface QuartzExecHistoryServiceSecurityFault
ServiceFault
public GetHistoryForSchedulerResponse getHistoryForScheduler(GetHistoryForSchedulerRequest request)
throws SecurityFault,
ServiceFault
QuartzExecHistoryService
getHistoryForScheduler in interface QuartzExecHistoryServiceSecurityFault
ServiceFault
public GetResultResponse getResult(GetResultRequest request)
throws SecurityFault,
ServiceFault
QuartzExecHistoryService
getResult in interface QuartzExecHistoryServiceSecurityFault
ServiceFault
public GetUserDataResponse getUserData(GetUserDataRequest request)
throws SecurityFault,
ServiceFault
QuartzExecHistoryService
getUserData in interface QuartzExecHistoryServiceSecurityFault
ServiceFault
public GetLogResponse getLog(GetLogRequest request)
throws SecurityFault,
ServiceFault
QuartzExecHistoryService
getLog in interface QuartzExecHistoryServiceSecurityFault
ServiceFault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||