| Server |
Server acts as a composite for many services that are all combined in one
domain |
| ServerRegistry |
ServerRegistry keeps track of running servers |
| ServerServiceProxy |
ServerServiceProxy handles client requests to a certain service and its
responses |
| AbstractServerServiceProxy |
AbstractServerServiceProxy offers default implementations of some methods
needed when implementing the ServerServiceProxy interface |
| ReservedHostException |
ReservedHostException is thrown if a server tries to run itself on a host
that is already in use |
| ReservedServiceException |
ReservedServiceException is thrown if a service with a specific name on
a specific server is already in use |

