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, java.io.Serializable

public class ServiceRequestDataSample
extends BaseDataSample

View Source

Author:
Michael C. Han
See Also:
Serialized Form

Constructor Summary
ServiceRequestDataSample(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 
Method Summary
 com.liferay.portal.kernel.util.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 com.liferay.portal.kernel.util.MethodKey getMethodKey()