Skip navigation links
A C D E F G I J K L M N O P R S 

A

AlwaysHitedMonitorSpecification - Class in org.wicketstuff.jamon.monitor
Specification that accepts monitor in case it has hits.
AlwaysHitedMonitorSpecification() - Constructor for class org.wicketstuff.jamon.monitor.AlwaysHitedMonitorSpecification
 
AlwaysSatisfiedMonitorSpecification - Class in org.wicketstuff.jamon.monitor
Specification that always returns true.
AlwaysSatisfiedMonitorSpecification() - Constructor for class org.wicketstuff.jamon.monitor.AlwaysSatisfiedMonitorSpecification
 

C

clear() - Static method in class org.wicketstuff.jamon.monitor.JamonRepository
Removes all the SerializableMonitors in this repository.
comesFromPage(Class<? extends IRequestablePage>) - Method in class org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleContext
From which Page did the request come from? This is needed for creating the Monitor label.
count() - Method in class org.wicketstuff.jamon.monitor.JamonRepository
 
count() - Method in interface org.wicketstuff.jamon.monitor.MonitoringRepository
Returns the number of Monitors in this repository.

D

DateFormatModel(IModel<Date>) - Constructor for class org.wicketstuff.jamon.component.JamonMonitorTable.DateFormatModel
 
DEFAULT_ROWS_PER_PAGE - Static variable in class org.wicketstuff.jamon.component.JamonMonitorTable
 
destroy(Application) - Method in class org.wicketstuff.jamon.application.JamonInitializer
 
detach() - Method in class org.wicketstuff.jamon.component.JamonMonitorTable.DateFormatModel
 
dontMonitorThisRequest() - Method in class org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleContext
 
doResolveSourceLabel(IRequestHandler, RequestCycle) - Method in class org.wicketstuff.jamon.request.cycle.JamonAwareRequestCycleListener
Subclasses should implement this method if they want to monitor more types of IRequestHandlers than this JamonAwareRequestCycleListener supports.
doResolveTargetLabel(IRequestHandler, RequestCycle) - Method in class org.wicketstuff.jamon.request.cycle.JamonAwareRequestCycleListener
Subclasses should implement this method if they want to monitor more types of IRequestHandlers than this JamonAwareRequestCycleListener supports.

E

EmptyMarkupContainer - Class in org.wicketstuff.jamon.component
Empty markup container that can be swapped in and out when doing ajax replacements.
EmptyMarkupContainer(String) - Constructor for class org.wicketstuff.jamon.component.EmptyMarkupContainer
Construct.

F

find(MonitorSpecification) - Method in class org.wicketstuff.jamon.monitor.JamonRepository
 
find(MonitorSpecification) - Method in interface org.wicketstuff.jamon.monitor.MonitoringRepository
Returns all Monitor that satisfy the given MonitorSpecification.
findMonitorByLabel(String) - Method in class org.wicketstuff.jamon.monitor.JamonRepository
 
findMonitorByLabel(String) - Method in interface org.wicketstuff.jamon.monitor.MonitoringRepository
Returns Monitor that registered under the given monitorLabel

G

get(RequestCycle) - Static method in class org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleContext
 
getObject(Component) - Method in class org.wicketstuff.jamon.component.JamonMonitorTable.DateFormatModel
 

I

init(Application) - Method in class org.wicketstuff.jamon.application.JamonInitializer
 
isSatisfiedBy(Monitor) - Method in class org.wicketstuff.jamon.monitor.AlwaysHitedMonitorSpecification
 
isSatisfiedBy(Monitor) - Method in class org.wicketstuff.jamon.monitor.AlwaysSatisfiedMonitorSpecification
 
isSatisfiedBy(Monitor) - Method in class org.wicketstuff.jamon.monitor.MonitorLabelPrefixSpecification
Does the given Monitors label starts with the MonitorLabelPrefixSpecification.firstPartOfLabel.
isSatisfiedBy(Monitor) - Method in class org.wicketstuff.jamon.monitor.MonitorLabelSpecification
 
isSatisfiedBy(Monitor) - Method in interface org.wicketstuff.jamon.monitor.MonitorSpecification
Does the given Monitor satisfies this MonitorSpecification.
iterator(long, long) - Method in class org.wicketstuff.jamon.component.JamonProvider
 

J

JamonAdminForm - Class in org.wicketstuff.jamon.component
Form for filtering the JamonMonitorTable.
JamonAdminForm(String) - Constructor for class org.wicketstuff.jamon.component.JamonAdminForm
 
JamonAdminPage - Class in org.wicketstuff.jamon.component
Main page of the JAMon admin interface.
JamonAdminPage() - Constructor for class org.wicketstuff.jamon.component.JamonAdminPage
 
JamonAdminPage(PageParameters) - Constructor for class org.wicketstuff.jamon.component.JamonAdminPage
Construct.
JamonAdminPanel - Class in org.wicketstuff.jamon.component
Panel containing the JamonAdminForm.
JamonAdminPanel(String) - Constructor for class org.wicketstuff.jamon.component.JamonAdminPanel
 
JamonAwareRequestCycleListener - Class in org.wicketstuff.jamon.request.cycle
To use this class in your WebApplication simply override the WebApplication.init() method in your own WebApplication.
JamonAwareRequestCycleListener(Application, boolean) - Constructor for class org.wicketstuff.jamon.request.cycle.JamonAwareRequestCycleListener
 
JamonInitializer - Class in org.wicketstuff.jamon.application
Add the jamon features to your application.
JamonInitializer() - Constructor for class org.wicketstuff.jamon.application.JamonInitializer
 
JamonMonitorDetailsPanel - Class in org.wicketstuff.jamon.component
Panel that shows the details of a Monitor.
JamonMonitorDetailsPanel(String, String) - Constructor for class org.wicketstuff.jamon.component.JamonMonitorDetailsPanel
Construct.
JamonMonitoredRequestCycleContext - Class in org.wicketstuff.jamon.request.cycle
To use this class simply create an instance and register it to request cycle.
JamonMonitoredRequestCycleContext(boolean) - Constructor for class org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleContext
Construct.
JamonMonitoredRequestCycleContextKey - Class in org.wicketstuff.jamon.request.cycle
Metadata key for registering #JamonMonitoredRequestCycleContext()
JamonMonitoredRequestCycleContextKey() - Constructor for class org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleContextKey
 
JamonMonitorTable - Class in org.wicketstuff.jamon.component
DefaultDataTable that will create a row for each Monitor.
JamonMonitorTable(String, MonitorSpecification, long) - Constructor for class org.wicketstuff.jamon.component.JamonMonitorTable
 
JamonMonitorTable.DateFormatModel - Class in org.wicketstuff.jamon.component
 
JamonProvider - Class in org.wicketstuff.jamon.component
Jamon implementation of the SortableDataProvider.
JamonProvider(MonitorSpecification) - Constructor for class org.wicketstuff.jamon.component.JamonProvider
 
JamonRepository - Class in org.wicketstuff.jamon.monitor
Repository around the Jamon API.
JamonRepository() - Constructor for class org.wicketstuff.jamon.monitor.JamonRepository
 

K

KEY - Static variable in class org.wicketstuff.jamon.component.MonitoringRepositoryKey
 
KEY - Static variable in class org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleContextKey
 

L

LinkToDetailPanel - Class in org.wicketstuff.jamon.component
Panel that serves as a wrapper for the link that is generated to show the details of a Monitor.
LinkToDetailPanel(String, IModel<?>) - Constructor for class org.wicketstuff.jamon.component.LinkToDetailPanel
Construct.

M

model(Monitor) - Method in class org.wicketstuff.jamon.component.JamonProvider
 
MonitoringRepository - Interface in org.wicketstuff.jamon.monitor
Data provider for monitoring statements.
MonitoringRepositoryKey - Class in org.wicketstuff.jamon.component
 
MonitoringRepositoryKey() - Constructor for class org.wicketstuff.jamon.component.MonitoringRepositoryKey
 
MonitorLabelPrefixSpecification - Class in org.wicketstuff.jamon.monitor
Class that checks if a Monitors label starts with the MonitorLabelPrefixSpecification.firstPartOfLabel.
MonitorLabelPrefixSpecification(String) - Constructor for class org.wicketstuff.jamon.monitor.MonitorLabelPrefixSpecification
Construct.
MonitorLabelSpecification - Class in org.wicketstuff.jamon.monitor
Specification that is satisfied whenever the label of the Monitor is the same as the MonitorLabelSpecification.label of this specification.
MonitorLabelSpecification(String) - Constructor for class org.wicketstuff.jamon.monitor.MonitorLabelSpecification
Construct.
MonitorSpecification - Interface in org.wicketstuff.jamon.monitor
Specification interface used by the JamonRepository.

N

newRowItem(String, int, IModel<Monitor>) - Method in class org.wicketstuff.jamon.component.JamonMonitorTable
 

O

onBeginRequest(RequestCycle) - Method in class org.wicketstuff.jamon.request.cycle.JamonAwareRequestCycleListener
 
onEndRequest(RequestCycle) - Method in class org.wicketstuff.jamon.request.cycle.JamonAwareRequestCycleListener
 
onRequestHandlerExecuted(RequestCycle, IRequestHandler) - Method in class org.wicketstuff.jamon.request.cycle.JamonAwareRequestCycleListener
 
onRequestHandlerResolved(RequestCycle, IRequestHandler) - Method in class org.wicketstuff.jamon.request.cycle.JamonAwareRequestCycleListener
 
onRequestHandlerScheduled(RequestCycle, IRequestHandler) - Method in class org.wicketstuff.jamon.request.cycle.JamonAwareRequestCycleListener
 
org.wicketstuff.jamon.application - package org.wicketstuff.jamon.application
 
org.wicketstuff.jamon.component - package org.wicketstuff.jamon.component
 
org.wicketstuff.jamon.monitor - package org.wicketstuff.jamon.monitor
 
org.wicketstuff.jamon.request.cycle - package org.wicketstuff.jamon.request.cycle
 

P

PARAM_ITEMS - Static variable in class org.wicketstuff.jamon.component.JamonAdminPage
 
PATH_TO_MONITOR_DETAILS - Static variable in class org.wicketstuff.jamon.component.JamonAdminPage
 
PATH_TO_STATISTICS_TABLE - Static variable in class org.wicketstuff.jamon.component.JamonAdminPage
 

R

registerTo(RequestCycle, boolean) - Static method in class org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleContext
 

S

setSource(String) - Method in class org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleContext
setTarget(Class<? extends IRequestablePage>) - Method in class org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleContext
size() - Method in class org.wicketstuff.jamon.component.JamonProvider
 
startTimeRequest() - Method in class org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleContext
 
stopTimeRequest() - Method in class org.wicketstuff.jamon.request.cycle.JamonMonitoredRequestCycleContext
 
A C D E F G I J K L M N O P R S 
Skip navigation links

Copyright © 2017. All rights reserved.