Uses of Class
org.apache.jetspeed.profiler.ProfilerException

Packages that use ProfilerException
org.apache.jetspeed.profiler   
org.apache.jetspeed.profiler.impl   
org.apache.jetspeed.serializer   
 

Uses of ProfilerException in org.apache.jetspeed.profiler
 

Methods in org.apache.jetspeed.profiler that throw ProfilerException
 void Profiler.deletePrincipalRule(PrincipalRule rule)
           
 void Profiler.deleteProfilingRule(ProfilingRule rule)
           
 ProfileLocator Profiler.getDefaultProfile(RequestContext context, java.lang.String locatorName)
           getDefaultProfile
 java.util.Map Profiler.getDefaultProfileLocators(RequestContext context)
           getDefaultProfileLocators
 ProfileLocator Profiler.getProfile(RequestContext context, ProfilingRule rule)
          Get the Profile object using the request parameters and the rule.
 ProfileLocator Profiler.getProfile(RequestContext context, java.lang.String locatorName)
          Get the Profile object using the request parameters.
 java.util.Map Profiler.getProfileLocators(RequestContext context, java.security.Principal principal)
          Gets all supported locators for a principal.
 void Profiler.storePrincipalRule(PrincipalRule rule)
           
 void Profiler.storeProfilingRule(ProfilingRule rule)
           
 

Uses of ProfilerException in org.apache.jetspeed.profiler.impl
 

Methods in org.apache.jetspeed.profiler.impl that throw ProfilerException
 void JetspeedProfilerImpl.deletePrincipalRule(PrincipalRule rule)
           
 void JetspeedProfilerImpl.deleteProfilingRule(ProfilingRule rule)
           
 ProfileLocator JetspeedProfilerImpl.getDefaultProfile(RequestContext context, java.lang.String locatorName)
           
 java.util.Map JetspeedProfilerImpl.getDefaultProfileLocators(RequestContext context)
           
 ProfileLocator JetspeedProfilerImpl.getProfile(RequestContext context, ProfilingRule rule)
           
 ProfileLocator JetspeedProfilerImpl.getProfile(RequestContext context, java.lang.String locatorName)
           
 java.util.Map JetspeedProfilerImpl.getProfileLocators(RequestContext context, java.security.Principal principal)
           
 void JetspeedProfilerImpl.storePrincipalRule(PrincipalRule rule)
           
 void JetspeedProfilerImpl.storeProfilingRule(ProfilingRule rule)
           
 

Uses of ProfilerException in org.apache.jetspeed.serializer
 

Methods in org.apache.jetspeed.serializer that throw ProfilerException
protected  ProfilingRule JetspeedSerializerImpl.recreateRule(Profiler profiler, ProfilingRule existingRule, JSProfilingRule jsp)
          recreate a profiling rule object from the deserialized wrapper and store it
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.