public interface IiopListener extends ConfigBeanProxy, PropertyBag, javax.validation.Payload
ConfigBeanProxy.DuckPropertyBag.Duck| Modifier and Type | Field and Description |
|---|---|
static String |
PORT_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
getAddress()
Gets the value of the address property.
|
String |
getEnabled()
Gets the value of the enabled property.
|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String |
getId()
Gets the value of the id property.
|
String |
getLazyInit()
Gets the value of lazyInit property
if false, this listener is started during server startup
|
@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=IiopListener.class) String |
getPort()
Gets the value of the port property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
String |
getSecurityEnabled()
Gets the value of the securityEnabled property.
|
Ssl |
getSsl()
Gets the value of the ssl property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLazyInit(String value)
Sets the value of lazyInit property
Specify is this listener should be started as part of server startup or not
|
void |
setPort(String value)
Sets the value of the port 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, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertystatic final String PORT_PATTERN
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getId()
Stringvoid setId(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull @NotNull String getAddress()
Stringvoid setAddress(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@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=IiopListener.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=IiopListener.class) String getPort()
Stringvoid setPort(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSecurityEnabled()
Stringvoid setSecurityEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getEnabled()
Stringvoid setEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionSsl getSsl()
Sslvoid setSsl(Ssl value) throws PropertyVetoException
value - allowed object is
SslPropertyVetoExceptionString getLazyInit()
void setLazyInit(String value) throws PropertyVetoException
value - true if the listener is to be started lazily; false otherwisePropertyVetoException@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBaggetProperty in interface PropertyBagCopyright © 2019. All rights reserved.