Accepting socket connections

The first time an object is exported or imported, the manager launches a thread for accepting connections. This thread:

The client counter part will send the appropiate serializable factory which will create the client connection.

(see method openServerSocket in file Manager.java)


- 10 -