Package org.apache.activemq.broker.util
Class JMXAuditLogEntry
- java.lang.Object
-
- org.apache.activemq.broker.util.AuditLogEntry
-
- org.apache.activemq.broker.util.JMXAuditLogEntry
-
public class JMXAuditLogEntry extends AuditLogEntry
-
-
Field Summary
Fields Modifier and Type Field Description protected String
target
static String[]
VERBS
-
Fields inherited from class org.apache.activemq.broker.util.AuditLogEntry
operation, parameters, remoteAddr, timestamp, user
-
-
Constructor Summary
Constructors Constructor Description JMXAuditLogEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
complete()
String
getTarget()
void
setTarget(String target)
String
toString()
-
Methods inherited from class org.apache.activemq.broker.util.AuditLogEntry
getFormattedTime, getOperation, getParameters, getRemoteAddr, getTimestamp, getUser, sanitizeArguments, setOperation, setParameters, setRemoteAddr, setTimestamp, setUser
-
-