Liferay 7.0-ce-b4

com.liferay.portal.monitoring.statistics
Class DataSampleFactoryUtil

java.lang.Object
  extended by com.liferay.portal.monitoring.statistics.DataSampleFactoryUtil

@ProviderType
public class DataSampleFactoryUtil
extends Object


Method Summary
static DataSample createPortalRequestDataSample(long companyId, long groupId, String referer, String remoteAddr, String remoteUser, String requestURI, String requestURL, String userAgent)
           
static DataSample createPortletRequestDataSample(PortletRequestType requestType, PortletRequest portletRequest, PortletResponse portletResponse)
           
static DataSample createServiceRequestDataSample(MethodSignature methodSignature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createPortalRequestDataSample

public static DataSample createPortalRequestDataSample(long companyId,
                                                       long groupId,
                                                       String referer,
                                                       String remoteAddr,
                                                       String remoteUser,
                                                       String requestURI,
                                                       String requestURL,
                                                       String userAgent)

createPortletRequestDataSample

public static DataSample createPortletRequestDataSample(PortletRequestType requestType,
                                                        PortletRequest portletRequest,
                                                        PortletResponse portletResponse)

createServiceRequestDataSample

public static DataSample createServiceRequestDataSample(MethodSignature methodSignature)

Liferay 7.0-ce-b4