Class RequestLogBean

All Implemented Interfaces:
BusinessObject, BusinessProcessor, RequestLog, Serializable

public class RequestLogBean extends BaseBusinessProcessor implements Serializable, RequestLog
Represents a single entry in the request log, ie, a single request made by a user to the application. RequestLogBean is the default implementation of the RequestLog interface for the application.

The database stores the request log in the sscRequestLog table, and this class can be used to represent a single row of that table. The Hibernate configuration file RequestLogBean.hbm.xml maps that table's columns to the properties in this object.

Author:
David Tobey
See Also: