public class Auditor extends SwichtableBrokerPlugin implements org.osgi.service.cm.ManagedService, AuditorMBean
| Constructor and Description |
|---|
Auditor(StorageService storage) |
| Modifier and Type | Method and Description |
|---|---|
void |
messageConsumed(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.broker.region.MessageReference messageReference) |
void |
messageDelivered(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.broker.region.MessageReference messageReference) |
void |
messageDiscarded(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.broker.region.Subscription sub,
org.apache.activemq.broker.region.MessageReference messageReference) |
void |
send(org.apache.activemq.broker.ProducerBrokerExchange producerExchange,
org.apache.activemq.command.Message messageSend) |
protected java.lang.String |
toJson(java.lang.String eventType,
org.apache.activemq.broker.region.MessageReference messageReference) |
void |
updated(java.util.Dictionary<java.lang.String,?> properties) |
clearForDest, disable, disableForDest, enable, enableForDest, getConfiguration, getPlugin, getProperties, isDestEnabled, isEnabled, isEnabled, reset, setConfiguration, setEnabled, updateinstallPlugin, start, stopacknowledge, addBroker, addConnection, addConsumer, addDestination, addDestinationInfo, addProducer, addSession, beginTransaction, brokerServiceStarted, commitTransaction, fastProducer, forgetTransaction, gc, getAdaptor, getAdminConnectionContext, getBrokerId, getBrokerName, getBrokerSequenceId, getBrokerService, getClients, getDestinationMap, getDestinations, getDestinations, getDurableDestinations, getExecutor, getNext, getPeerBrokerInfos, getPreparedTransactions, getRoot, getScheduler, getTempDataStore, getVmConnectorURI, isExpired, isFaultTolerantConfiguration, isFull, isStopped, messageExpired, messagePull, networkBridgeStarted, networkBridgeStopped, nowMasterBroker, postProcessDispatch, prepareTransaction, preProcessDispatch, processConsumerControl, processDispatchNotification, reapplyInterceptor, removeBroker, removeConnection, removeConsumer, removeDestination, removeDestinationInfo, removeProducer, removeSession, removeSubscription, rollbackTransaction, sendToDeadLetterQueue, setAdminConnectionContext, setNext, slowConsumerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearForDest, disableForDest, enableForDest, getConfiguration, isEnabled, setConfiguration, setEnabledpublic Auditor(StorageService storage)
public void send(org.apache.activemq.broker.ProducerBrokerExchange producerExchange,
org.apache.activemq.command.Message messageSend)
throws java.lang.Exception
send in interface org.apache.activemq.broker.region.Regionsend in class org.apache.activemq.broker.MutableBrokerFilterjava.lang.Exceptionpublic void messageConsumed(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.broker.region.MessageReference messageReference)
messageConsumed in interface org.apache.activemq.broker.BrokermessageConsumed in class org.apache.activemq.broker.MutableBrokerFilterpublic void messageDelivered(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.broker.region.MessageReference messageReference)
messageDelivered in interface org.apache.activemq.broker.BrokermessageDelivered in class org.apache.activemq.broker.MutableBrokerFilterpublic void messageDiscarded(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.broker.region.Subscription sub,
org.apache.activemq.broker.region.MessageReference messageReference)
messageDiscarded in interface org.apache.activemq.broker.BrokermessageDiscarded in class org.apache.activemq.broker.MutableBrokerFilterpublic void updated(java.util.Dictionary<java.lang.String,?> properties)
throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceorg.osgi.service.cm.ConfigurationExceptionprotected java.lang.String toJson(java.lang.String eventType,
org.apache.activemq.broker.region.MessageReference messageReference)
Copyright © 2014 Red Hat. All Rights Reserved.