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

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


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

TOP

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

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.