validateServerProcess

validateServerProcess(): Boolean;

The validateServerProcess method of the JadeMultiWorkerTcpTransport class validates the server process.

This method is automatically called the first time the beginListening method is called by a process.

The default implementation always returns true. If this method returns false, the process calling the beginListening method receives an exception.