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

public class PortletRequestDataSample
extends BaseDataSample

View Source

Author:
Karthik Sudarshan, Michael C. Han, Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
PortletRequestDataSample(PortletRequestType requestType, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getPortletId()
           
 PortletRequestType getRequestType()
           
 
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

PortletRequestDataSample

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

getDisplayName

public java.lang.String getDisplayName()

getPortletId

public java.lang.String getPortletId()

getRequestType

public PortletRequestType getRequestType()