public class

GroupedMethodProfiler

extends Object
java.lang.Object
   ↳ com.atlassian.jira.config.component.GroupedMethodProfiler

Summary

Public Constructors
GroupedMethodProfiler()
Public Methods
static Object getProfiledObject(Object o)
static String getTrimmedClassName(Method method)
Given a method, get the Method name, with no package information.
static Object profiledInvoke(Method target, Object value, Object[] args)
A profiled call invoke(Object, Object[]).
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GroupedMethodProfiler ()

Public Methods

public static Object getProfiledObject (Object o)

public static String getTrimmedClassName (Method method)

Given a method, get the Method name, with no package information.

public static Object profiledInvoke (Method target, Object value, Object[] args)

A profiled call invoke(Object, Object[]). If isActive() returns false, then no profiling is performed.