Uses of Class
kieker.webgui.common.exception.InvalidAnalysisStateException

Packages that use InvalidAnalysisStateException
kieker.webgui.service This package contains the interfaces to access the service layer. 
kieker.webgui.service.impl This package contains the actual implementations of the services. 
kieker.webgui.service.impl.utility This package contains utility classes used by the service implementation. 
 

Uses of InvalidAnalysisStateException in kieker.webgui.service
 

Methods in kieker.webgui.service that throw InvalidAnalysisStateException
 void IProjectService.cleanAnalysis(String projectName)
          This method cleans the analysis of the given project.
 void IProjectService.emergencyShutdownOfAnalysis(String projectName)
          Initializes an emergency shutdown.
 Object IProjectService.getDisplay(String projectName, String viewName, String displayName)
          This method delivers the display object of the (currently running) analysis for the given project and the given parameters.
 Object[] IProjectService.getLogEntries(String projectName)
          This method delivers the available log entries of the analysis controller of the given project.
 void IProjectService.initializeAnalysis(String projectName)
          This method initializes the analysis of the given project.
 void IProjectService.reloadDisplays(String projectName)
          Reloads the displays of the given project.
 void IProjectService.startAnalysis(String projectName)
          This method starts the analysis of the given project.
 void IProjectService.stopAnalysis(String projectName)
          This method stops the analysis of the given project.
 

Uses of InvalidAnalysisStateException in kieker.webgui.service.impl
 

Methods in kieker.webgui.service.impl that throw InvalidAnalysisStateException
 void ProjectServiceImpl.cleanAnalysis(String projectName)
           
 void ProjectServiceImpl.emergencyShutdownOfAnalysis(String projectName)
           
 Object ProjectServiceImpl.getDisplay(String projectName, String viewName, String displayName)
           
 Object[] ProjectServiceImpl.getLogEntries(String projectName)
           
 void ProjectServiceImpl.initializeAnalysis(String projectName)
           
 void ProjectServiceImpl.reloadDisplays(String projectName)
           
 void ProjectServiceImpl.startAnalysis(String projectName)
           
 void ProjectServiceImpl.stopAnalysis(String projectName)
           
 

Uses of InvalidAnalysisStateException in kieker.webgui.service.impl.utility
 

Methods in kieker.webgui.service.impl.utility that throw InvalidAnalysisStateException
 void AnalysisManagementService.cleanAnalysis(String projectName)
          This method cleans the analysis for the given project.
 void AnalysisManagementService.emergencyShutdown(String projectName)
          Initializes an emergency shutdown of the analysis.
 Object AnalysisManagementService.getDisplay(String projectName, String viewName, String displayName)
          This method delivers the display object of the (currently running) analysis for the given project and the given parameters.
 Object[] AnalysisManagementService.getLogEntries(String projectName)
          This method delivers the available log entries of the analysis controller of the given project.
 void AnalysisManagementService.initializeAnalysis(String projectName)
          This method initializes the analysis for the given project.
 void AnalysisManagementService.reloadDisplays(String projectName)
          Reloads the displays of the given project.
 void AnalysisManagementService.startAnalysis(String projectName)
          This method starts the analysis for the given project.
 void AnalysisManagementService.stopAnalysis(String projectName)
          This method stops the analysis for the given project.
 



Copyright © 2015. All rights reserved.