Liferay 6.1.2-ce-ga3

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
 MethodSignature getMethodSignature()
           
 
Methods inherited from class com.liferay.portal.monitoring.statistics.BaseDataSample
capture, getAttributes, getCompanyId, getDescription, getDuration, getName, getNamespace, getRequestStatus, getTimeout, getUser, prepare, setAttributes, setCompanyId, setDescription, setName, setNamespace, setTimeout, 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

getMethodSignature

public MethodSignature getMethodSignature()

Liferay 6.1.2-ce-ga3