org.openmuc.framework.server.spi
public class ServerMappingContainer extends java.lang.Object
Constructor and Description |
---|
ServerMappingContainer(org.openmuc.framework.dataaccess.Channel channel,
org.openmuc.framework.config.ServerMapping serverMapping) |
Modifier and Type | Method and Description |
---|---|
org.openmuc.framework.dataaccess.Channel |
getChannel()
The mapped Channel
|
org.openmuc.framework.config.ServerMapping |
getServerMapping()
The serverMapping that the channel should be mapped to.
|