Uses of Class
com.quartzdesk.service.types.v4_0.jmx.RemoteJmxService

Packages that use RemoteJmxService
com.quartzdesk.service.quartz.v8_0   
com.quartzdesk.service.types.v4_0.connection   
com.quartzdesk.service.types.v4_0.jmx   
 

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

Fields in com.quartzdesk.service.quartz.v8_0 declared as RemoteJmxService
protected  RemoteJmxService GetSchedulersRequest.remoteJmxService
           
protected  RemoteJmxService GetAgentInfoRequest.remoteJmxService
           
 

Methods in com.quartzdesk.service.quartz.v8_0 that return RemoteJmxService
 RemoteJmxService GetSchedulersRequest.getRemoteJmxService()
          Gets the value of the remoteJmxService property.
 RemoteJmxService GetAgentInfoRequest.getRemoteJmxService()
          Gets the value of the remoteJmxService property.
 

Methods in com.quartzdesk.service.quartz.v8_0 with parameters of type RemoteJmxService
 void GetSchedulersRequest.setRemoteJmxService(RemoteJmxService value)
          Sets the value of the remoteJmxService property.
 void GetAgentInfoRequest.setRemoteJmxService(RemoteJmxService value)
          Sets the value of the remoteJmxService property.
 GetSchedulersRequest GetSchedulersRequest.withRemoteJmxService(RemoteJmxService value)
           
 GetAgentInfoRequest GetAgentInfoRequest.withRemoteJmxService(RemoteJmxService value)
           
 

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

Fields in com.quartzdesk.service.types.v4_0.connection declared as RemoteJmxService
protected  RemoteJmxService SchedulerConnection.remoteJmxService
           
 

Methods in com.quartzdesk.service.types.v4_0.connection that return RemoteJmxService
 RemoteJmxService SchedulerConnection.getRemoteJmxService()
          Gets the value of the remoteJmxService property.
 

Methods in com.quartzdesk.service.types.v4_0.connection with parameters of type RemoteJmxService
 void SchedulerConnection.setRemoteJmxService(RemoteJmxService value)
          Sets the value of the remoteJmxService property.
 SchedulerConnection SchedulerConnection.withRemoteJmxService(RemoteJmxService value)
           
 

Uses of RemoteJmxService in com.quartzdesk.service.types.v4_0.jmx
 

Methods in com.quartzdesk.service.types.v4_0.jmx that return RemoteJmxService
 RemoteJmxService ObjectFactory.createRemoteJmxService()
          Create an instance of RemoteJmxService
 RemoteJmxService RemoteJmxService.withAuthentication(Authentication value)
           
 RemoteJmxService RemoteJmxService.withHost(String value)
           
 RemoteJmxService RemoteJmxService.withPort(Integer value)
           
 RemoteJmxService RemoteJmxService.withProtocol(JmxProtocol value)
           
 RemoteJmxService RemoteJmxService.withSecure(Boolean value)
           
 RemoteJmxService RemoteJmxService.withServiceUrl(String value)
           
 



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