public interface OutputChannelServer
| Modifier and Type | Method and Description |
|---|---|
OutputChannel |
getOutputChannel(java.lang.String ecuConfigurationName,
java.lang.String outputChannelName)
returns the
OutputChannel belonging to the provided
ecuConfiguration Name |
java.lang.String[] |
getOutputChannels(java.lang.String ecuConfigurationName)
returns a String[] of all OutputChannels available for the provided ecuName
|
void |
subscribe(java.lang.String ecuConfigurationName,
java.lang.String outputChannelName,
OutputChannelClient client) |
void |
unsubscribe(OutputChannelClient listener)
unsubscribe a listener, it will no longer receive updated
values for any OutputChannels
|
void |
unsubscribeConfiguration(java.lang.String ecuConfigurationName)
all listeners for the provided ecuConfigurationName
|
void subscribe(java.lang.String ecuConfigurationName,
java.lang.String outputChannelName,
OutputChannelClient client)
throws ControllerException
ControllerExceptionvoid unsubscribeConfiguration(java.lang.String ecuConfigurationName)
void unsubscribe(OutputChannelClient listener)
java.lang.String[] getOutputChannels(java.lang.String ecuConfigurationName)
throws ControllerException
ControllerExceptionOutputChannel getOutputChannel(java.lang.String ecuConfigurationName, java.lang.String outputChannelName) throws ControllerException
OutputChannel belonging to the provided
ecuConfiguration NameControllerException