Uses of Class
com.quartzdesk.service.types.v1_0.jmx.JmxProtocol

Packages that use JmxProtocol
com.quartzdesk.service.types.v1_0.jmx   
 

Uses of JmxProtocol in com.quartzdesk.service.types.v1_0.jmx
 

Fields in com.quartzdesk.service.types.v1_0.jmx declared as JmxProtocol
protected  JmxProtocol RemoteJmxService.protocol
           
 

Methods in com.quartzdesk.service.types.v1_0.jmx that return JmxProtocol
static JmxProtocol JmxProtocol.fromValue(String v)
           
 JmxProtocol RemoteJmxService.getProtocol()
          Gets the value of the protocol property.
static JmxProtocol JmxProtocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JmxProtocol[] JmxProtocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.quartzdesk.service.types.v1_0.jmx with parameters of type JmxProtocol
 void RemoteJmxService.setProtocol(JmxProtocol value)
          Sets the value of the protocol property.
 RemoteJmxService RemoteJmxService.withProtocol(JmxProtocol value)
           
 



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