Liferay 6.0.5

com.liferay.portal.monitoring.statistics.service
Class ServiceRequestDataSample

java.lang.Object
  extended by com.liferay.portal.monitoring.statistics.BaseDataSample
      extended by com.liferay.portal.monitoring.statistics.service.ServiceRequestDataSample
All Implemented Interfaces:
DataSample, Serializable

public class ServiceRequestDataSample
extends BaseDataSample

See Also:
Serialized Form

Constructor Summary
ServiceRequestDataSample(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 
Method Summary
 MethodKey getMethodKey()
           
 
Methods inherited from class com.liferay.portal.monitoring.statistics.BaseDataSample
capture, getAttributes, getCompanyId, getDescription, getDuration, getName, getNamespace, getRequestStatus, getUser, prepare, setAttributes, setCompanyId, setDescription, setName, setNamespace, setUser, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceRequestDataSample

public ServiceRequestDataSample(org.aopalliance.intercept.MethodInvocation methodInvocation)
Method Detail

getMethodKey

public MethodKey getMethodKey()

Liferay 6.0.5