Пример #1
0
 /** Stop stream service implementation. */
 private void stopImpl() {
   logger.logTraceId();
   try {
     server.stop(Boolean.TRUE);
   } catch (final Throwable t) {
     throw new StreamException(t);
   } finally {
     server = null;
   }
 }