public interface EventInjectorSyslog extends Module
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getBindAddress()
Returns the value of the 'Bind Address' attribute.
|
int |
getPort()
Returns the value of the 'Port' attribute.
|
void |
setBindAddress(String value)
Sets the value of the '
Bind Address' attribute. |
void |
setPort(int value)
Sets the value of the '
Port' attribute. |
String getBindAddress()
If the meaning of the 'Bind Address' attribute isn't clear, there really should be more of a description here...
setBindAddress(String),
InfrastructurePackage.getEventInjectorSyslog_BindAddress()void setBindAddress(String value)
Bind Address' attribute.
value - the new value of the 'Bind Address' attribute.getBindAddress()int getPort()
"20514".
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(int),
InfrastructurePackage.getEventInjectorSyslog_Port()