Beispiel #1
0
 /**
  * Run the server for a given amount of time.
  *
  * @param seconds time (in seconds) to run the server, if <code>0</code> server is run until
  *     destroyed.
  * @throws PVAException exception thrown in case of an unexpected error.
  */
 public void run(int seconds) throws PVAException {
   serverContext.run(seconds);
 }