Liferay 6.1.2-ce-ga3

com.liferay.portal.monitoring.statistics.portlet
Class PortletRequestDataSample

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

public class PortletRequestDataSample
extends BaseDataSample

See Also:
Serialized Form

Constructor Summary
PortletRequestDataSample(PortletRequestType requestType, PortletRequest portletRequest, PortletResponse portletResponse)
           
 
Method Summary
 String getDisplayName()
           
 String getPortletId()
           
 PortletRequestType getRequestType()
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletRequestDataSample

public PortletRequestDataSample(PortletRequestType requestType,
                                PortletRequest portletRequest,
                                PortletResponse portletResponse)
Method Detail

getDisplayName

public String getDisplayName()

getPortletId

public String getPortletId()

getRequestType

public PortletRequestType getRequestType()

toString

public String toString()
Overrides:
toString in class BaseDataSample

Liferay 6.1.2-ce-ga3