Uses of Class
org.apache.activemq.broker.util.AuditLogEntry
-
Packages that use AuditLogEntry Package Description org.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to web browser or JavaScript clients. -
-
Uses of AuditLogEntry in org.apache.activemq.broker.util
Subclasses of AuditLogEntry in org.apache.activemq.broker.util Modifier and Type Class Description class
JMXAuditLogEntry
Methods in org.apache.activemq.broker.util with parameters of type AuditLogEntry Modifier and Type Method Description void
AuditLog. log(AuditLogEntry entry)
void
AuditLogService. log(AuditLogEntry entry)
void
DefaultAuditLog. log(AuditLogEntry entry)
-
Uses of AuditLogEntry in org.apache.activemq.web
Subclasses of AuditLogEntry in org.apache.activemq.web Modifier and Type Class Description class
HttpAuditLogEntry
-