public class MethodProfilingInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
MethodProfilingInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setGroup(String group)
Set the group to use when adding a registration for profiling.
|
void |
setProfilingContainer(ProfilingContainer profilingContainer)
Set the
ProfilingContainer to use for the profiling. |
public void setProfilingContainer(ProfilingContainer profilingContainer)
ProfilingContainer to use for the profiling.profilingContainer - profiling containerpublic void setGroup(String group)
group - group nameCopyright © 2016. All rights reserved.