Uses of Class
com.quartzdesk.service.types.v4_0.connection.SchedulerConnection

Packages that use SchedulerConnection
com.quartzdesk.service.quartz_exec_history.v2_0   
com.quartzdesk.service.quartz_exec_notif_rule.v1_0   
com.quartzdesk.service.quartz_job_chain.v1_0   
com.quartzdesk.service.quartz.v8_0   
com.quartzdesk.service.types.v4_0.connection   
 

Uses of SchedulerConnection in com.quartzdesk.service.quartz_exec_history.v2_0
 

Fields in com.quartzdesk.service.quartz_exec_history.v2_0 declared as SchedulerConnection
protected  SchedulerConnection GetUserDataRequest.connection
           
protected  SchedulerConnection GetResultRequest.connection
           
protected  SchedulerConnection GetLogRequest.connection
           
protected  SchedulerConnection GetHistoryForTriggerRequest.connection
           
protected  SchedulerConnection GetHistoryForSchedulerRequest.connection
           
protected  SchedulerConnection GetHistoryForJobRequest.connection
           
 

Methods in com.quartzdesk.service.quartz_exec_history.v2_0 that return SchedulerConnection
 SchedulerConnection GetUserDataRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetResultRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetLogRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetHistoryForTriggerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetHistoryForSchedulerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetHistoryForJobRequest.getConnection()
          Gets the value of the connection property.
 

Methods in com.quartzdesk.service.quartz_exec_history.v2_0 with parameters of type SchedulerConnection
 void GetUserDataRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetResultRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetLogRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetHistoryForTriggerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetHistoryForSchedulerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetHistoryForJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 GetUserDataRequest GetUserDataRequest.withConnection(SchedulerConnection value)
           
 GetResultRequest GetResultRequest.withConnection(SchedulerConnection value)
           
 GetLogRequest GetLogRequest.withConnection(SchedulerConnection value)
           
 GetHistoryForTriggerRequest GetHistoryForTriggerRequest.withConnection(SchedulerConnection value)
           
 GetHistoryForSchedulerRequest GetHistoryForSchedulerRequest.withConnection(SchedulerConnection value)
           
 GetHistoryForJobRequest GetHistoryForJobRequest.withConnection(SchedulerConnection value)
           
 

Uses of SchedulerConnection in com.quartzdesk.service.quartz_exec_notif_rule.v1_0
 

Fields in com.quartzdesk.service.quartz_exec_notif_rule.v1_0 declared as SchedulerConnection
protected  SchedulerConnection UpdateRuleRequest.connection
           
protected  SchedulerConnection GetRulesForTriggerRequest.connection
           
protected  SchedulerConnection GetRulesForSchedulerRequest.connection
           
protected  SchedulerConnection GetRulesForJobRequest.connection
           
protected  SchedulerConnection GetRuleRequest.connection
           
protected  SchedulerConnection DeleteRuleRequest.connection
           
protected  SchedulerConnection AddRuleRequest.connection
           
 

Methods in com.quartzdesk.service.quartz_exec_notif_rule.v1_0 that return SchedulerConnection
 SchedulerConnection UpdateRuleRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetRulesForTriggerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetRulesForSchedulerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetRulesForJobRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetRuleRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection DeleteRuleRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection AddRuleRequest.getConnection()
          Gets the value of the connection property.
 

Methods in com.quartzdesk.service.quartz_exec_notif_rule.v1_0 with parameters of type SchedulerConnection
 void UpdateRuleRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetRulesForTriggerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetRulesForSchedulerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetRulesForJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetRuleRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void DeleteRuleRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void AddRuleRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 UpdateRuleRequest UpdateRuleRequest.withConnection(SchedulerConnection value)
           
 GetRulesForTriggerRequest GetRulesForTriggerRequest.withConnection(SchedulerConnection value)
           
 GetRulesForSchedulerRequest GetRulesForSchedulerRequest.withConnection(SchedulerConnection value)
           
 GetRulesForJobRequest GetRulesForJobRequest.withConnection(SchedulerConnection value)
           
 GetRuleRequest GetRuleRequest.withConnection(SchedulerConnection value)
           
 DeleteRuleRequest DeleteRuleRequest.withConnection(SchedulerConnection value)
           
 AddRuleRequest AddRuleRequest.withConnection(SchedulerConnection value)
           
 

Uses of SchedulerConnection in com.quartzdesk.service.quartz_job_chain.v1_0
 

Fields in com.quartzdesk.service.quartz_job_chain.v1_0 declared as SchedulerConnection
protected  SchedulerConnection UpdateJobChainRequest.connection
           
protected  SchedulerConnection GetJobChainsForTriggerRequest.connection
           
protected  SchedulerConnection GetJobChainsForSchedulerRequest.connection
           
protected  SchedulerConnection GetJobChainsForJobRequest.connection
           
protected  SchedulerConnection GetJobChainRequest.connection
           
protected  SchedulerConnection DeleteJobChainRequest.connection
           
protected  SchedulerConnection AddJobChainRequest.connection
           
 

Methods in com.quartzdesk.service.quartz_job_chain.v1_0 that return SchedulerConnection
 SchedulerConnection UpdateJobChainRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetJobChainsForTriggerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetJobChainsForSchedulerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetJobChainsForJobRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetJobChainRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection DeleteJobChainRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection AddJobChainRequest.getConnection()
          Gets the value of the connection property.
 

Methods in com.quartzdesk.service.quartz_job_chain.v1_0 with parameters of type SchedulerConnection
 void UpdateJobChainRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetJobChainsForTriggerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetJobChainsForSchedulerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetJobChainsForJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetJobChainRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void DeleteJobChainRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void AddJobChainRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 UpdateJobChainRequest UpdateJobChainRequest.withConnection(SchedulerConnection value)
           
 GetJobChainsForTriggerRequest GetJobChainsForTriggerRequest.withConnection(SchedulerConnection value)
           
 GetJobChainsForSchedulerRequest GetJobChainsForSchedulerRequest.withConnection(SchedulerConnection value)
           
 GetJobChainsForJobRequest GetJobChainsForJobRequest.withConnection(SchedulerConnection value)
           
 GetJobChainRequest GetJobChainRequest.withConnection(SchedulerConnection value)
           
 DeleteJobChainRequest DeleteJobChainRequest.withConnection(SchedulerConnection value)
           
 AddJobChainRequest AddJobChainRequest.withConnection(SchedulerConnection value)
           
 

Uses of SchedulerConnection in com.quartzdesk.service.quartz.v8_0
 

Fields in com.quartzdesk.service.quartz.v8_0 declared as SchedulerConnection
protected  SchedulerConnection UpdateTriggerRequest.connection
           
protected  SchedulerConnection UpdateJobRequest.connection
           
protected  SchedulerConnection TriggerJobRequest.connection
           
protected  SchedulerConnection StopSchedulerRequest.connection
           
protected  SchedulerConnection StartSchedulerRequest.connection
           
protected  SchedulerConnection ResumeTriggerRequest.connection
           
protected  SchedulerConnection ResumeTriggerGroupRequest.connection
           
protected  SchedulerConnection ResumeJobRequest.connection
           
protected  SchedulerConnection ResumeJobGroupRequest.connection
           
protected  SchedulerConnection ResumeAllTriggersRequest.connection
           
protected  SchedulerConnection PauseTriggerRequest.connection
           
protected  SchedulerConnection PauseTriggerGroupRequest.connection
           
protected  SchedulerConnection PauseSchedulerRequest.connection
           
protected  SchedulerConnection PauseJobRequest.connection
           
protected  SchedulerConnection PauseJobGroupRequest.connection
           
protected  SchedulerConnection PauseAllTriggersRequest.connection
           
protected  SchedulerConnection InterruptJobRequest.connection
           
protected  SchedulerConnection GetTriggersRequest.connection
           
protected  SchedulerConnection GetTriggersOfJobRequest.connection
           
protected  SchedulerConnection GetTriggerRequest.connection
           
protected  SchedulerConnection GetTriggerMonitorStateRequest.connection
           
protected  SchedulerConnection GetTriggerGroupsRequest.connection
           
protected  SchedulerConnection GetTriggerGroupsOfJobRequest.connection
           
protected  SchedulerConnection GetTriggerFireTimesRequest.connection
           
protected  SchedulerConnection GetSchedulerRequest.connection
           
protected  SchedulerConnection GetSchedulerMonitorStateRequest.connection
           
protected  SchedulerConnection GetPlannedJobExecutionsRequest.connection
           
protected  SchedulerConnection GetPausedTriggerGroupsRequest.connection
           
protected  SchedulerConnection GetJobMonitorStateRequest.connection
           
protected  SchedulerConnection GetJobGroupsRequest.connection
           
protected  SchedulerConnection GetJobDetailsRequest.connection
           
protected  SchedulerConnection GetJobDetailRequest.connection
           
protected  SchedulerConnection GetCurrentlyExecutingJobsRequest.connection
           
protected  SchedulerConnection DeleteTriggerRequest.connection
           
protected  SchedulerConnection DeleteJobRequest.connection
           
protected  SchedulerConnection AddTriggerRequest.connection
           
protected  SchedulerConnection AddJobRequest.connection
           
 

Methods in com.quartzdesk.service.quartz.v8_0 that return SchedulerConnection
 SchedulerConnection UpdateTriggerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection UpdateJobRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection TriggerJobRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection StopSchedulerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection StartSchedulerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection ResumeTriggerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection ResumeTriggerGroupRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection ResumeJobRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection ResumeJobGroupRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection ResumeAllTriggersRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection PauseTriggerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection PauseTriggerGroupRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection PauseSchedulerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection PauseJobRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection PauseJobGroupRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection PauseAllTriggersRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection InterruptJobRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetTriggersRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetTriggersOfJobRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetTriggerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetTriggerMonitorStateRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetTriggerGroupsRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetTriggerGroupsOfJobRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetTriggerFireTimesRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetSchedulerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetSchedulerMonitorStateRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetPlannedJobExecutionsRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetPausedTriggerGroupsRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetJobMonitorStateRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetJobGroupsRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetJobDetailsRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetJobDetailRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection GetCurrentlyExecutingJobsRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection DeleteTriggerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection DeleteJobRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection AddTriggerRequest.getConnection()
          Gets the value of the connection property.
 SchedulerConnection AddJobRequest.getConnection()
          Gets the value of the connection property.
 

Methods in com.quartzdesk.service.quartz.v8_0 with parameters of type SchedulerConnection
 void UpdateTriggerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void UpdateJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void TriggerJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void StopSchedulerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void StartSchedulerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void ResumeTriggerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void ResumeTriggerGroupRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void ResumeJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void ResumeJobGroupRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void ResumeAllTriggersRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void PauseTriggerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void PauseTriggerGroupRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void PauseSchedulerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void PauseJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void PauseJobGroupRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void PauseAllTriggersRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void InterruptJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetTriggersRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetTriggersOfJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetTriggerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetTriggerMonitorStateRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetTriggerGroupsRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetTriggerGroupsOfJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetTriggerFireTimesRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetSchedulerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetSchedulerMonitorStateRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetPlannedJobExecutionsRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetPausedTriggerGroupsRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetJobMonitorStateRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetJobGroupsRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetJobDetailsRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetJobDetailRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void GetCurrentlyExecutingJobsRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void DeleteTriggerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void DeleteJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void AddTriggerRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 void AddJobRequest.setConnection(SchedulerConnection value)
          Sets the value of the connection property.
 UpdateTriggerRequest UpdateTriggerRequest.withConnection(SchedulerConnection value)
           
 UpdateJobRequest UpdateJobRequest.withConnection(SchedulerConnection value)
           
 TriggerJobRequest TriggerJobRequest.withConnection(SchedulerConnection value)
           
 StopSchedulerRequest StopSchedulerRequest.withConnection(SchedulerConnection value)
           
 StartSchedulerRequest StartSchedulerRequest.withConnection(SchedulerConnection value)
           
 ResumeTriggerRequest ResumeTriggerRequest.withConnection(SchedulerConnection value)
           
 ResumeTriggerGroupRequest ResumeTriggerGroupRequest.withConnection(SchedulerConnection value)
           
 ResumeJobRequest ResumeJobRequest.withConnection(SchedulerConnection value)
           
 ResumeJobGroupRequest ResumeJobGroupRequest.withConnection(SchedulerConnection value)
           
 ResumeAllTriggersRequest ResumeAllTriggersRequest.withConnection(SchedulerConnection value)
           
 PauseTriggerRequest PauseTriggerRequest.withConnection(SchedulerConnection value)
           
 PauseTriggerGroupRequest PauseTriggerGroupRequest.withConnection(SchedulerConnection value)
           
 PauseSchedulerRequest PauseSchedulerRequest.withConnection(SchedulerConnection value)
           
 PauseJobRequest PauseJobRequest.withConnection(SchedulerConnection value)
           
 PauseJobGroupRequest PauseJobGroupRequest.withConnection(SchedulerConnection value)
           
 PauseAllTriggersRequest PauseAllTriggersRequest.withConnection(SchedulerConnection value)
           
 InterruptJobRequest InterruptJobRequest.withConnection(SchedulerConnection value)
           
 GetTriggersRequest GetTriggersRequest.withConnection(SchedulerConnection value)
           
 GetTriggersOfJobRequest GetTriggersOfJobRequest.withConnection(SchedulerConnection value)
           
 GetTriggerRequest GetTriggerRequest.withConnection(SchedulerConnection value)
           
 GetTriggerMonitorStateRequest GetTriggerMonitorStateRequest.withConnection(SchedulerConnection value)
           
 GetTriggerGroupsRequest GetTriggerGroupsRequest.withConnection(SchedulerConnection value)
           
 GetTriggerGroupsOfJobRequest GetTriggerGroupsOfJobRequest.withConnection(SchedulerConnection value)
           
 GetTriggerFireTimesRequest GetTriggerFireTimesRequest.withConnection(SchedulerConnection value)
           
 GetSchedulerRequest GetSchedulerRequest.withConnection(SchedulerConnection value)
           
 GetSchedulerMonitorStateRequest GetSchedulerMonitorStateRequest.withConnection(SchedulerConnection value)
           
 GetPlannedJobExecutionsRequest GetPlannedJobExecutionsRequest.withConnection(SchedulerConnection value)
           
 GetPausedTriggerGroupsRequest GetPausedTriggerGroupsRequest.withConnection(SchedulerConnection value)
           
 GetJobMonitorStateRequest GetJobMonitorStateRequest.withConnection(SchedulerConnection value)
           
 GetJobGroupsRequest GetJobGroupsRequest.withConnection(SchedulerConnection value)
           
 GetJobDetailsRequest GetJobDetailsRequest.withConnection(SchedulerConnection value)
           
 GetJobDetailRequest GetJobDetailRequest.withConnection(SchedulerConnection value)
           
 GetCurrentlyExecutingJobsRequest GetCurrentlyExecutingJobsRequest.withConnection(SchedulerConnection value)
           
 DeleteTriggerRequest DeleteTriggerRequest.withConnection(SchedulerConnection value)
           
 DeleteJobRequest DeleteJobRequest.withConnection(SchedulerConnection value)
           
 AddTriggerRequest AddTriggerRequest.withConnection(SchedulerConnection value)
           
 AddJobRequest AddJobRequest.withConnection(SchedulerConnection value)
           
 

Uses of SchedulerConnection in com.quartzdesk.service.types.v4_0.connection
 

Fields in com.quartzdesk.service.types.v4_0.connection with type parameters of type SchedulerConnection
protected  List<SchedulerConnection> ClusterConnection.member
           
 

Methods in com.quartzdesk.service.types.v4_0.connection that return SchedulerConnection
 SchedulerConnection ObjectFactory.createSchedulerConnection()
          Create an instance of SchedulerConnection
 SchedulerConnection SchedulerConnection.withId(Long value)
           
 SchedulerConnection SchedulerConnection.withName(String value)
           
 SchedulerConnection SchedulerConnection.withRemoteJmxService(RemoteJmxService value)
           
 SchedulerConnection SchedulerConnection.withSchedulerObjectName(String value)
           
 SchedulerConnection SchedulerConnection.withSchedulerType(SchedulerType value)
           
 

Methods in com.quartzdesk.service.types.v4_0.connection that return types with arguments of type SchedulerConnection
 List<SchedulerConnection> ClusterConnection.getMember()
          Gets the value of the member property.
 

Methods in com.quartzdesk.service.types.v4_0.connection with parameters of type SchedulerConnection
 ClusterConnection ClusterConnection.withMember(SchedulerConnection... values)
           
 

Method parameters in com.quartzdesk.service.types.v4_0.connection with type arguments of type SchedulerConnection
 void ClusterConnection.setMember(List<SchedulerConnection> member)
          Sets the value of the member property.
 ClusterConnection ClusterConnection.withMember(Collection<SchedulerConnection> values)
           
 



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