A C D E F G H I J K L M N P R S T U V X

A

AbstractAnalysisComponentDecorator<T extends kieker.analysis.model.analysisMetaModel.MIAnalysisComponent> - Class in kieker.webgui.domain.pluginDecorators
This is the abstract base for all other decorators which decorate the components from the analysis meta model.
AbstractAnalysisComponentDecorator(T, Map<String, String>, String, String, boolean) - Constructor for class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
Constructor to instantiate the fields of this class.
AbstractEditorCommand - Class in kieker.webgui.web.utility.command
This is the abstract base for all other editor commands within this application.
AbstractEditorCommand() - Constructor for class kieker.webgui.web.utility.command.AbstractEditorCommand
Creates a new instance of this class.
AbstractKiekerWebGUIException - Exception in kieker.webgui.common.exception
This is the abstract base for all other exceptions used in this web application.
AbstractKiekerWebGUIException() - Constructor for exception kieker.webgui.common.exception.AbstractKiekerWebGUIException
Creates a new instance of this exception without detail message.
AbstractKiekerWebGUIException(String) - Constructor for exception kieker.webgui.common.exception.AbstractKiekerWebGUIException
Creates a new instance of this class using the given detail message.
AbstractKiekerWebGUIException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.AbstractKiekerWebGUIException
Creates a new instance of this class using the given detail message and cause.
AbstractPluginDecorator<T extends kieker.analysis.model.analysisMetaModel.MIPlugin> - Class in kieker.webgui.domain.pluginDecorators
This is the abstract base for all other decorators which decorate the plugins from the analysis meta model.
AbstractPluginDecorator(T, Map<String, String>, String, String, boolean, Map<String, String>) - Constructor for class kieker.webgui.domain.pluginDecorators.AbstractPluginDecorator
Constructor to instantiate the fields of this class.
AbstractProjectBean - Class in kieker.webgui.web.beans.request.project
 
AbstractProjectBean() - Constructor for class kieker.webgui.web.beans.request.project.AbstractProjectBean
Default constructor.
AbstractUserBean - Class in kieker.webgui.web.beans.request.user
This is the abstract base for the other request scoped user beans.
AbstractUserBean() - Constructor for class kieker.webgui.web.beans.request.user.AbstractUserBean
Default constructor.
AbstractViewBean - Class in kieker.webgui.web.beans.request.view
This is the abstract base for the other request scoped view beans.
AbstractViewBean() - Constructor for class kieker.webgui.web.beans.request.view.AbstractViewBean
Default constructor.
addBendPoint(float, float) - Method in class kieker.webgui.service.impl.utility.model.Edge
Adds a bend point to the edge.
addComponent(MIReader) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Adds a reader to the graph.
addComponent(MIFilter) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Adds a filter to the graph.
addComponent(MIRepository) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Adds a repository to the graph.
addConnection(MIPlugin, MIPlugin, MIOutputPort, MIInputPort) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Adds a connection between two components to the graph.
addConnection(MIPlugin, MIRepository, MIRepositoryConnector) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Adds a connection between two components to the graph.
addDisplayConnector(MIView, MIDisplayConnector, int) - Method in class kieker.webgui.web.utility.CockpitLayout
Adds a display connector to the layout.
addDisplayToView(MIDisplay) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
This method adds the given display to the currently active view.
addEdge(Edge) - Method in class kieker.webgui.service.impl.utility.model.Graph
Adds an Edge to the list of Edges.
addFilter(FilterDecorator) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
This method adds a new filter to the current model, using the given container to create it.
addGlobalConfigurationInstance(MIAnalysisComponent) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Adds a non removable node for the global configuration of the project.
addGraphListener(IGraphListener) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Adds a listener to the graph.
addInputPorts(Graph, int, int) - Method in class kieker.webgui.service.impl.utility.model.Node
Creates a set of input Ports to the node.
addNode(Node) - Method in class kieker.webgui.service.impl.utility.model.Graph
Adds a Node to the list of Nodes.
addOutputPorts(Graph, int, int) - Method in class kieker.webgui.service.impl.utility.model.Node
Creates a set of output Ports to the node.
AddPluginCommand - Class in kieker.webgui.web.utility.command
 
AddPluginCommand(MIProject, MIPlugin, AnalysisEditorGraphBean) - Constructor for class kieker.webgui.web.utility.command.AddPluginCommand
Creates a new instance of this class using the given parameters.
addProject(String, String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
addProject(String, String) - Method in interface kieker.webgui.persistence.IProjectDAO
This method adds a new project to the application.
addProject(String, String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
addProject(String, String) - Method in interface kieker.webgui.service.IProjectService
This method adds a new project to the application.
addProject(MIProject) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Adds a project to the graph.
addProject(NewProjectBean) - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
Adds a project to the application, using the given project bean.
addReader(ReaderDecorator) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
This method adds a new reader to the current model, using the given container to create it.
addRepository(RepositoryDecorator) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
This method adds a new repository to the current model, using the given container to create it.
addRepositoryPorts(Graph, int, int) - Method in class kieker.webgui.service.impl.utility.model.Node
Creates a set of repository Ports to the node.
addUser(User) - Method in class kieker.webgui.persistence.impl.DerbyUserDAOImpl
 
addUser(User) - Method in interface kieker.webgui.persistence.IUserDAO
Adds a user to the system.
addUser(User) - Method in class kieker.webgui.service.impl.UserServiceImpl
 
addUser(User) - Method in interface kieker.webgui.service.IUserService
Adds a user to the system.
addUser(NewUserBean) - Method in class kieker.webgui.web.beans.view.UserManagementBean
This method adds the given user to the database and informs about success via the growl component.
addView(NewViewBean) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
This method adds a new view to the project.
addView(MIView) - Method in class kieker.webgui.web.utility.CockpitLayout
Adds a view to manage.
Analysis - Class in kieker.webgui.service.impl.utility
This class represents an initialized analysis within the web application.
Analysis(String, IProjectDAO) - Constructor for class kieker.webgui.service.impl.utility.Analysis
Creates a new analysis using the given parameters.
analysisComponent - Variable in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
The component wrapped by this decorator.
AnalysisDisplayReloadException - Exception in kieker.webgui.common.exception
This exception can be thrown to indicate that an analysis could not reload the displays.
AnalysisDisplayReloadException() - Constructor for exception kieker.webgui.common.exception.AnalysisDisplayReloadException
Creates a new instance of this exception without detail message.
AnalysisDisplayReloadException(String) - Constructor for exception kieker.webgui.common.exception.AnalysisDisplayReloadException
Creates a new instance of this class using the given detail message.
AnalysisDisplayReloadException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.AnalysisDisplayReloadException
Creates a new instance of this class using the given detail message and cause.
AnalysisEditorBean - Class in kieker.webgui.web.beans.view
This bean contains the necessary data behind an instance of the analysis editor.
AnalysisEditorBean() - Constructor for class kieker.webgui.web.beans.view.AnalysisEditorBean
Creates a new instance of this class.
AnalysisEditorGraphBean - Class in kieker.webgui.web.beans.view
This bean contains the necessary data behind an graph of the analysis editor.
AnalysisEditorGraphBean() - Constructor for class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Creates a new instance of this class.
AnalysisEditorHistoryBean - Class in kieker.webgui.web.beans.view
This bean contains the necessary data behind an instance of the analysis editor for the undo and redo operations.

The class is a Spring managed bean with view scope to make sure that one user (even in one session) can open multiple projects at a time without causing any problems.
AnalysisEditorHistoryBean() - Constructor for class kieker.webgui.web.beans.view.AnalysisEditorHistoryBean
Creates a new instance of this class.
AnalysisInitializationException - Exception in kieker.webgui.common.exception
This exception can be thrown if an analysis could not be initialized.
AnalysisInitializationException() - Constructor for exception kieker.webgui.common.exception.AnalysisInitializationException
Creates a new instance of this exception without detail message.
AnalysisInitializationException(String) - Constructor for exception kieker.webgui.common.exception.AnalysisInitializationException
Creates a new instance of this class using the given detail message.
AnalysisInitializationException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.AnalysisInitializationException
Creates a new instance of this class using the given detail message and cause.
AnalysisManagementService - Class in kieker.webgui.service.impl.utility
This manager is a service which is responsible for the currently used and running instances of AnalysisController.
AnalysisManagementService() - Constructor for class kieker.webgui.service.impl.utility.AnalysisManagementService
Default constructor.
applyLayout(Graph, AbstractLayoutProvider) - Static method in class kieker.webgui.service.impl.utility.KielerInterface
Calls a layout procedure on the Graphs KIELER representation and updates our graph representation.

C

changeUserEnableState(User) - Method in class kieker.webgui.web.beans.view.UserManagementBean
This method changes the enabled state of the given user and informs about success via the growl component.
checkString(Object) - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
This method verifies whether the given object is an instance of String or not.
Class2ModelInstanceConverter - Class in kieker.webgui.persistence.impl.utility
This service provides methods to convert a given Class instance (the one from a reflection loaded repository or plugin) to a meta model instance.
Class2ModelInstanceConverter() - Constructor for class kieker.webgui.persistence.impl.utility.Class2ModelInstanceConverter
Default constructor.
ClassContainer - Class in kieker.webgui.common
This is a container which contains various classes.
ClassContainer(ClassLoader) - Constructor for class kieker.webgui.common.ClassContainer
Creates a new instance of this class, using the given class loader.
cleanAnalysis(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
cleanAnalysis(String) - Method in class kieker.webgui.service.impl.utility.AnalysisManagementService
This method cleans the analysis for the given project.
cleanAnalysis(String) - Method in interface kieker.webgui.service.IProjectService
This method cleans the analysis of the given project.
cleanAnalysis() - Method in class kieker.webgui.web.beans.view.ControllerBean
This method cleans the current analysis instance.
close() - Method in class kieker.webgui.persistence.impl.utility.CloseableURLClassLoader
 
CloseableURLClassLoader - Class in kieker.webgui.persistence.impl.utility
This is a class loader which enriches the URLClassLoader with a close-method.
CloseableURLClassLoader(URL[]) - Constructor for class kieker.webgui.persistence.impl.utility.CloseableURLClassLoader
Creates a new class loader with the given URLs and without a parent class loader.
CloseableURLClassLoader(URL[], ClassLoader) - Constructor for class kieker.webgui.persistence.impl.utility.CloseableURLClassLoader
Creates a new class loader with the given URLs and the given parent class loader.
CockpitBean - Class in kieker.webgui.web.beans.view
This class is a Spring managed bean containing the necessary data behind an instance of the cockpit.

It has view scope to make sure that one user (even in one session) can open multiple projects at a time without causing any problems.
CockpitBean() - Constructor for class kieker.webgui.web.beans.view.CockpitBean
Creates a new instance of this class.
CockpitEditorBean - Class in kieker.webgui.web.beans.view
The CockpitEditorBean contains the necessary data behind an instance of the cockpit editor.

The class is a Spring managed bean with view scope to make sure that one user (even in one session) can open multiple projects at a time without causing any problems.
CockpitEditorBean() - Constructor for class kieker.webgui.web.beans.view.CockpitEditorBean
Creates a new instance of this class.
CockpitLayout - Class in kieker.webgui.web.utility
This is a helper class to manage and modify the layout of the cockpit.
CockpitLayout(MIProject, String, int) - Constructor for class kieker.webgui.web.utility.CockpitLayout
Creates a new instance of this class using the given parameters.
componentDeletedEvent(MIAnalysisComponent) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
componentDeletedEvent(MIAnalysisComponent) - Method in class kieker.webgui.web.beans.view.AnalysisEditorHistoryBean
 
componentDeletedEvent(MIAnalysisComponent) - Method in interface kieker.webgui.web.utility.IGraphListener
An event occurring when a component has been deleted.
ComponentListContainer - Class in kieker.webgui.domain
This is a container for multiple ReaderDecorator, FilterDecorator or RepositoryDecorator instances.
ComponentListContainer(List<ReaderDecorator>, List<FilterDecorator>, List<RepositoryDecorator>, List<VisualizationDecorator>) - Constructor for class kieker.webgui.domain.ComponentListContainer
 
componentSelectedEvent(MIAnalysisComponent) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
componentSelectedEvent(MIAnalysisComponent) - Method in class kieker.webgui.web.beans.view.AnalysisEditorHistoryBean
 
componentSelectedEvent(MIAnalysisComponent) - Method in interface kieker.webgui.web.utility.IGraphListener
An event occurring when a component has been selected.
connectionAddedEvent(MIRepositoryConnector, MIRepository) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
connectionAddedEvent(MIOutputPort, MIInputPort) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
connectionAddedEvent(MIRepositoryConnector, MIRepository) - Method in class kieker.webgui.web.beans.view.AnalysisEditorHistoryBean
 
connectionAddedEvent(MIOutputPort, MIInputPort) - Method in class kieker.webgui.web.beans.view.AnalysisEditorHistoryBean
 
connectionAddedEvent(MIRepositoryConnector, MIRepository) - Method in interface kieker.webgui.web.utility.IGraphListener
An event occurring when a connection has been created.
connectionAddedEvent(MIOutputPort, MIInputPort) - Method in interface kieker.webgui.web.utility.IGraphListener
An event occurring when a connection has been created.
connectionDeletedEvent(MIRepositoryConnector, MIRepository) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
connectionDeletedEvent(MIOutputPort, MIInputPort) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
connectionDeletedEvent(MIRepositoryConnector, MIRepository) - Method in class kieker.webgui.web.beans.view.AnalysisEditorHistoryBean
 
connectionDeletedEvent(MIOutputPort, MIInputPort) - Method in class kieker.webgui.web.beans.view.AnalysisEditorHistoryBean
 
connectionDeletedEvent(MIRepositoryConnector, MIRepository) - Method in interface kieker.webgui.web.utility.IGraphListener
An event occurring when a connection has been deleted.
connectionDeletedEvent(MIOutputPort, MIInputPort) - Method in interface kieker.webgui.web.utility.IGraphListener
An event occurring when a connection has been deleted.
contextDestroyed(ServletContextEvent) - Method in class kieker.webgui.common.EnvironmentLoaderListener
 
contextInitialized(ServletContextEvent) - Method in class kieker.webgui.common.EnvironmentLoaderListener
 
ControllerBean - Class in kieker.webgui.web.beans.view
The ControllerBean contains the necessary data behind an instance of the analysis controller.
ControllerBean() - Constructor for class kieker.webgui.web.beans.view.ControllerBean
Creates a new instance of this class.
convert(String, String) - Static method in class kieker.webgui.service.impl.utility.converter.GraphStringConverter
Converts strings to a Graph Object.
convertFilterClass2ModelInstance(Class<?>, ClassContainer) - Method in class kieker.webgui.persistence.impl.utility.Class2ModelInstanceConverter
Converts the given AbstractFilterPlugin instance into a model instance using the given parameters.
convertLayoutedGraphToString(Graph) - Static method in class kieker.webgui.service.impl.utility.converter.ResultStringConverter
Converts a Graph to a string.
convertObjectsFromParameterMap(String[], Class<?>[]) - Static method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
This method reads parameters from the request parameter map of the current context.
convertReaderClass2ModelInstance(Class<?>, ClassContainer) - Method in class kieker.webgui.persistence.impl.utility.Class2ModelInstanceConverter
Converts the given AbstractReaderPlugin class instance into a model instance using the given parameters.
convertRepositoryClass2ModelInstance(Class<?>, ClassContainer) - Method in class kieker.webgui.persistence.impl.utility.Class2ModelInstanceConverter
Converts the given AbstractRepository instance into a model instance using the given parameters.
convertVisualizationClass2ModelInstance(Class<?>, ClassContainer) - Method in class kieker.webgui.persistence.impl.utility.Class2ModelInstanceConverter
 
copy() - Method in class kieker.webgui.domain.User
Delivers a copy of this user, but with empty password field.
copyProject(String, String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
copyProject(String, String) - Method in interface kieker.webgui.persistence.IProjectDAO
This method makes a copy of a project and saves it under another name.
copyProject(String, String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
copyProject(String, String) - Method in interface kieker.webgui.service.IProjectService
This method makes a copy of a project and saves it under another name.
copyProject(CopyProjectBean) - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
This method copies the current project.
CopyProjectBean - Class in kieker.webgui.web.beans.request.project
This class is a request scoped Spring bean to store the properties of a project during a single request.
CopyProjectBean() - Constructor for class kieker.webgui.web.beans.request.project.CopyProjectBean
Creates a new instance of this class.
copyView(CopyViewBean) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
Copies a view.
CopyViewBean - Class in kieker.webgui.web.beans.request.view
 
CopyViewBean() - Constructor for class kieker.webgui.web.beans.request.view.CopyViewBean
Creates a new instance of this bean and initializes it with default values.
createComponent() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
Inheriting classes should implement this method to deliver the actual copy (without further properties) of the wrapped component.
createComponent() - Method in class kieker.webgui.domain.pluginDecorators.FilterDecorator
 
createComponent() - Method in class kieker.webgui.domain.pluginDecorators.ReaderDecorator
 
createComponent() - Method in class kieker.webgui.domain.pluginDecorators.RepositoryDecorator
 

D

DataAccessException - Exception in kieker.webgui.common.exception
This exception can be thrown if an access to the data source failed.
DataAccessException() - Constructor for exception kieker.webgui.common.exception.DataAccessException
Creates a new instance of this exception without detail message.
DataAccessException(String) - Constructor for exception kieker.webgui.common.exception.DataAccessException
Creates a new instance of this class using the given detail message.
DataAccessException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.DataAccessException
Creates a new instance of this class using the given detail message and cause.
declareGraph() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Declares the graph.
deleteComponent(MIAnalysisComponent) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Deletes a component from the graph.
deleteConnection(MIPlugin, MIPlugin, MIOutputPort, MIInputPort) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Deletes a connection between two components within the graph.
deleteConnection(MIPlugin, MIRepository, MIRepositoryConnector) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Deletes a connection between two components within the graph.
deleteLibrary(String, String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
deleteLibrary(String, String) - Method in interface kieker.webgui.persistence.IProjectDAO
Deletes the given library of the given project.
deleteLibrary(String, String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
deleteLibrary(String, String) - Method in interface kieker.webgui.service.IProjectService
Deletes the given library of the given project.
deleteLibrary(String) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
Removes the library with the given name and reloads the available components.
DeletePluginCommand - Class in kieker.webgui.web.utility.command
 
DeletePluginCommand(MIProject, MIPlugin, AnalysisEditorGraphBean) - Constructor for class kieker.webgui.web.utility.command.DeletePluginCommand
Creates a new instance of this class using the given parameters.
deleteProject(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
deleteProject(String) - Method in interface kieker.webgui.service.IProjectService
This method removes the given project from the application.
deleteUser(User) - Method in class kieker.webgui.persistence.impl.DerbyUserDAOImpl
 
deleteUser(User) - Method in interface kieker.webgui.persistence.IUserDAO
Deletes a user from the system.
deleteUser(User) - Method in class kieker.webgui.service.impl.UserServiceImpl
 
deleteUser(User) - Method in interface kieker.webgui.service.IUserService
Deletes a user from the system.
deleteUser() - Method in class kieker.webgui.web.beans.view.UserManagementBean
This method removes the currently selected user from the database and informs about success via the growl component.
deleteView(MIView) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
Deletes the given view from the model.
delProject() - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
This method deletes the current project.
DerbyUserDAOImpl - Class in kieker.webgui.persistence.impl
This service uses Apache Derby to persist and manage the available users.
DerbyUserDAOImpl() - Constructor for class kieker.webgui.persistence.impl.DerbyUserDAOImpl
Default constructor.
DisplayType - Enum in kieker.webgui.domain
This enumeration represents the different display types within Kieker.

E

eAdapters() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eAllContents() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eClass() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eContainer() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eContainingFeature() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eContainmentFeature() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eContents() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eCrossReferences() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eDeliver() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
Edge - Class in kieker.webgui.service.impl.utility.model
Objects of this class represent directed edges between Ports or Nodes without Ports.
Edge(Node, Node, Port, Port) - Constructor for class kieker.webgui.service.impl.utility.model.Edge
Constructor for an Edge.
EDGE_ROUTING - Static variable in class kieker.webgui.service.impl.utility.model.Graph
 
editUser() - Method in class kieker.webgui.web.beans.view.UserManagementBean
This method edits the currently selected user within the database and informs about success via the growl component.
EditUserBean - Class in kieker.webgui.web.beans.request.user
 
EditUserBean() - Constructor for class kieker.webgui.web.beans.request.user.EditUserBean
Creates a new instance of this bean and initializes it with default values.
EditUserPasswordBean - Class in kieker.webgui.web.beans.request.user
 
EditUserPasswordBean() - Constructor for class kieker.webgui.web.beans.request.user.EditUserPasswordBean
Creates a new instance of this bean and initializes it with default values.
editUserWithoutPassword(User) - Method in class kieker.webgui.persistence.impl.DerbyUserDAOImpl
 
editUserWithoutPassword(User) - Method in interface kieker.webgui.persistence.IUserDAO
Edits a given user, but does not change the password.
editUserWithoutPassword(User) - Method in class kieker.webgui.service.impl.UserServiceImpl
 
editUserWithoutPassword(User) - Method in interface kieker.webgui.service.IUserService
Edits a given user, but does not change the password.
editUserWithPassword(User) - Method in class kieker.webgui.persistence.impl.DerbyUserDAOImpl
 
editUserWithPassword(User) - Method in interface kieker.webgui.persistence.IUserDAO
Edits a given user and changes the password as well.
editUserWithPassword(User) - Method in class kieker.webgui.service.impl.UserServiceImpl
 
editUserWithPassword(User) - Method in interface kieker.webgui.service.IUserService
Edits a given user and changes the password as well.
editUserWithPassword() - Method in class kieker.webgui.web.beans.view.UserManagementBean
This method edits the currently selected user within the database and informs about success via the growl component.
editView(EditViewBean) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
Edits an existing view.
EditViewBean - Class in kieker.webgui.web.beans.request.view
 
EditViewBean() - Constructor for class kieker.webgui.web.beans.request.view.EditViewBean
Creates a new instance of this bean and initializes it with default values.
eGet(EStructuralFeature) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eGet(EStructuralFeature, boolean) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eInvoke(EOperation, EList<?>) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eIsProxy() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eIsSet(EStructuralFeature) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
emergencyShutdown() - Method in class kieker.webgui.service.impl.utility.Analysis
Initializes an emergency shutdown.
emergencyShutdown(String) - Method in class kieker.webgui.service.impl.utility.AnalysisManagementService
Initializes an emergency shutdown of the analysis.
emergencyShutdown() - Method in class kieker.webgui.web.beans.view.ControllerBean
Initializes an emergency shutdown.
emergencyShutdownOfAnalysis(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
emergencyShutdownOfAnalysis(String) - Method in interface kieker.webgui.service.IProjectService
Initializes an emergency shutdown.
EMPTY_CONTAINER - Static variable in class kieker.webgui.domain.ComponentListContainer
This constant represents an immutable and empty container.
eNotify(Notification) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
EnvironmentLoaderListener - Class in kieker.webgui.common
This is a context listener, which will be activated during the initialization of the application.
EnvironmentLoaderListener() - Constructor for class kieker.webgui.common.EnvironmentLoaderListener
Creates a new instance of this class.
eResource() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eSet(EStructuralFeature, Object) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eSetDeliver(boolean) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
eUnset(EStructuralFeature) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
execute() - Method in class kieker.webgui.web.utility.command.AbstractEditorCommand
Executes this command.
execute() - Method in class kieker.webgui.web.utility.command.AddPluginCommand
 
execute() - Method in class kieker.webgui.web.utility.command.DeletePluginCommand
 

F

FACTORY - Static variable in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
The singleton factory to create components.
FilterDecorator - Class in kieker.webgui.domain.pluginDecorators
This is the actual decorator which decorates an MIFilter instance with some more properties and methods.
FilterDecorator(MIFilter, Map<String, String>, String, String, boolean, Map<String, String>) - Constructor for class kieker.webgui.domain.pluginDecorators.FilterDecorator
Constructor to instantiate the fields of this class.
FSProjectDAOImpl - Class in kieker.webgui.persistence.impl
This is an implementation of the IProjectDAO interface, which uses the file system to store the available projects and everything.
FSProjectDAOImpl() - Constructor for class kieker.webgui.persistence.impl.FSProjectDAOImpl
Default constructor.

G

get(String, ObjectFactory<?>) - Method in class kieker.webgui.web.utility.ViewScope
 
getAbstractFilterPluginClass() - Method in class kieker.webgui.common.ClassContainer
 
getAbstractReaderPluginClass() - Method in class kieker.webgui.common.ClassContainer
 
getAbstractRepositoryClass() - Method in class kieker.webgui.common.ClassContainer
 
getAbstractWebVisualizationFilterPluginClass() - Method in class kieker.webgui.common.ClassContainer
 
getActiveView() - Method in class kieker.webgui.web.beans.view.CockpitBean
 
getActiveView() - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
 
getAdvancedPluginProperties() - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
This method delivers the properties of the currently selected plugin, but it adds also the name- and the class-properties as a string to the list.
getAllFiltersWithinJar(URL, ClassLoader, ClassContainer) - Method in class kieker.webgui.persistence.impl.utility.PluginFinder
This method delivers all non abstract classes which are available in the given jar, have the Plugin annotation, and are compatible with AbstractFilterPlugin.
getAllReadersWithinJar(URL, ClassLoader, ClassContainer) - Method in class kieker.webgui.persistence.impl.utility.PluginFinder
This method delivers all non abstract classes which are available in the given jar, have the Plugin annotation, and are compatible with AbstractReaderPlugin.
getAllRepositoriesWithinJar(URL, ClassLoader, ClassContainer) - Method in class kieker.webgui.persistence.impl.utility.PluginFinder
This method delivers all non abstract classes which are available in the given jar, have the Repository annotation, and are compatible with AbstractRepository.
getAllVisualizationsWithinJar(URL, ClassLoader, ClassContainer) - Method in class kieker.webgui.persistence.impl.utility.PluginFinder
 
getAnalysisControllerClass() - Method in class kieker.webgui.common.ClassContainer
 
getAnalysisControllerState(String) - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
This method can be used to deliver the state of the analysis controller of the given project as a human readable string.
getAnalysisControllerThreadClass() - Method in class kieker.webgui.common.ClassContainer
 
getAnalysisEditorDefaultGridColor() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getAnalysisEditorDefaultGridSize() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getAnalysisEditorGridColorCookieName() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getAnalysisEditorGridSizeCookieName() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getAnalysisEditorShowUnitializedComponentsCookieName() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getAnalysisLayout(String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
getAnalysisLayout(String) - Method in interface kieker.webgui.persistence.IProjectDAO
Delivers the stored analysis layout for the given project.
getAnalysisLayout(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getAnalysisLayout(String) - Method in interface kieker.webgui.service.IProjectService
Delivers the stored analysis layout for the given project.
getAnalysisLog() - Method in class kieker.webgui.web.beans.view.ControllerBean
Delivers the available log entries of the current analysis controller instance.
getAsObject(FacesContext, UIComponent, String) - Method in class kieker.webgui.web.converter.RoleStringConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class kieker.webgui.web.converter.RoleStringConverter
 
getAvailableComponents(String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
getAvailableComponents(String) - Method in interface kieker.webgui.persistence.IProjectDAO
Delivers the available components (readers, filters and repositories) for the given project.
getAvailableComponents(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getAvailableComponents(String) - Method in interface kieker.webgui.service.IProjectService
Delivers the available components (readers, filters and repositories) for the given project.
getAvailableComponents() - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
getAvailablePlots() - Method in class kieker.webgui.web.utility.displaySettings.MeterGaugeDisplaySettings
 
getAvailablePlots() - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
getBendPoints() - Method in class kieker.webgui.service.impl.utility.model.Edge
 
getClassLoader(String, Object) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
getClassLoader(String, Object) - Method in interface kieker.webgui.persistence.IProjectDAO
This method delivers a class loader containing the currently available libraries of the given project.
getClassLoader(String, Object) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getClassLoader(String, Object) - Method in interface kieker.webgui.service.IProjectService
This method delivers a class loader containing the currently available libraries of the given project.
getClassname() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
getCockpitLayout(String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
getCockpitLayout(String) - Method in interface kieker.webgui.persistence.IProjectDAO
Delivers the stored cockpit layout for the given project.
getCockpitLayout(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getCockpitLayout(String) - Method in interface kieker.webgui.service.IProjectService
Delivers the stored cockpit layout for the given project.
getCockpitLayout() - Method in class kieker.webgui.web.beans.view.CockpitBean
 
getConversationId() - Method in class kieker.webgui.web.utility.ViewScope
 
getCurrentDetailMessage() - Method in class kieker.webgui.web.beans.view.ControllerBean
 
getCurrentLayout(MIView) - Method in class kieker.webgui.web.utility.CockpitLayout
Delivers the current layout of the given view.
getCurrentState(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getCurrentState() - Method in class kieker.webgui.service.impl.utility.Analysis
Delivers the current state of the analysis.
getCurrentState(String) - Method in class kieker.webgui.service.impl.utility.AnalysisManagementService
This method delivers the current state of the analysis, if it is available, null otherwise.
getCurrentState(String) - Method in interface kieker.webgui.service.IProjectService
This method delivers the current state of the given project.
getCurrTimeStamp(String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
getCurrTimeStamp(String) - Method in interface kieker.webgui.persistence.IProjectDAO
Delivers the current time stamp of the given project.
getCurrTimeStamp(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getCurrTimeStamp(String) - Method in interface kieker.webgui.service.IProjectService
Delivers the current time stamp of the given project.
getCurrTimeStamp(String) - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
This method can be used to get the current time stamp of a given project as a human readable date.
getDashboard() - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
 
getDefaultProjectName() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getDefaultTheme() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getDefaultUserName() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getDefaultViewDescription() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getDefaultViewName() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getDependency() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
getDescription() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
getDescription(MIAnalysisComponent, String) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
Delivers a human readable description of the given property.

The current implementation is not very fast, as it searches through all available components.
getDescription(MIDisplay) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
This method can be used to get the description of a MIDisplay.
getDetailMessage() - Method in class kieker.webgui.common.LogEntry
 
getDisplay(String, String, String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getDisplay(String, String) - Method in class kieker.webgui.service.impl.utility.Analysis
This method delivers the display object of the (currently running) analysis.
getDisplay(String, String, String) - Method in class kieker.webgui.service.impl.utility.AnalysisManagementService
This method delivers the display object of the (currently running) analysis for the given project and the given parameters.
getDisplay(String, String, String) - Method in interface kieker.webgui.service.IProjectService
This method delivers the display object of the (currently running) analysis for the given project and the given parameters.
getDisplayAnnotationClass() - Method in class kieker.webgui.common.ClassContainer
 
getDisplayDescription(String) - Method in class kieker.webgui.domain.pluginDecorators.AbstractPluginDecorator
Delivers the description for the given display.
getDisplays() - Method in class kieker.webgui.domain.pluginDecorators.AbstractPluginDecorator
 
getDisplayType(String, String, String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getDisplayType(String, String) - Method in class kieker.webgui.service.impl.utility.Analysis
Delivers the type of the given display connector.
getDisplayType(String, String, String) - Method in class kieker.webgui.service.impl.utility.AnalysisManagementService
Delivers the type of the given display connector.
getDisplayType(String, String, String) - Method in interface kieker.webgui.service.IProjectService
Delivers the type of the given display connector.
getDisplayType(String) - Method in class kieker.webgui.web.beans.view.CockpitBean
Delivers the display type of the given connector name.
getEdgeRouting() - Static method in class kieker.webgui.service.impl.utility.model.Graph
 
getEdges() - Method in class kieker.webgui.service.impl.utility.model.Graph
 
getFacesContextThemeKey() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getFilters() - Method in class kieker.webgui.domain.ComponentListContainer
 
getGlobalConfigurationComponentName() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getGridColor() - Method in class kieker.webgui.web.beans.session.UserBean
 
getGridSize() - Method in class kieker.webgui.web.beans.session.UserBean
 
getHeight() - Method in class kieker.webgui.service.impl.utility.model.Node
 
getHtmlTextClass() - Method in class kieker.webgui.common.ClassContainer
 
getId() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
getId() - Method in class kieker.webgui.service.impl.utility.model.Node
 
getImageClass() - Method in class kieker.webgui.common.ClassContainer
 
getIndex() - Method in class kieker.webgui.service.impl.utility.model.Port
 
getInputPortAnnotationClass() - Method in class kieker.webgui.common.ClassContainer
 
getInputPorts() - Method in class kieker.webgui.domain.pluginDecorators.FilterDecorator
 
getInputPorts() - Method in class kieker.webgui.service.impl.utility.model.Node
 
getKielerEdge() - Method in class kieker.webgui.service.impl.utility.model.Edge
 
getKielerGraph() - Method in class kieker.webgui.service.impl.utility.model.Graph
 
getKielerNode() - Method in class kieker.webgui.service.impl.utility.model.Node
 
getKielerPort() - Method in class kieker.webgui.service.impl.utility.model.Port
 
getLastUser(String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
getLastUser(String) - Method in interface kieker.webgui.persistence.IProjectDAO
Delivers the last user of the given project or a substitution if the meta data is corrupt or missing.
getLastUser(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getLastUser(String) - Method in interface kieker.webgui.service.IProjectService
Delivers the last user of the given project or a substituion if the meta data is corrupt or missing.
getLastUser(String) - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
Delivers the last user of the given project or a substitution if the meta data is corrupt or missing.
getLibraries() - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
This method delivers the available libraries of this project.
getLogEntries(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getLogEntries() - Method in class kieker.webgui.service.impl.utility.Analysis
Delivers the log entries for the current analysis.
getLogEntries(String) - Method in class kieker.webgui.service.impl.utility.AnalysisManagementService
This method delivers the available log entries of the analysis controller of the given project.
getLogEntries(String) - Method in interface kieker.webgui.service.IProjectService
This method delivers the available log entries of the analysis controller of the given project.
getLogImplWebguiLoggingClass() - Method in class kieker.webgui.common.ClassContainer
 
getLogMessage() - Method in class kieker.webgui.common.LogEntry
 
getLogMsgAnalysisAlreadyInstantiated() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getLogMsgAnalysisAlreadyStarted() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getLogMsgAnalysisNotStarted() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getLogMsgCleaning() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getLogMsgEmergencyShutdown() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getLogMsgErrorDuringInitialization() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getLogMsgErrorOccured() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getLogMsgInstantiatingAnalysis() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getLogMsgNotInstantiated() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getLogMsgStartingAnalysis() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getLogMsgStoppingAnalysis() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getLookAndFeel() - Method in class kieker.webgui.web.beans.session.UserBean
 
getMessageTarget() - Method in class kieker.webgui.web.beans.request.project.AbstractProjectBean
 
getMessageTarget() - Method in class kieker.webgui.web.beans.request.user.NewUserBean
 
getMessageTarget() - Method in class kieker.webgui.web.beans.request.view.AbstractViewBean
 
getMeterGaugeClass() - Method in class kieker.webgui.common.ClassContainer
 
getMeterGaugeDisplaySettings(String) - Method in class kieker.webgui.web.beans.view.CockpitBean
Delivers the current meter gauge settings container for the given connector name.
getMeterGaugeUpdate(String) - Method in class kieker.webgui.web.beans.view.CockpitBean
Delivers a meter gauge update for the given display connector.
getMsgAccessDatabaseException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgAddUser() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgAddUserException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgDeletedUser() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgDeleteUserException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgEnterValidName() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgLibraryExistingException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgLibraryUploaded() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgLibraryUploadingException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgModifiedUser() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgModifyUserException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgPluginCreationException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectAlreadyExistingException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectCreated() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectCreationException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectDeleted() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectDeleteException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectLoadingException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectModified() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectNotExistingException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectRenamed() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectSaved() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectSavingException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectStillRunningException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectUploaded() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgProjectUploadException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgRepositoryCreationException() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getMsgUserAlreadyExisting() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getName() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
getName() - Method in class kieker.webgui.domain.User
 
getNode(String) - Method in class kieker.webgui.service.impl.utility.model.Graph
Looks for a Node with a specific id in the list of Nodes.
getNodes() - Method in class kieker.webgui.service.impl.utility.model.Graph
 
getOutputPorts() - Method in class kieker.webgui.domain.pluginDecorators.AbstractPluginDecorator
 
getOutputPorts() - Method in class kieker.webgui.service.impl.utility.model.Node
 
getOwner(String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
getOwner(String) - Method in interface kieker.webgui.persistence.IProjectDAO
Delivers the owner of the given project or a substitution if the meta data is corrupt or missing.
getOwner(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getOwner(String) - Method in interface kieker.webgui.service.IProjectService
Delivers the owner of the given project or a substituion if the meta data is corrupt or missing.
getOwner(String) - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
Delivers the owner of the given project or a substitution if the meta data is corrupt or missing.
getPassword() - Method in class kieker.webgui.domain.User
 
getPassword() - Method in class kieker.webgui.web.beans.request.user.EditUserPasswordBean
 
getPassword() - Method in class kieker.webgui.web.beans.request.user.NewUserBean
 
getPieChartClass() - Method in class kieker.webgui.common.ClassContainer
 
getPieChartDisplaySettings(String) - Method in class kieker.webgui.web.beans.view.CockpitBean
Delivers the current pie chart settings container for the given connector name.
getPieChartUpdate(String) - Method in class kieker.webgui.web.beans.view.CockpitBean
Delivers a pie chart update for the given display connector.
getPlainTextClass() - Method in class kieker.webgui.common.ClassContainer
 
getPlainTextUpdate(String) - Method in class kieker.webgui.web.beans.view.CockpitBean
Delivers a plain text update for the given display connector.
getPluginAnnotationClass() - Method in class kieker.webgui.common.ClassContainer
 
getPort(int) - Method in class kieker.webgui.service.impl.utility.model.Node
Looks for a port with the specified index.
getPortConstraints() - Static method in class kieker.webgui.service.impl.utility.model.Graph
 
getPortHeight() - Method in class kieker.webgui.service.impl.utility.model.Graph
 
getPosition() - Method in class kieker.webgui.service.impl.utility.model.Node
 
getProject() - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
getProject() - Method in class kieker.webgui.web.beans.view.CockpitBean
 
getProject() - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
 
getProjectFile(String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
getProjectFile(String) - Method in interface kieker.webgui.persistence.IProjectDAO
Delivers the kax-file for the given project.
getProjectName() - Method in class kieker.webgui.web.beans.request.project.AbstractProjectBean
 
getProjectName() - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
getProjectName() - Method in class kieker.webgui.web.beans.view.CockpitBean
 
getProjectName() - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
 
getProjectName() - Method in class kieker.webgui.web.beans.view.ControllerBean
 
getProjectName() - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
 
getProjects() - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
getProjects() - Method in interface kieker.webgui.service.IProjectService
Delivers a list of the currently available projects.
getProjects() - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
 
getProperties() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
getProperties() - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
This is a dummy method returning just a collection of null objects.
getPropertyDescription(String) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
Delivers the description for the given property.
getReaders() - Method in class kieker.webgui.domain.ComponentListContainer
 
getRepoPorts() - Method in class kieker.webgui.service.impl.utility.model.Node
 
getRepositories() - Method in class kieker.webgui.domain.ComponentListContainer
 
getRepositories() - Method in class kieker.webgui.domain.pluginDecorators.AbstractPluginDecorator
 
getRepositoryAnnotationClass() - Method in class kieker.webgui.common.ClassContainer
 
getRepositoryPortAnnotationClass() - Method in class kieker.webgui.common.ClassContainer
 
getRole() - Method in class kieker.webgui.domain.User
 
getRole() - Method in class kieker.webgui.web.beans.request.user.AbstractUserBean
 
getSelectedDisplay() - Method in class kieker.webgui.web.beans.view.CockpitBean
 
getSelectedNode() - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
 
getSelectedPlugin() - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
getSelectedUser() - Method in class kieker.webgui.web.beans.view.UserManagementBean
 
getSelectedUserCopy() - Method in class kieker.webgui.web.beans.view.UserManagementBean
 
getSelectedView() - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
 
getSource() - Method in class kieker.webgui.service.impl.utility.model.Edge
 
getSourcePort() - Method in class kieker.webgui.service.impl.utility.model.Edge
 
getState() - Method in exception kieker.webgui.common.exception.InvalidAnalysisStateException
 
getTagCloudClass() - Method in class kieker.webgui.common.ClassContainer
 
getTagCloudUpdate(String) - Method in class kieker.webgui.web.beans.view.CockpitBean
Delivers a tag cloud update for the given display connector.
getTarget() - Method in class kieker.webgui.service.impl.utility.model.Edge
 
getTargetPort() - Method in class kieker.webgui.service.impl.utility.model.Edge
 
getThemeCookieName() - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
getThemes() - Method in class kieker.webgui.web.beans.application.ThemeSwitcherBean
 
getUploadedFile() - Method in class kieker.webgui.web.beans.request.project.ImportProjectBean
 
getUsername() - Method in class kieker.webgui.web.beans.request.user.AbstractUserBean
 
getUsername() - Method in class kieker.webgui.web.beans.session.UserBean
Returns the name of the user of the current session.
getUserrole() - Method in class kieker.webgui.web.beans.session.UserBean
Delivers the role of the current user.
getUsers() - Method in class kieker.webgui.persistence.impl.DerbyUserDAOImpl
 
getUsers() - Method in interface kieker.webgui.persistence.IUserDAO
Delivers a list containing the available users within the system.
getUsers() - Method in class kieker.webgui.service.impl.UserServiceImpl
 
getUsers() - Method in interface kieker.webgui.service.IUserService
Delivers a list containing the available users within the system.
getUsers() - Method in class kieker.webgui.web.beans.view.UserManagementBean
 
getViewDescription() - Method in class kieker.webgui.web.beans.request.view.AbstractViewBean
 
getViewLog() - Method in class kieker.webgui.web.beans.view.ControllerBean
Delivers the available log entries of the current view.
getViewName() - Method in class kieker.webgui.web.beans.request.view.AbstractViewBean
 
getVisiblePlot() - Method in class kieker.webgui.web.utility.displaySettings.MeterGaugeDisplaySettings
 
getVisiblePlots() - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
getVisualizations() - Method in class kieker.webgui.domain.ComponentListContainer
 
getWidth() - Method in class kieker.webgui.service.impl.utility.model.Node
 
getX() - Method in class kieker.webgui.service.impl.utility.model.Point
 
getXYPlotClass() - Method in class kieker.webgui.common.ClassContainer
 
getXYPlotDisplaySettings(String) - Method in class kieker.webgui.web.beans.view.CockpitBean
Delivers the current xy plot settings container for the given connector name.
getXYPlotUpdate(String) - Method in class kieker.webgui.web.beans.view.CockpitBean
Delivers a line chart update for the given display connector.
getY() - Method in class kieker.webgui.service.impl.utility.model.Point
 
GlobalPropertiesBean - Class in kieker.webgui.web.beans.application
This class is a singleton scoped Spring bean containing properties, constants, methods and even some localized texts which are used at various parts in the application.
GlobalPropertiesBean() - Constructor for class kieker.webgui.web.beans.application.GlobalPropertiesBean
Default constructor.
Graph - Class in kieker.webgui.service.impl.utility.model
This class represents the whole graph that needs to be layouted.
Graph(int) - Constructor for class kieker.webgui.service.impl.utility.model.Graph
Class constructor.
GraphLayoutException - Exception in kieker.webgui.common.exception
This exception can be thrown if the layouting of a graph failed.
GraphLayoutException() - Constructor for exception kieker.webgui.common.exception.GraphLayoutException
Creates a new instance of this exception without detail message.
GraphLayoutException(String) - Constructor for exception kieker.webgui.common.exception.GraphLayoutException
Creates a new instance of this class using the given detail message.
GraphLayoutException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.GraphLayoutException
Creates a new instance of this class using the given detail message and cause.
GraphStringConverter - Class in kieker.webgui.service.impl.utility.converter
Provides a method for converting strings to a Graph.
gridColorListener(ValueChangeEvent) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
This method should be called if the grid color has been modified.
gridSizeListener(ValueChangeEvent) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
This method should be called if the grid size has been modified.

H

handleLibraryFileUpload(FileUploadEvent) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
This method is the handler for the file upload.
handleReorder(DashboardReorderEvent) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
This handler should be executed when the user moves an element within the dashboard.
hasSourcePort() - Method in class kieker.webgui.service.impl.utility.model.Edge
Checks to see if the source Node of the edge has Ports.
hasTargetPort() - Method in class kieker.webgui.service.impl.utility.model.Edge
Checks to see if the target Node of the edge has Ports.

I

IDisplayConnectorSettings - Interface in kieker.webgui.web.utility.displaySettings
This interface marks classes containing settings for display connectors within the cockpit.
IGraphLayoutService - Interface in kieker.webgui.service
This is the interface for a service providing a graph layouter.
IGraphListener - Interface in kieker.webgui.web.utility
This interface should be implemented by classes, which are observing a graph.
importProject(String, String, UploadedFile) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
importProject(String, String, UploadedFile) - Method in interface kieker.webgui.persistence.IProjectDAO
This method imports an existing kax-file into the application.
importProject(String, String, UploadedFile) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
importProject(String, String, UploadedFile) - Method in interface kieker.webgui.service.IProjectService
This method imports an existing kax-file into the application.
ImportProjectBean - Class in kieker.webgui.web.beans.request.project
This class is a request scoped Spring bean to store the properties of a project during a single request.
ImportProjectBean() - Constructor for class kieker.webgui.web.beans.request.project.ImportProjectBean
Creates a new instance of this class.
initalize() - Method in class kieker.webgui.web.beans.view.CockpitBean
This method initializes the bean by using the current project name to load the project.
initalize() - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
This method initializes the bean by using the current project name to load the project.
initialialize() - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
This method initializes the bean.
initialialize() - Method in class kieker.webgui.web.beans.view.UserManagementBean
This method initializes the bean.
initialize() - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
This method initializes the object.
initialize() - Method in class kieker.webgui.service.impl.ProjectServiceImpl
This method does some initialization work after construction.
initialize() - Method in class kieker.webgui.web.beans.request.project.AbstractProjectBean
This method initializes the object.
initialize() - Method in class kieker.webgui.web.beans.request.user.AbstractUserBean
This method initializes some fields of the object.
initialize() - Method in class kieker.webgui.web.beans.request.view.AbstractViewBean
This method initializes the object.
initialize() - Method in class kieker.webgui.web.beans.session.UserBean
This method initializes the bean.
initialize() - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
This method initializes the bean by using the current project name to load the project.
initializeAnalysis(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
initializeAnalysis(String) - Method in class kieker.webgui.service.impl.utility.AnalysisManagementService
This method initializes the analysis for the given project.
initializeAnalysis(String) - Method in interface kieker.webgui.service.IProjectService
This method initializes the analysis of the given project.
initializeGraph() - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
This method initializes the graph by delivering the necessary JavaScript commands to the client.
initializeListeners() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Initializes the listener for the graph.
instantiateAnalysis() - Method in class kieker.webgui.web.beans.view.ControllerBean
This method initializes the current analysis and informs the user about a fail.
InvalidAnalysisStateException - Exception in kieker.webgui.common.exception
This exception can be thrown if the analysis is in an invalid state for the ordered operation.
InvalidAnalysisStateException() - Constructor for exception kieker.webgui.common.exception.InvalidAnalysisStateException
Creates a new instance of this exception without detail message or current analysis state.
InvalidAnalysisStateException(String) - Constructor for exception kieker.webgui.common.exception.InvalidAnalysisStateException
Creates a new instance of this class using the given detail message, but without current analysis state.
InvalidAnalysisStateException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.InvalidAnalysisStateException
Creates a new instance of this class using the given detail message and cause, but without current analysis state.
InvalidAnalysisStateException(String, Throwable, AnalysisController.STATE) - Constructor for exception kieker.webgui.common.exception.InvalidAnalysisStateException
Creates a new instance of this class using the given detail message, cause, and current analysis state.
invert() - Method in class kieker.webgui.web.utility.command.AbstractEditorCommand
Inverts this command.
invert() - Method in class kieker.webgui.web.utility.command.AddPluginCommand
 
invert() - Method in class kieker.webgui.web.utility.command.DeletePluginCommand
 
IProjectDAO - Interface in kieker.webgui.persistence
This is the interface for the data access object(s) which will access for example the file system to manage the available projects.
IProjectService - Interface in kieker.webgui.service
This is the interface for a component which is responsible for managing all projects.
isActive() - Method in class kieker.webgui.web.beans.request.user.AbstractUserBean
 
isAnalysisFailed() - Method in class kieker.webgui.web.beans.view.CockpitBean
Checks whether the analysis is currently in the failed state.
isAnalysisFailed() - Method in class kieker.webgui.web.beans.view.ControllerBean
Checks whether the analysis is currently in the failed state.
isAnalysisNotAvailable() - Method in class kieker.webgui.web.beans.view.CockpitBean
Checks whether the analysis is not available.
isAnalysisNotAvailable() - Method in class kieker.webgui.web.beans.view.ControllerBean
Checks whether the analysis is not available.
isAnalysisReady() - Method in class kieker.webgui.web.beans.view.CockpitBean
Checks whether the analysis is currently in the ready state.
isAnalysisReady() - Method in class kieker.webgui.web.beans.view.ControllerBean
Checks whether the analysis is currently in the ready state.
isAnalysisRunning() - Method in class kieker.webgui.web.beans.view.CockpitBean
Checks whether the analysis is currently running.
isAnalysisRunning() - Method in class kieker.webgui.web.beans.view.ControllerBean
Checks whether the analysis is currently running.
isAnalysisTerminated() - Method in class kieker.webgui.web.beans.view.CockpitBean
Checks whether the analysis is currently terminated.
isAnalysisTerminated() - Method in class kieker.webgui.web.beans.view.ControllerBean
Checks whether the analysis is currently terminated.
isAnalysisTerminating() - Method in class kieker.webgui.web.beans.view.CockpitBean
Checks whether the analysis is currently terminating.
isAnalysisTerminating() - Method in class kieker.webgui.web.beans.view.ControllerBean
Checks whether the analysis is currently terminating.
isEnabled() - Method in class kieker.webgui.domain.User
 
isFullyInitialized() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
isGlobalConfigComponentSelected() - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
isGridEnabled() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
 
isLayoutHierarchy() - Static method in class kieker.webgui.service.impl.utility.model.Graph
 
isNodeFamily() - Method in class kieker.webgui.service.impl.utility.model.Node
 
isProgrammaticOnly(Class<?>, ClassContainer) - Method in class kieker.webgui.persistence.impl.utility.Class2ModelInstanceConverter
Tells whether the given class is "programmaticOnly".
isRedoStackEmpty() - Method in class kieker.webgui.web.beans.view.AnalysisEditorHistoryBean
Tells whether the redo stack is empty or not.
isShowUnitializedComponents() - Method in class kieker.webgui.web.beans.session.UserBean
 
isSnapEnabled() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
 
isUndoStackEmpty() - Method in class kieker.webgui.web.beans.view.AnalysisEditorHistoryBean
Tells whether the undo stack is empty or not.
isUnsavedModification() - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
isUnsavedModification() - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
 
isUsePoints() - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
isUsingFilledChart() - Method in class kieker.webgui.web.utility.displaySettings.PieChartDisplaySettings
 
isUsingFilledChart() - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
isUsingShadows() - Method in class kieker.webgui.web.utility.displaySettings.PieChartDisplaySettings
 
isUsingShadows() - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
isUsingStackedCharts() - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
isUsingVisibleDataLabels() - Method in class kieker.webgui.web.utility.displaySettings.PieChartDisplaySettings
 
isUsingVisibleLegend() - Method in class kieker.webgui.web.utility.displaySettings.PieChartDisplaySettings
 
isUsingVisibleLegend() - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
IUserDAO - Interface in kieker.webgui.persistence
This is the interface for the data access object(s) which will access, for example, a database to manage the available users.
IUserService - Interface in kieker.webgui.service
This is an interface to the service which can be used to manage the available users within the system.

J

jsAddConnectionEvent() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
This method is called from JavaScript.
jsAutoLayoutEvent() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
This method is called from JavaScript.
jsDeleteComponentEvent() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
This method is called from JavaScript.
jsDeleteConnectionEvent() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
This method is called from JavaScript.
jsSelectComponentEvent() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
This method is called from JavaScript.

K

kieker.webgui.common - package kieker.webgui.common
This package contains common classes which are used through various layers of the web application.
kieker.webgui.common.exception - package kieker.webgui.common.exception
This package contains the exceptions which are used through all layers of the web application.
kieker.webgui.domain - package kieker.webgui.domain
This package contains domain specific classes which are used through all layers of the web application.
kieker.webgui.domain.pluginDecorators - package kieker.webgui.domain.pluginDecorators
This package contains decorators for some of the components of the analysis meta model, to add additional properties and methods to those components.
kieker.webgui.persistence - package kieker.webgui.persistence
This package contains the interfaces to access the persistence layer.
kieker.webgui.persistence.impl - package kieker.webgui.persistence.impl
This package contains the actual implementations of the persistence interfaces.
kieker.webgui.persistence.impl.utility - package kieker.webgui.persistence.impl.utility
This package contains classes used by the persistence implementation.
kieker.webgui.service - package kieker.webgui.service
This package contains the interfaces to access the service layer.
kieker.webgui.service.impl - package kieker.webgui.service.impl
This package contains the actual implementations of the services.
kieker.webgui.service.impl.utility - package kieker.webgui.service.impl.utility
This package contains utility classes used by the service implementation.
kieker.webgui.service.impl.utility.converter - package kieker.webgui.service.impl.utility.converter
 
kieker.webgui.service.impl.utility.model - package kieker.webgui.service.impl.utility.model
 
kieker.webgui.web.beans.application - package kieker.webgui.web.beans.application
This package contains Spring managed beans with application (singleton) scope.
kieker.webgui.web.beans.request - package kieker.webgui.web.beans.request
This package contains Spring managed beans with request scope.
kieker.webgui.web.beans.request.project - package kieker.webgui.web.beans.request.project
 
kieker.webgui.web.beans.request.user - package kieker.webgui.web.beans.request.user
 
kieker.webgui.web.beans.request.view - package kieker.webgui.web.beans.request.view
 
kieker.webgui.web.beans.session - package kieker.webgui.web.beans.session
This package contains Spring managed beans with session scope.
kieker.webgui.web.beans.view - package kieker.webgui.web.beans.view
This package contains Spring managed beans with view scope.
kieker.webgui.web.converter - package kieker.webgui.web.converter
This package contains the JSF converters.
kieker.webgui.web.utility - package kieker.webgui.web.utility
This package contains utility classes for the web layer of the application.
kieker.webgui.web.utility.command - package kieker.webgui.web.utility.command
This package contains the editor commands for the web layer.
kieker.webgui.web.utility.displaySettings - package kieker.webgui.web.utility.displaySettings
 
KielerGraphLayoutServiceImpl - Class in kieker.webgui.service.impl
This class provides a single method to perform an auto layout on a given graph from the GraphFlow.
KielerGraphLayoutServiceImpl() - Constructor for class kieker.webgui.service.impl.KielerGraphLayoutServiceImpl
Default constructor.
KielerInterface - Class in kieker.webgui.service.impl.utility
An interface between our constrained graph representation and the KIELER graph model.

L

LAYOUT_HIERARCHY - Static variable in class kieker.webgui.service.impl.utility.model.Graph
 
layoutGraph(String, String) - Method in interface kieker.webgui.service.IGraphLayoutService
This method interprets the two given strings as a graph and performs an auto layout.
layoutGraph(String, String) - Method in class kieker.webgui.service.impl.KielerGraphLayoutServiceImpl
Takes two input strings and generates a Graph using the given information.
listAllLibraries(String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
listAllLibraries(String) - Method in interface kieker.webgui.persistence.IProjectDAO
This method lists all available libraries of the given project.
listAllLibraries(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
listAllLibraries(String) - Method in interface kieker.webgui.service.IProjectService
This method lists all available libraries of the given project.
listAllProjects() - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
listAllProjects() - Method in interface kieker.webgui.persistence.IProjectDAO
This method lists all available projects on the file system.
loadLayout(String) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Loads a layout for the graph.
loadProject(String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
loadProject(String, ClassContainer) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
loadProject(String) - Method in interface kieker.webgui.persistence.IProjectDAO
This method loads the kax-file for the given project name and delivers an initializes instance of MIProject.
loadProject(String, ClassContainer) - Method in interface kieker.webgui.persistence.IProjectDAO
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.
loadProject(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
loadProject(String) - Method in interface kieker.webgui.service.IProjectService
This method loads the kax-file for the given project name and delivers an initializes instance of MIProject.
lock(String[]) - Method in class kieker.webgui.service.impl.utility.LockManager
Locks the objects for the given keys in a definite order.
lock(String) - Method in class kieker.webgui.service.impl.utility.LockManager
Locks the object for the given key.
LockManager - Class in kieker.webgui.service.impl.utility
This manager is responsible for locking critical code using keys.
LockManager() - Constructor for class kieker.webgui.service.impl.utility.LockManager
Creates a new instance of this class.
LogEntry - Class in kieker.webgui.common
This class encapsulates a single log entry, including a potential detailed message.
LogEntry(String) - Constructor for class kieker.webgui.common.LogEntry
Creates a new log entry without detail message.
LogEntry(String, String) - Constructor for class kieker.webgui.common.LogEntry
Creates a new log entry with detail message.

M

makeKielerEdge(Node, Node, Port, Port) - Static method in class kieker.webgui.service.impl.utility.KielerInterface
Constructs a directed KEdge between the KIELER representation of two nodes.
makeKielerGraph() - Static method in class kieker.webgui.service.impl.utility.KielerInterface
 
makeKielerNode(Graph, int, int, boolean) - Static method in class kieker.webgui.service.impl.utility.KielerInterface
Constructs a KNode and adds it to the Graphs parent node.
makeKielerPort(Graph, Node, int, int) - Static method in class kieker.webgui.service.impl.utility.KielerInterface
Constructs a KPort and adds it to a KNode representation of a Node.
MeterGaugeDisplaySettings - Class in kieker.webgui.web.utility.displaySettings
This is a settings container for a meter gauge within the cockpit.
MeterGaugeDisplaySettings() - Constructor for class kieker.webgui.web.utility.displaySettings.MeterGaugeDisplaySettings
Creates a new instance of this class.
moveDisplayConnector(MIView, MIDisplayConnector, int, int, int) - Method in class kieker.webgui.web.utility.CockpitLayout
Moves a display connector from one column to another.

N

newCopy() - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
Delivers a new copy of the wrapped component.
NewerProjectException - Exception in kieker.webgui.common.exception
This exception can be thrown if a project could not be saved, because a newer version was available on the file system.
NewerProjectException() - Constructor for exception kieker.webgui.common.exception.NewerProjectException
Creates a new instance of this exception without detail message.
NewerProjectException(String) - Constructor for exception kieker.webgui.common.exception.NewerProjectException
Creates a new instance of this class using the given detail message.
NewerProjectException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.NewerProjectException
Creates a new instance of this class using the given detail message and cause.
NewProjectBean - Class in kieker.webgui.web.beans.request.project
This class is a request scoped Spring bean to store the properties of a project during a single request.
NewProjectBean() - Constructor for class kieker.webgui.web.beans.request.project.NewProjectBean
Creates a new instance of this class.
NewUserBean - Class in kieker.webgui.web.beans.request.user
This simple Spring managed bean is request scoped and can be used to store the necessary data for a new user during a request.
NewUserBean() - Constructor for class kieker.webgui.web.beans.request.user.NewUserBean
Creates a new instance of this bean and initializes it with default values.
NewViewBean - Class in kieker.webgui.web.beans.request.view
 
NewViewBean() - Constructor for class kieker.webgui.web.beans.request.view.NewViewBean
Creates a new instance of this bean and initializes it with default values.
Node - Class in kieker.webgui.service.impl.utility.model
Objects of this class represent nodes within a Graph, that may or may not have any number of Ports.
Node(Graph, String, int, int, boolean) - Constructor for class kieker.webgui.service.impl.utility.model.Node
Class constructor.
nodeSelected() - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
This is the event if a node has been clicked and should be selected.

P

PieChartDisplaySettings - Class in kieker.webgui.web.utility.displaySettings
This is a settings container for a pie chart within the cockpit.
PieChartDisplaySettings() - Constructor for class kieker.webgui.web.utility.displaySettings.PieChartDisplaySettings
Creates a new instance of this class.
PluginFinder - Class in kieker.webgui.persistence.impl.utility
This is a service which can be used to search for plugins and repositories within a given jar file.
PluginFinder() - Constructor for class kieker.webgui.persistence.impl.utility.PluginFinder
Default constructor.
Point - Class in kieker.webgui.service.impl.utility.model
A simple 2-dimensional integer point, used for storing positions of any relevant graph component.
Point() - Constructor for class kieker.webgui.service.impl.utility.model.Point
Simple constructor, initializing both dimensions with zero.
Point(float, float) - Constructor for class kieker.webgui.service.impl.utility.model.Point
A constructor that rounds float values to the internal integer representation.
Point(int, int) - Constructor for class kieker.webgui.service.impl.utility.model.Point
A constructor that takes integer values for the coordinates.
Port - Class in kieker.webgui.service.impl.utility.model
Objects of this class represent a single Port of a Node.
Port(Graph, Node, int, int, int) - Constructor for class kieker.webgui.service.impl.utility.model.Port
Constructor for Port.
PORT_CONSTRAINTS - Static variable in class kieker.webgui.service.impl.utility.model.Graph
 
ProjectAlreadyExistingException - Exception in kieker.webgui.common.exception
This exception can be thrown to show that a project with the given name already exists.
ProjectAlreadyExistingException() - Constructor for exception kieker.webgui.common.exception.ProjectAlreadyExistingException
Creates a new instance of this exception without detail message.
ProjectAlreadyExistingException(String) - Constructor for exception kieker.webgui.common.exception.ProjectAlreadyExistingException
Creates a new instance of this class using the given detail message.
ProjectAlreadyExistingException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.ProjectAlreadyExistingException
Creates a new instance of this class using the given detail message and cause.
ProjectLoadException - Exception in kieker.webgui.common.exception
This exception can be thrown to show that something went wrong while opening a given project.
ProjectLoadException() - Constructor for exception kieker.webgui.common.exception.ProjectLoadException
Creates a new instance of this exception without detail message.
ProjectLoadException(String) - Constructor for exception kieker.webgui.common.exception.ProjectLoadException
Creates a new instance of this class using the given detail message.
ProjectLoadException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.ProjectLoadException
Creates a new instance of this class using the given detail message and cause.
ProjectNotExistingException - Exception in kieker.webgui.common.exception
This exception can be thrown to show that a project with a given name does not or no longer exist.
ProjectNotExistingException() - Constructor for exception kieker.webgui.common.exception.ProjectNotExistingException
Creates a new instance of this exception without detail message.
ProjectNotExistingException(String) - Constructor for exception kieker.webgui.common.exception.ProjectNotExistingException
Creates a new instance of this class using the given detail message.
ProjectNotExistingException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.ProjectNotExistingException
Creates a new instance of this class using the given detail message and cause.
ProjectOverviewBean - Class in kieker.webgui.web.beans.view
The ProjectOverviewBean contains the necessary data behind an instance of the project overview.

The class is a Spring managed bean with view scope.
ProjectOverviewBean() - Constructor for class kieker.webgui.web.beans.view.ProjectOverviewBean
Creates a new instance of this class.
ProjectServiceImpl - Class in kieker.webgui.service.impl
This is an implementation of the IProjectService interface for the project management.
ProjectServiceImpl() - Constructor for class kieker.webgui.service.impl.ProjectServiceImpl
Default constructor.
ProjectStillRunningException - Exception in kieker.webgui.common.exception
This exception can be thrown to show that a project is still running.
ProjectStillRunningException() - Constructor for exception kieker.webgui.common.exception.ProjectStillRunningException
Creates a new instance of this exception without detail message.
ProjectStillRunningException(String) - Constructor for exception kieker.webgui.common.exception.ProjectStillRunningException
Creates a new instance of this class using the given detail message.
ProjectStillRunningException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.ProjectStillRunningException
Creates a new instance of this class using the given detail message and cause.

R

ReaderDecorator - Class in kieker.webgui.domain.pluginDecorators
This is the actual decorator which decorates an MIReader instance with some more properties and methods.
ReaderDecorator(MIReader, Map<String, String>, String, String, boolean, Map<String, String>) - Constructor for class kieker.webgui.domain.pluginDecorators.ReaderDecorator
Constructor to instantiate the fields of this class.
redoLastCommand() - Method in class kieker.webgui.web.beans.view.AnalysisEditorHistoryBean
Redos the last command.
refineComponentCopy(T) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
Inheriting classes should overwrite this method in order to refine the copy of the wrapped component.
refineComponentCopy(T) - Method in class kieker.webgui.domain.pluginDecorators.AbstractPluginDecorator
 
refineComponentCopy(MIFilter) - Method in class kieker.webgui.domain.pluginDecorators.FilterDecorator
 
ReflectionException - Exception in kieker.webgui.common.exception
This exception can be thrown to show that something went wrong during a reflection call.
ReflectionException() - Constructor for exception kieker.webgui.common.exception.ReflectionException
Creates a new instance of this exception without detail message.
ReflectionException(String) - Constructor for exception kieker.webgui.common.exception.ReflectionException
Creates a new instance of this class using the given detail message.
ReflectionException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.ReflectionException
Creates a new instance of this class using the given detail message and cause.
registerDestructionCallback(String, Runnable) - Method in class kieker.webgui.web.utility.ViewScope
 
released() - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
reloadCockpit() - Method in class kieker.webgui.web.beans.view.ControllerBean
Reloads the cockpit displays of the current project.
reloadDisplays(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
reloadDisplays(String, IProjectDAO) - Method in class kieker.webgui.service.impl.utility.Analysis
Reloads the displays of the given project.
reloadDisplays(String) - Method in class kieker.webgui.service.impl.utility.AnalysisManagementService
Reloads the displays of the given project.
reloadDisplays(String) - Method in interface kieker.webgui.service.IProjectService
Reloads the displays of the given project.
remove(String) - Method in class kieker.webgui.web.utility.ViewScope
 
removeDisplayConnector(MIView, MIDisplayConnector) - Method in class kieker.webgui.web.utility.CockpitLayout
Removes a display connector and its layout from this object.
removeProject(String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
removeProject(String) - Method in interface kieker.webgui.persistence.IProjectDAO
This method removes the given project from the application.
removeView(MIView) - Method in class kieker.webgui.web.utility.CockpitLayout
Removes a view and its layout from this object.
renameComponent(MIAnalysisComponent, String) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Renames a component within the graph.
renameProject(String, String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
renameProject(String, String) - Method in interface kieker.webgui.service.IProjectService
This method renames the given project.
renameProject(RenameProjectBean) - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
This method renames the current project.
RenameProjectBean - Class in kieker.webgui.web.beans.request.project
This class is a request scoped Spring bean to store the properties of a project during a single request.
RenameProjectBean() - Constructor for class kieker.webgui.web.beans.request.project.RenameProjectBean
Creates a new instance of this class.
RepositoryDecorator - Class in kieker.webgui.domain.pluginDecorators
This is the actual decorator which decorates an MIRepository instance with some more properties and methods.
RepositoryDecorator(MIRepository, Map<String, String>, String, String, boolean) - Constructor for class kieker.webgui.domain.pluginDecorators.RepositoryDecorator
Constructor to instantiate the fields of this class.
resolveContextualObject(String) - Method in class kieker.webgui.web.utility.ViewScope
 
ResultStringConverter - Class in kieker.webgui.service.impl.utility.converter
This class provides procedures for converting a Graph back to a single string.
Role - Enum in kieker.webgui.domain
This enumeration represents the available roles within the system.
RoleStringConverter - Class in kieker.webgui.web.converter
This converter can convert between instances of String and Role.
RoleStringConverter() - Constructor for class kieker.webgui.web.converter.RoleStringConverter
Creates a new instance of this class.
rowSelectHandler(SelectEvent) - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
This is the event handler used to select a row instantaneously.

S

saveProject(String, MIProject, long, boolean, String, String, String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
saveProject(String, MIProject, long, boolean, String, String, String) - Method in interface kieker.webgui.persistence.IProjectDAO
This method tries to save the given model instance for the given project.
saveProject(String, MIProject, long, boolean, String, String, String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
saveProject(String, MIProject, long, boolean, String, String, String) - Method in interface kieker.webgui.service.IProjectService
This method tries to save the given model instance for the given project.
saveProject() - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
This method tries to save the current project and informs the user about success or fail.
saveProject(boolean) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
This method tries to save the current project and informs the user about success or fail.
scaleToFit() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Scales the graph to fit into the window.
selectComponent(MIAnalysisComponent) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Selects a given component.
serializeToString() - Method in class kieker.webgui.web.utility.CockpitLayout
Serializes the current layout into a string.
setActive(boolean) - Method in class kieker.webgui.web.beans.request.user.AbstractUserBean
 
setActiveView(MIView) - Method in class kieker.webgui.web.beans.view.CockpitBean
 
setActiveView(MIView) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
Sets the active view and updates the dashboard.
setAnalysisEditorDefaultGridColor(String) - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
setAnalysisEditorDefaultGridSize(String) - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
setAnalysisEditorGridColorCookieName(String) - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
setAnalysisEditorGridSizeCookieName(String) - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
setAnalysisEditorShowUnitializedComponentsCookieName(String) - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
setAvailablePlots(Map<String, String>) - Method in class kieker.webgui.web.utility.displaySettings.MeterGaugeDisplaySettings
 
setAvailablePlots(Map<String, String>) - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
setClassname(String) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
setCurrentDetailMessage(String) - Method in class kieker.webgui.web.beans.view.ControllerBean
 
setDashboard(Dashboard) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
Setter for the property CockpitEditorBean.dashboard.
setDefaultTheme(String) - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
setDimensions(int, int) - Method in class kieker.webgui.service.impl.utility.model.Node
Resizes the Node.
setEnabled(boolean) - Method in class kieker.webgui.domain.User
 
setFacesContextThemeKey(String) - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
setGlobalPropertiesBean(GlobalPropertiesBean) - Method in class kieker.webgui.web.beans.session.UserBean
The setter for the property UserBean.globalPropertiesBean.
setGridColor(String) - Method in class kieker.webgui.web.beans.session.UserBean
The setter for the property UserBean.gridColor.
setGridColor(String) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Sets the color of the grid to a new value.
setGridSize(int) - Method in class kieker.webgui.web.beans.session.UserBean
The setter for the property UserBean.gridSize.
setGridSize(int) - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Sets the size of the grid to a new value.
setId(String) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
setLookAndFeel(String) - Method in class kieker.webgui.web.beans.session.UserBean
The setter for the property UserBean.lookAndFeel.
setMessageTarget(UIComponent) - Method in class kieker.webgui.web.beans.request.project.AbstractProjectBean
 
setMessageTarget(UIComponent) - Method in class kieker.webgui.web.beans.request.user.NewUserBean
 
setMessageTarget(UIComponent) - Method in class kieker.webgui.web.beans.request.view.AbstractViewBean
 
setName(String) - Method in class kieker.webgui.domain.pluginDecorators.AbstractAnalysisComponentDecorator
 
setName(String) - Method in class kieker.webgui.domain.User
 
setPassword(String) - Method in class kieker.webgui.domain.User
 
setPassword(String) - Method in class kieker.webgui.web.beans.request.user.EditUserPasswordBean
 
setPassword(String) - Method in class kieker.webgui.web.beans.request.user.NewUserBean
 
setProjectName(String) - Method in class kieker.webgui.web.beans.request.project.AbstractProjectBean
 
setProjectName(String) - Method in class kieker.webgui.web.beans.view.AnalysisEditorBean
 
setProjectName(String) - Method in class kieker.webgui.web.beans.view.CockpitBean
 
setProjectName(String) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
 
setProjectName(String) - Method in class kieker.webgui.web.beans.view.ControllerBean
 
setProjectName(String) - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
 
setRole(Role) - Method in class kieker.webgui.domain.User
 
setRole(Role) - Method in class kieker.webgui.web.beans.request.user.AbstractUserBean
 
setSelectedDisplay(String) - Method in class kieker.webgui.web.beans.view.CockpitBean
 
setSelectedUser(User) - Method in class kieker.webgui.web.beans.view.UserManagementBean
Setter for the property UserManagementBean.selectedUser.
setSelectedView(MIView) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
 
setShowUnitializedComponents(boolean) - Method in class kieker.webgui.web.beans.session.UserBean
 
setThemeCookieName(String) - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
 
setThemes(Map<String, String>) - Method in class kieker.webgui.web.beans.application.ThemeSwitcherBean
 
setUploadedFile(UploadedFile) - Method in class kieker.webgui.web.beans.request.project.ImportProjectBean
 
setUsePoints(boolean) - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
setUsername(String) - Method in class kieker.webgui.web.beans.request.user.AbstractUserBean
 
setUsingFilledChart(boolean) - Method in class kieker.webgui.web.utility.displaySettings.PieChartDisplaySettings
 
setUsingFilledChart(boolean) - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
setUsingShadows(boolean) - Method in class kieker.webgui.web.utility.displaySettings.PieChartDisplaySettings
 
setUsingShadows(boolean) - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
setUsingStackedCharts(boolean) - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
setUsingVisibleDataLabels(boolean) - Method in class kieker.webgui.web.utility.displaySettings.PieChartDisplaySettings
 
setUsingVisibleLegend(boolean) - Method in class kieker.webgui.web.utility.displaySettings.PieChartDisplaySettings
 
setUsingVisibleLegend(boolean) - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
setValue(float, float) - Method in class kieker.webgui.service.impl.utility.model.Point
Rounds two float values and stores the rounded integer values as new coordinates.
setValue(int, int) - Method in class kieker.webgui.service.impl.utility.model.Point
Stores two integer values as new coordinates.
setViewDescription(String) - Method in class kieker.webgui.web.beans.request.view.AbstractViewBean
 
setViewName(String) - Method in class kieker.webgui.web.beans.request.view.AbstractViewBean
 
setVisiblePlot(String) - Method in class kieker.webgui.web.utility.displaySettings.MeterGaugeDisplaySettings
 
setVisiblePlots(Collection<String>) - Method in class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
 
shortenLongName(String, int) - Method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
Shortens a given name.
showMessage(FacesMessage.Severity, String) - Static method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
This method shows a message by using the message-component of PrimeFaces (within the current context).
showMessage(FacesMessage.Severity, String, String) - Static method in class kieker.webgui.web.beans.application.GlobalPropertiesBean
This method shows a message by using the message-component of PrimeFaces (within the current context).
start() - Method in class kieker.webgui.service.impl.utility.Analysis
Starts the analysis.
startAnalysis(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
startAnalysis(String) - Method in class kieker.webgui.service.impl.utility.AnalysisManagementService
This method starts the analysis for the given project.
startAnalysis(String) - Method in interface kieker.webgui.service.IProjectService
This method starts the analysis of the given project.
startAnalysis() - Method in class kieker.webgui.web.beans.view.ControllerBean
This method starts the current analysis and informs the user about a fail.
startAutoLayout() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Starts the auto layout of the graph.
stop() - Method in class kieker.webgui.service.impl.utility.Analysis
Stops the analysis.
stopAnalysis(String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
stopAnalysis(String) - Method in class kieker.webgui.service.impl.utility.AnalysisManagementService
This method stops the analysis for the given project.
stopAnalysis(String) - Method in interface kieker.webgui.service.IProjectService
This method stops the analysis of the given project.
stopAnalysis() - Method in class kieker.webgui.web.beans.view.ControllerBean
This method stops the current analysis and informs the user about a fail.
switchGrid() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Switches the visibility of the grid.
switchSnap() - Method in class kieker.webgui.web.beans.view.AnalysisEditorGraphBean
Switches the state of the snap mode.

T

ThemeSwitcherBean - Class in kieker.webgui.web.beans.application
This is a Spring managed bean responsible for holding a map with all available themes (look and feels).
ThemeSwitcherBean() - Constructor for class kieker.webgui.web.beans.application.ThemeSwitcherBean
Default constructor.

U

undoLastCommand() - Method in class kieker.webgui.web.beans.view.AnalysisEditorHistoryBean
Undos the last command.
unlock(String) - Method in class kieker.webgui.service.impl.utility.LockManager
Unlocks the object for the given key.
updateAvailableProjects() - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
Updates the list with the available availableProjects.
updateList() - Method in class kieker.webgui.web.beans.view.UserManagementBean
Updates the list containing the available users.
updateName() - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
Performs an update on the dashboard once a name has been changed.
uploadLibrary(UploadedFile, String) - Method in class kieker.webgui.persistence.impl.FSProjectDAOImpl
 
uploadLibrary(UploadedFile, String) - Method in interface kieker.webgui.persistence.IProjectDAO
This method tries to upload a dependency to the given project.
uploadLibrary(UploadedFile, String) - Method in class kieker.webgui.service.impl.ProjectServiceImpl
 
uploadLibrary(UploadedFile, String) - Method in interface kieker.webgui.service.IProjectService
This method tries to upload a dependency to the given project.
uploadProject(ImportProjectBean) - Method in class kieker.webgui.web.beans.view.ProjectOverviewBean
This method uploads a project.
User - Class in kieker.webgui.domain
This is a domain object representing a user within the system.
User(String, String, Role, boolean) - Constructor for class kieker.webgui.domain.User
Creates a new user with the given parameters.
UserAlreadyExistingException - Exception in kieker.webgui.common.exception
This exception can be thrown to show that a user with the given name already exists .
UserAlreadyExistingException() - Constructor for exception kieker.webgui.common.exception.UserAlreadyExistingException
Creates a new instance of this exception without detail message.
UserAlreadyExistingException(String) - Constructor for exception kieker.webgui.common.exception.UserAlreadyExistingException
Creates a new instance of this class using the given detail message.
UserAlreadyExistingException(String, Throwable) - Constructor for exception kieker.webgui.common.exception.UserAlreadyExistingException
Creates a new instance of this class using the given detail message and cause.
UserBean - Class in kieker.webgui.web.beans.session
This bean contains information about the user of this session (like the properties and configurations).
UserBean() - Constructor for class kieker.webgui.web.beans.session.UserBean
Default constructor.
UserManagementBean - Class in kieker.webgui.web.beans.view
This class contains the necessary data behind an instance of the user management page.
UserManagementBean() - Constructor for class kieker.webgui.web.beans.view.UserManagementBean
Default constructor.
UserServiceImpl - Class in kieker.webgui.service.impl
This is an implementation of the IUserService interface.
UserServiceImpl() - Constructor for class kieker.webgui.service.impl.UserServiceImpl
Default constructor.

V

validateDisplayConnectorName(FacesContext, UIComponent, Object) - Method in class kieker.webgui.web.beans.view.CockpitEditorBean
This method is used as a validator for new display connector names.
validateProjectName(FacesContext, UIComponent, Object) - Method in class kieker.webgui.web.beans.request.project.AbstractProjectBean
This method makes sure that the given project name is a valid one.
valueOf(String) - Static method in enum kieker.webgui.domain.DisplayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum kieker.webgui.domain.Role
Returns the enum constant of this type with the specified name.
values() - Static method in enum kieker.webgui.domain.DisplayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum kieker.webgui.domain.Role
Returns an array containing the constants of this enum type, in the order they are declared.
ViewScope - Class in kieker.webgui.web.utility
This is an own implementation of the view scope of Java Server Faces.
ViewScope() - Constructor for class kieker.webgui.web.utility.ViewScope
Default constructor.
VisualizationDecorator - Class in kieker.webgui.domain.pluginDecorators
 
VisualizationDecorator(MIFilter, Map<String, String>, String, String, boolean, Map<String, String>) - Constructor for class kieker.webgui.domain.pluginDecorators.VisualizationDecorator
 

X

XYPlotDisplaySettings - Class in kieker.webgui.web.utility.displaySettings
This is a settings container for a line chart within the cockpit.
XYPlotDisplaySettings() - Constructor for class kieker.webgui.web.utility.displaySettings.XYPlotDisplaySettings
Creates a new instance of this class.

A C D E F G H I J K L M N P R S T U V X

Copyright © 2015. All rights reserved.