Specifying the socket port for listening to requests
- Useful when a process exports objects:
Manager.setSocketPort(port-number);
- Must be executed before importing or exporting any object.
- Processes which only imports objects don't need to specify the socket
port. A port will be created automatically.
- 5 -