org.apache.activemq.broker.util
Class AuditLogEntry
java.lang.Object
org.apache.activemq.broker.util.AuditLogEntry
- Direct Known Subclasses:
- JMXAuditLogEntry
public class AuditLogEntry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
user
protected String user
timestamp
protected long timestamp
operation
protected String operation
remoteAddr
protected String remoteAddr
parameters
protected Map<String,Object> parameters
AuditLogEntry
public AuditLogEntry()
getUser
public String getUser()
setUser
public void setUser(String user)
getTimestamp
public long getTimestamp()
setTimestamp
public void setTimestamp(long timestamp)
getFormattedTime
public String getFormattedTime()
getOperation
public String getOperation()
setOperation
public void setOperation(String operation)
getRemoteAddr
public String getRemoteAddr()
setRemoteAddr
public void setRemoteAddr(String remoteAddr)
getParameters
public Map<String,Object> getParameters()
setParameters
public void setParameters(Map<String,Object> parameters)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.