org.openmuc.framework.server.spi
public interface ServerService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
returns the unique Identifier of a server
|
void |
serverMappings(java.util.List<ServerMappingContainer> mappings)
This method is called after registering as a server.
|
void |
updatedConfiguration(java.util.List<ServerMappingContainer> mappings)
This method is called when configuration is updated.
|
java.lang.String getId()
void updatedConfiguration(java.util.List<ServerMappingContainer> mappings)
mappings
- the channels configured be mapped to the servervoid serverMappings(java.util.List<ServerMappingContainer> mappings)
mappings
- the channels configured be mapped to the server