Class HttpAuditLogEntry

java.lang.Object
org.apache.activemq.broker.util.AuditLogEntry
org.apache.activemq.web.HttpAuditLogEntry

public class HttpAuditLogEntry extends org.apache.activemq.broker.util.AuditLogEntry
  • Field Summary

    Fields inherited from class org.apache.activemq.broker.util.AuditLogEntry

    operation, parameters, remoteAddr, timestamp, user
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.activemq.broker.util.AuditLogEntry

    getFormattedTime, getOperation, getParameters, getRemoteAddr, getTimestamp, getUser, sanitizeArguments, setOperation, setParameters, setRemoteAddr, setTimestamp, setUser

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HttpAuditLogEntry

      public HttpAuditLogEntry()
  • Method Details