Liferay 7.0-ga1 portal-impl

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

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

@ProviderType
public class DataSampleFactoryUtil
extends Object


Method Summary
static com.liferay.portal.kernel.monitoring.DataSample createPortalRequestDataSample(long companyId, long groupId, String referer, String remoteAddr, String remoteUser, String requestURI, String requestURL, String userAgent)
           
static com.liferay.portal.kernel.monitoring.DataSample createPortletRequestDataSample(com.liferay.portal.kernel.monitoring.PortletRequestType requestType, PortletRequest portletRequest, PortletResponse portletResponse)
           
static com.liferay.portal.kernel.monitoring.DataSample createServiceRequestDataSample(com.liferay.portal.kernel.monitoring.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 com.liferay.portal.kernel.monitoring.DataSample createPortalRequestDataSample(long companyId,
                                                                                            long groupId,
                                                                                            String referer,
                                                                                            String remoteAddr,
                                                                                            String remoteUser,
                                                                                            String requestURI,
                                                                                            String requestURL,
                                                                                            String userAgent)

createPortletRequestDataSample

public static com.liferay.portal.kernel.monitoring.DataSample createPortletRequestDataSample(com.liferay.portal.kernel.monitoring.PortletRequestType requestType,
                                                                                             PortletRequest portletRequest,
                                                                                             PortletResponse portletResponse)

createServiceRequestDataSample

public static com.liferay.portal.kernel.monitoring.DataSample createServiceRequestDataSample(com.liferay.portal.kernel.monitoring.MethodSignature methodSignature)

Liferay 7.0-ga1 portal-impl