public interface JMXSettings extends JavaModule
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAuthenticated()
Returns the value of the 'Authenticated' attribute.
|
Integer |
getInstancePortOffset()
Returns the value of the 'Instance Port Offset' attribute.
|
Boolean |
getLocalOnly()
Returns the value of the 'Local Only' attribute.
|
Integer |
getPort()
Returns the value of the 'Port' attribute.
|
Boolean |
getSsl()
Returns the value of the 'Ssl' attribute.
|
boolean |
isAssignNodeHostname()
Returns the value of the 'Assign Node Hostname' attribute.
|
void |
setAssignNodeHostname(boolean value)
Sets the value of the '
Assign Node Hostname' attribute. |
void |
setAuthenticated(Boolean value)
Sets the value of the '
Authenticated' attribute. |
void |
setInstancePortOffset(Integer value)
Sets the value of the '
Instance Port Offset' attribute. |
void |
setLocalOnly(Boolean value)
Sets the value of the '
Local Only' attribute. |
void |
setPort(Integer value)
Sets the value of the '
Port' attribute. |
void |
setSsl(Boolean value)
Sets the value of the '
Ssl' attribute. |
Integer getPort()
setPort(Integer),
InfrastructurePackage.getJMXSettings_Port()void setPort(Integer value)
Port' attribute.
value - the new value of the 'Port' attribute.getPort()Integer getInstancePortOffset()
setInstancePortOffset(Integer),
InfrastructurePackage.getJMXSettings_InstancePortOffset()void setInstancePortOffset(Integer value)
Instance Port Offset' attribute.
value - the new value of the 'Instance Port Offset' attribute.getInstancePortOffset()Boolean getLocalOnly()
If the meaning of the 'Local Only' attribute isn't clear, there really should be more of a description here...
setLocalOnly(Boolean),
InfrastructurePackage.getJMXSettings_LocalOnly()void setLocalOnly(Boolean value)
Local Only' attribute.
value - the new value of the 'Local Only' attribute.getLocalOnly()Boolean getAuthenticated()
If the meaning of the 'Authenticated' attribute isn't clear, there really should be more of a description here...
setAuthenticated(Boolean),
InfrastructurePackage.getJMXSettings_Authenticated()void setAuthenticated(Boolean value)
Authenticated' attribute.
value - the new value of the 'Authenticated' attribute.getAuthenticated()Boolean getSsl()
If the meaning of the 'Ssl' attribute isn't clear, there really should be more of a description here...
setSsl(Boolean),
InfrastructurePackage.getJMXSettings_Ssl()void setSsl(Boolean value)
Ssl' attribute.
value - the new value of the 'Ssl' attribute.getSsl()boolean isAssignNodeHostname()
"false".
If the meaning of the 'Assign Node Hostname' attribute isn't clear, there really should be more of a description here...
setAssignNodeHostname(boolean),
InfrastructurePackage.getJMXSettings_AssignNodeHostname()void setAssignNodeHostname(boolean value)
Assign Node Hostname' attribute.
value - the new value of the 'Assign Node Hostname' attribute.isAssignNodeHostname()