|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProjectDAO | |
---|---|
kieker.webgui.persistence.impl | This package contains the actual implementations of the persistence interfaces. |
kieker.webgui.service.impl.utility | This package contains utility classes used by the service implementation. |
Uses of IProjectDAO in kieker.webgui.persistence.impl |
---|
Classes in kieker.webgui.persistence.impl that implement IProjectDAO | |
---|---|
class |
FSProjectDAOImpl
This is an implementation of the IProjectDAO interface, which uses the file system to store the available projects and everything. |
Uses of IProjectDAO in kieker.webgui.service.impl.utility |
---|
Methods in kieker.webgui.service.impl.utility with parameters of type IProjectDAO | |
---|---|
void |
Analysis.reloadDisplays(String projectName,
IProjectDAO projectDAO)
Reloads the displays of the given project. |
Constructors in kieker.webgui.service.impl.utility with parameters of type IProjectDAO | |
---|---|
Analysis(String projectName,
IProjectDAO projectDAO)
Creates a new analysis using the given parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |