com.liferay.portal.monitoring.statistics.portlet
Class PortletRequestDataSample
java.lang.Object
com.liferay.portal.monitoring.statistics.BaseDataSample
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
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PortletRequestDataSample
public PortletRequestDataSample(PortletRequestType requestType,
javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse)
getDisplayName
public java.lang.String getDisplayName()
getPortletId
public java.lang.String getPortletId()
getRequestType
public PortletRequestType getRequestType()
toString
public java.lang.String toString()
- Overrides:
toString
in class BaseDataSample