| Package | Description |
|---|---|
| org.apache.jetspeed.profiler | |
| org.apache.jetspeed.profiler.rules |
| Modifier and Type | Method and Description |
|---|---|
ProfilingRule |
Profiler.createProfilingRule(boolean standard)
Factory for creating Profiling Rules.
|
ProfilingRule |
Profiler.getDefaultRule()
Lookup the portal's default profiling rule.
|
ProfilingRule |
Profiler.getRule(String id)
Given a rule id, get the rule
|
ProfilingRule |
Profiler.getRuleForPrincipal(Principal principal,
String locatorName)
For a given principal, lookup the associated profiling rule to that principal name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ProfilingRule> |
Profiler.getRules()
Retrieves all profiling rules
|
| Modifier and Type | Method and Description |
|---|---|
void |
Profiler.deleteProfilingRule(ProfilingRule rule) |
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. |
void |
Profiler.setRuleForPrincipal(Principal principal,
ProfilingRule rule,
String locatorName)
For a given principal, associate a profiling rule to that principal name.
|
void |
Profiler.storeProfilingRule(ProfilingRule rule) |
| Modifier and Type | Method and Description |
|---|---|
ProfilingRule |
PrincipalRule.getProfilingRule()
Gets the profiling rule associated with the principal name
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalRule.setProfilingRule(ProfilingRule rule)
Sets the profiling rule associated with the principal name
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.