|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectNotExistingException | |
---|---|
kieker.webgui.persistence | This package contains the interfaces to access the persistence layer. |
kieker.webgui.persistence.impl | This package contains the actual implementations of the persistence interfaces. |
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 ProjectNotExistingException in kieker.webgui.persistence |
---|
Methods in kieker.webgui.persistence that throw ProjectNotExistingException | |
---|---|
void |
IProjectDAO.copyProject(String originalProjectName,
String newProjectName)
This method makes a copy of a project and saves it under another name. |
boolean |
IProjectDAO.deleteLibrary(String projectName,
String libName)
Deletes the given library of the given project. |
ClassLoader |
IProjectDAO.getClassLoader(String projectName,
Object requester)
This method delivers a class loader containing the currently available libraries of the given project. |
long |
IProjectDAO.getCurrTimeStamp(String projectName)
Delivers the current time stamp of the given project. |
List<String> |
IProjectDAO.listAllLibraries(String projectName)
This method lists all available libraries of the given project. |
kieker.analysis.model.analysisMetaModel.MIProject |
IProjectDAO.loadProject(String projectName)
This method loads the kax-file for the given project name and delivers an initializes instance of MIProject . |
Object |
IProjectDAO.loadProject(String projectName,
ClassContainer classAndMethodContainer)
This method loads the kax-file for the given project name and delivers an initializes instance of MIProject - but instead of using the "normal" class
loader, it uses the methods and classes stored in the given instance of ClassContainer . |
void |
IProjectDAO.removeProject(String projectName)
This method removes the given project from the application. |
void |
IProjectDAO.saveProject(String projectName,
kieker.analysis.model.analysisMetaModel.MIProject project,
long timeStamp,
boolean overwriteNewerProject,
String username,
String analysisLayout,
String cockpitLayout)
This method tries to save the given model instance for the given project. |
void |
IProjectDAO.uploadLibrary(org.primefaces.model.UploadedFile file,
String projectName)
This method tries to upload a dependency to the given project. |
Uses of ProjectNotExistingException in kieker.webgui.persistence.impl |
---|
Methods in kieker.webgui.persistence.impl that throw ProjectNotExistingException | |
---|---|
void |
FSProjectDAOImpl.copyProject(String originalProjectName,
String newProjectName)
|
boolean |
FSProjectDAOImpl.deleteLibrary(String projectName,
String libName)
|
ClassLoader |
FSProjectDAOImpl.getClassLoader(String projectName,
Object requester)
|
long |
FSProjectDAOImpl.getCurrTimeStamp(String projectName)
|
List<String> |
FSProjectDAOImpl.listAllLibraries(String projectName)
|
kieker.analysis.model.analysisMetaModel.MIProject |
FSProjectDAOImpl.loadProject(String projectName)
|
Object |
FSProjectDAOImpl.loadProject(String projectName,
ClassContainer classAndMethodContainer)
|
void |
FSProjectDAOImpl.removeProject(String projectName)
|
void |
FSProjectDAOImpl.saveProject(String projectName,
kieker.analysis.model.analysisMetaModel.MIProject project,
long timeStamp,
boolean overwriteNewerProject,
String username,
String analysisLayout,
String cockpitLayout)
|
void |
FSProjectDAOImpl.uploadLibrary(org.primefaces.model.UploadedFile file,
String projectName)
|
Uses of ProjectNotExistingException in kieker.webgui.service |
---|
Methods in kieker.webgui.service that throw ProjectNotExistingException | |
---|---|
void |
IProjectService.cleanAnalysis(String projectName)
This method cleans the analysis of the given project. |
void |
IProjectService.copyProject(String originalProjectName,
String newProjectName)
This method makes a copy of a project and saves it under another name. |
boolean |
IProjectService.deleteLibrary(String projectName,
String libName)
Deletes the given library of the given project. |
void |
IProjectService.deleteProject(String projectName)
This method removes the given project from the application. |
void |
IProjectService.emergencyShutdownOfAnalysis(String projectName)
Initializes an emergency shutdown. |
ClassLoader |
IProjectService.getClassLoader(String projectName,
Object requester)
This method delivers a class loader containing the currently available libraries of the given project. |
long |
IProjectService.getCurrTimeStamp(String projectName)
Delivers the current time stamp of the given project. |
String |
IProjectService.getLastUser(String projectName)
Delivers the last user of the given project or a substituion if the meta data is corrupt or missing. |
String |
IProjectService.getOwner(String projectName)
Delivers the owner of the given project or a substituion if the meta data is corrupt or missing. |
void |
IProjectService.initializeAnalysis(String projectName)
This method initializes the analysis of the given project. |
List<String> |
IProjectService.listAllLibraries(String projectName)
This method lists all available libraries of the given project. |
kieker.analysis.model.analysisMetaModel.MIProject |
IProjectService.loadProject(String projectName)
This method loads the kax-file for the given project name and delivers an initializes instance of MIProject . |
void |
IProjectService.renameProject(String originalProjectName,
String newProjectName)
This method renames the given project. |
void |
IProjectService.saveProject(String projectName,
kieker.analysis.model.analysisMetaModel.MIProject project,
long timeStamp,
boolean overwriteNewerProject,
String username,
String analysisLayout,
String cockpitLayout)
This method tries to save the given model instance for 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. |
void |
IProjectService.uploadLibrary(org.primefaces.model.UploadedFile file,
String projectName)
This method tries to upload a dependency to the given project. |
Uses of ProjectNotExistingException in kieker.webgui.service.impl |
---|
Methods in kieker.webgui.service.impl that throw ProjectNotExistingException | |
---|---|
void |
ProjectServiceImpl.cleanAnalysis(String projectName)
|
void |
ProjectServiceImpl.copyProject(String originalProjectName,
String newProjectName)
|
boolean |
ProjectServiceImpl.deleteLibrary(String projectName,
String libName)
|
void |
ProjectServiceImpl.deleteProject(String projectName)
|
void |
ProjectServiceImpl.emergencyShutdownOfAnalysis(String projectName)
|
ClassLoader |
ProjectServiceImpl.getClassLoader(String projectName,
Object requester)
|
long |
ProjectServiceImpl.getCurrTimeStamp(String projectName)
|
String |
ProjectServiceImpl.getLastUser(String projectName)
|
String |
ProjectServiceImpl.getOwner(String projectName)
|
void |
ProjectServiceImpl.initializeAnalysis(String projectName)
|
List<String> |
ProjectServiceImpl.listAllLibraries(String projectName)
|
kieker.analysis.model.analysisMetaModel.MIProject |
ProjectServiceImpl.loadProject(String projectName)
|
void |
ProjectServiceImpl.renameProject(String originalProjectName,
String newProjectName)
|
void |
ProjectServiceImpl.saveProject(String projectName,
kieker.analysis.model.analysisMetaModel.MIProject project,
long timeStamp,
boolean overwriteNewerProject,
String username,
String analysisLayout,
String cockpitLayout)
|
void |
ProjectServiceImpl.startAnalysis(String projectName)
|
void |
ProjectServiceImpl.stopAnalysis(String projectName)
|
void |
ProjectServiceImpl.uploadLibrary(org.primefaces.model.UploadedFile file,
String projectName)
|
Uses of ProjectNotExistingException in kieker.webgui.service.impl.utility |
---|
Methods in kieker.webgui.service.impl.utility that throw ProjectNotExistingException | |
---|---|
void |
AnalysisManagementService.initializeAnalysis(String projectName)
This method initializes the analysis for the given project. |
Constructors in kieker.webgui.service.impl.utility that throw ProjectNotExistingException | |
---|---|
Analysis(String projectName,
IProjectDAO projectDAO)
Creates a new analysis using the given parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |