Package | Description |
---|---|
org.apache.jetspeed.profiler |
Modifier and Type | Method and Description |
---|---|
void |
Profiler.deletePrincipalRule(PrincipalRule rule) |
void |
Profiler.deleteProfilingRule(ProfilingRule rule) |
ProfileLocator |
Profiler.getDefaultProfile(RequestContext context,
String locatorName)
Retrieve the default profile locator
ProfileLocator for the given runtime parameters represented in the request
context and for the locatorName. |
Map<String,ProfileLocator> |
Profiler.getDefaultProfileLocators(RequestContext context)
Retrieves a map of all default locators, mapping locator name to profile locator
|
ProfileLocator |
Profiler.getProfile(RequestContext context,
ProfilingRule rule)
Retrieve a profile locator
ProfileLocator for the given runtime parameters represented in the request
context and for the provided ProfilingRule . |
ProfileLocator |
Profiler.getProfile(RequestContext context,
String locatorName)
Retrieve a profile locator
ProfileLocator for the given runtime parameters represented in the request
context and for the locatorName. |
Map<String,ProfileLocator> |
Profiler.getProfileLocators(RequestContext context,
Principal principal)
Retrieves a map of all supported locators for a principal, mapping locator name to profile locator
|
void |
Profiler.storePrincipalRule(PrincipalRule rule) |
void |
Profiler.storeProfilingRule(ProfilingRule rule) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.