@ReferenceConstraint(skipDuringCreation=true, payload=JmxConnector.class) public interface JmxConnector extends ConfigBeanProxy, Named, PropertyBag, javax.validation.Payload
ConfigBeanProxy.Duck
PropertyBag.Duck
Modifier and Type | Field and Description |
---|---|
static String |
PORT_PATTERN |
Modifier and Type | Method and Description |
---|---|
String |
getAcceptAll()
Gets the value of the acceptAll property.
|
@NotNull String |
getAddress()
Gets the value of the address property.
|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String |
getAuthRealmName()
Deprecated.
|
String |
getEnabled()
Gets the value of the enabled property.
|
@Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]",message="{port-pattern}",payload=JmxConnector.class) String |
getPort()
Gets the value of the port property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
String |
getProtocol()
Gets the value of the protocol property.
|
String |
getSecurityEnabled()
Gets the value of the securityEnabled property.
|
Ssl |
getSsl()
Gets the value of the ssl property.
|
void |
setAcceptAll(String value)
Sets the value of the acceptAll property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAuthRealmName(String value)
Sets the value of the authRealmName property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setPort(String value)
Sets the value of the port property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setSecurityEnabled(String value)
Sets the value of the securityEnabled property.
|
void |
setSsl(Ssl value)
Sets the value of the ssl property.
|
createChild, deepCopy, getParent, getParent
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
static final String PORT_PATTERN
String getEnabled()
String
void setEnabled(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getProtocol()
String
void setProtocol(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@NotNull @NotNull String getAddress()
String
void setAddress(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]", message="{port-pattern}", payload=JmxConnector.class) @Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]",message="{port-pattern}",payload=JmxConnector.class) String getPort()
String
void setPort(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getAcceptAll()
String
void setAcceptAll(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Deprecated @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") @ReferenceConstraint.RemoteKey(message="{resourceref.invalid.auth-realm-name}", type=AuthRealm.class) @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getAuthRealmName()
void setAuthRealmName(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getSecurityEnabled()
String
void setSecurityEnabled(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
void setSsl(Ssl value) throws PropertyVetoException
value
- allowed object is Ssl
PropertyVetoException
@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBag
getProperty
in interface PropertyBag
Copyright © 2019. All rights reserved.