Package org.eclipse.orion.server.logs.jobs

Examples of org.eclipse.orion.server.logs.jobs.LoggerJob


    String loggerName = path.segment(0);

    try {
      return TaskJobHandler.handleTaskJob(request, response,
          new LoggerJob(TaskJobHandler.getUserId(request),
              logService, getURI(request), loggerName),
          statusHandler);
    } catch (Exception e) {
      final ServerStatus error = new ServerStatus(IStatus.ERROR,
          HttpServletResponse.SC_INTERNAL_SERVER_ERROR,
View Full Code Here

TOP

Related Classes of org.eclipse.orion.server.logs.jobs.LoggerJob

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.