|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v4_0.jmx.RemoteJmxService
public class RemoteJmxService
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 |
|---|
protected JmxProtocol protocol
protected String host
protected Integer port
protected String serviceUrl
protected Boolean secure
protected Authentication authentication
| Constructor Detail |
|---|
public RemoteJmxService()
| Method Detail |
|---|
public JmxProtocol getProtocol()
JmxProtocolpublic void setProtocol(JmxProtocol value)
value - allowed object is
JmxProtocolpublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic Integer getPort()
Stringpublic void setPort(Integer value)
value - allowed object is
Stringpublic String getServiceUrl()
Stringpublic void setServiceUrl(String value)
value - allowed object is
Stringpublic Boolean isSecure()
Stringpublic void setSecure(Boolean value)
value - allowed object is
Stringpublic Authentication getAuthentication()
Authenticationpublic void setAuthentication(Authentication value)
value - allowed object is
Authenticationpublic Boolean getSecure()
public RemoteJmxService withProtocol(JmxProtocol value)
public RemoteJmxService withHost(String value)
public RemoteJmxService withPort(Integer value)
public RemoteJmxService withServiceUrl(String value)
public RemoteJmxService withSecure(Boolean value)
public RemoteJmxService withAuthentication(Authentication value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||