Ejemplo n.º 1
0
 /**
  * Start a new server on the local node
  *
  * @param n Local node representation where to open a connection
  * @throws es.bsc.comm.CommException Exception during the server socket creation. Further details
  *     on the exception cause.
  */
 public static void startServer(Node n) throws CommException {
   em.startServer(n);
 }