public class GrouperBroker
extends org.apache.activemq.broker.BrokerFilter
| Constructor and Description |
|---|
GrouperBroker(org.apache.activemq.broker.Broker next1) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnection(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ConnectionInfo info) |
org.apache.activemq.broker.region.Subscription |
addConsumer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ConsumerInfo info) |
org.apache.activemq.broker.region.Destination |
addDestination(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ActiveMQDestination destination,
boolean create) |
void |
addDestinationInfo(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.DestinationInfo info) |
void |
addProducer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ProducerInfo info) |
void |
addSession(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.SessionInfo info) |
void |
removeConnection(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ConnectionInfo info,
Throwable error) |
void |
removeConsumer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ConsumerInfo info) |
void |
removeDestination(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ActiveMQDestination destination,
long timeout) |
void |
removeDestinationInfo(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.DestinationInfo info) |
void |
removeProducer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ProducerInfo info) |
void |
removeSession(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.SessionInfo info) |
void |
removeSubscription(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.RemoveSubscriptionInfo info) |
void |
send(org.apache.activemq.broker.ProducerBrokerExchange producerExchange,
org.apache.activemq.command.Message messageSend) |
acknowledge, addBroker, beginTransaction, brokerServiceStarted, commitTransaction, fastProducer, forgetTransaction, gc, getAdaptor, getAdminConnectionContext, getBrokerId, getBrokerName, getBrokerSequenceId, getBrokerService, getClients, getDestinationMap, getDestinations, getDestinations, getDurableDestinations, getExecutor, getPeerBrokerInfos, getPreparedTransactions, getRoot, getScheduler, getTempDataStore, getVmConnectorURI, isExpired, isFaultTolerantConfiguration, isFull, isStopped, messageConsumed, messageDelivered, messageDiscarded, messageExpired, messagePull, networkBridgeStarted, networkBridgeStopped, nowMasterBroker, postProcessDispatch, prepareTransaction, preProcessDispatch, processConsumerControl, processDispatchNotification, removeBroker, rollbackTransaction, sendToDeadLetterQueue, setAdminConnectionContext, slowConsumer, start, stoppublic GrouperBroker(org.apache.activemq.broker.Broker next1)
next1 - public void addConnection(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ConnectionInfo info)
throws Exception
addConnection in interface org.apache.activemq.broker.BrokeraddConnection in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.addConnection(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ConnectionInfo)public void addSession(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.SessionInfo info)
throws Exception
addSession in interface org.apache.activemq.broker.BrokeraddSession in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.addSession(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.SessionInfo)public void removeConnection(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ConnectionInfo info,
Throwable error)
throws Exception
removeConnection in interface org.apache.activemq.broker.BrokerremoveConnection in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.removeConnection(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ConnectionInfo, java.lang.Throwable)public void removeConsumer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ConsumerInfo info)
throws Exception
removeConsumer in interface org.apache.activemq.broker.region.RegionremoveConsumer in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.removeConsumer(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ConsumerInfo)public void removeDestinationInfo(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.DestinationInfo info)
throws Exception
removeDestinationInfo in interface org.apache.activemq.broker.BrokerremoveDestinationInfo in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.removeDestinationInfo(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.DestinationInfo)public void removeProducer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ProducerInfo info)
throws Exception
removeProducer in interface org.apache.activemq.broker.BrokerremoveProducer in interface org.apache.activemq.broker.region.RegionremoveProducer in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.removeProducer(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ProducerInfo)public void removeSession(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.SessionInfo info)
throws Exception
removeSession in interface org.apache.activemq.broker.BrokerremoveSession in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.removeSession(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.SessionInfo)public void removeSubscription(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.RemoveSubscriptionInfo info)
throws Exception
removeSubscription in interface org.apache.activemq.broker.region.RegionremoveSubscription in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.removeSubscription(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.RemoveSubscriptionInfo)public void addDestinationInfo(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.DestinationInfo info)
throws Exception
addDestinationInfo in interface org.apache.activemq.broker.BrokeraddDestinationInfo in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.addDestinationInfo(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.DestinationInfo)public org.apache.activemq.broker.region.Destination addDestination(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ActiveMQDestination destination,
boolean create)
throws Exception
addDestination in interface org.apache.activemq.broker.region.RegionaddDestination in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.addDestination(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ActiveMQDestination, boolean)public void removeDestination(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ActiveMQDestination destination,
long timeout)
throws Exception
removeDestination in interface org.apache.activemq.broker.region.RegionremoveDestination in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.removeDestination(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ActiveMQDestination, long)public org.apache.activemq.broker.region.Subscription addConsumer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ConsumerInfo info)
throws Exception
addConsumer in interface org.apache.activemq.broker.region.RegionaddConsumer in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.addConsumer(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ConsumerInfo)public void addProducer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ProducerInfo info)
throws Exception
addProducer in interface org.apache.activemq.broker.BrokeraddProducer in interface org.apache.activemq.broker.region.RegionaddProducer in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.addProducer(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ProducerInfo)public void send(org.apache.activemq.broker.ProducerBrokerExchange producerExchange,
org.apache.activemq.command.Message messageSend)
throws Exception
send in interface org.apache.activemq.broker.region.Regionsend in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.send(org.apache.activemq.broker.ProducerBrokerExchange, org.apache.activemq.command.Message)Copyright © 2016 Internet2. All rights reserved.