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

java.lang.Object
  extended by com.quartzdesk.service.types.v4_0.jmx.RemoteJmxService

public class RemoteJmxService
extends Object

Type that encapsulates remote JMX service parameters.

Java class for RemoteJmxService complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RemoteJmxService">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="protocol" type="{http://service.quartzdesk.com/types/v4_0/jmx}JmxProtocol"/>
         <element name="host" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="serviceUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="secure" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="authentication" type="{http://service.quartzdesk.com/types/v4_0/jmx}Authentication" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Authentication authentication
           
protected  String host
           
protected  Integer port
           
protected  JmxProtocol protocol
           
protected  Boolean secure
           
protected  String serviceUrl
           
 
Constructor Summary
RemoteJmxService()
           
 
Method Summary
 Authentication getAuthentication()
          Gets the value of the authentication property.
 String getHost()
          Gets the value of the host property.
 Integer getPort()
          Gets the value of the port property.
 JmxProtocol getProtocol()
          Gets the value of the protocol property.
 Boolean getSecure()
           
 String getServiceUrl()
          Gets the value of the serviceUrl property.
 Boolean isSecure()
          Gets the value of the secure property.
 void setAuthentication(Authentication value)
          Sets the value of the authentication property.
 void setHost(String value)
          Sets the value of the host property.
 void setPort(Integer value)
          Sets the value of the port property.
 void setProtocol(JmxProtocol value)
          Sets the value of the protocol property.
 void setSecure(Boolean value)
          Sets the value of the secure property.
 void setServiceUrl(String value)
          Sets the value of the serviceUrl property.
 RemoteJmxService withAuthentication(Authentication value)
           
 RemoteJmxService withHost(String value)
           
 RemoteJmxService withPort(Integer value)
           
 RemoteJmxService withProtocol(JmxProtocol value)
           
 RemoteJmxService withSecure(Boolean value)
           
 RemoteJmxService withServiceUrl(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocol

protected JmxProtocol protocol

host

protected String host

port

protected Integer port

serviceUrl

protected String serviceUrl

secure

protected Boolean secure

authentication

protected Authentication authentication
Constructor Detail

RemoteJmxService

public RemoteJmxService()
Method Detail

getProtocol

public JmxProtocol getProtocol()
Gets the value of the protocol property.

Returns:
possible object is JmxProtocol

setProtocol

public void setProtocol(JmxProtocol value)
Sets the value of the protocol property.

Parameters:
value - allowed object is JmxProtocol

getHost

public String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

getPort

public Integer getPort()
Gets the value of the port property.

Returns:
possible object is String

setPort

public void setPort(Integer value)
Sets the value of the port property.

Parameters:
value - allowed object is String

getServiceUrl

public String getServiceUrl()
Gets the value of the serviceUrl property.

Returns:
possible object is String

setServiceUrl

public void setServiceUrl(String value)
Sets the value of the serviceUrl property.

Parameters:
value - allowed object is String

isSecure

public Boolean isSecure()
Gets the value of the secure property.

Returns:
possible object is String

setSecure

public void setSecure(Boolean value)
Sets the value of the secure property.

Parameters:
value - allowed object is String

getAuthentication

public Authentication getAuthentication()
Gets the value of the authentication property.

Returns:
possible object is Authentication

setAuthentication

public void setAuthentication(Authentication value)
Sets the value of the authentication property.

Parameters:
value - allowed object is Authentication

getSecure

public Boolean getSecure()

withProtocol

public RemoteJmxService withProtocol(JmxProtocol value)

withHost

public RemoteJmxService withHost(String value)

withPort

public RemoteJmxService withPort(Integer value)

withServiceUrl

public RemoteJmxService withServiceUrl(String value)

withSecure

public RemoteJmxService withSecure(Boolean value)

withAuthentication

public RemoteJmxService withAuthentication(Authentication value)


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