public interface EventInjectorSyslog extends ApplicationConfiguration
The following features are supported:
OsgiPackage.getEventInjectorSyslog()| Modifier and Type | Method and Description |
|---|---|
String |
getBindAddress()
Returns the value of the 'Bind Address' attribute.
|
Endpoint |
getEndpoint()
Returns the value of the 'Endpoint' reference.
|
void |
setBindAddress(String value)
Sets the value of the '
Bind Address' attribute. |
void |
setEndpoint(Endpoint value)
Sets the value of the '
Endpoint' reference. |
Endpoint getEndpoint()
If the meaning of the 'Endpoint' reference isn't clear, there really should be more of a description here...
setEndpoint(Endpoint),
OsgiPackage.getEventInjectorSyslog_Endpoint()void setEndpoint(Endpoint value)
Endpoint' reference.
value - the new value of the 'Endpoint' reference.getEndpoint()String getBindAddress()
If the meaning of the 'Bind Address' attribute isn't clear, there really should be more of a description here...
setBindAddress(String),
OsgiPackage.getEventInjectorSyslog_BindAddress()void setBindAddress(String value)
Bind Address' attribute.
value - the new value of the 'Bind Address' attribute.getBindAddress()