public class DestinationDotFileInterceptor extends DotFileInterceptorSupport
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ID_SEPARATOR |
next| Constructor and Description |
|---|
DestinationDotFileInterceptor(Broker next,
java.lang.String file) |
| Modifier and Type | Method and Description |
|---|---|
Destination |
addDestination(ConnectionContext context,
ActiveMQDestination destination,
boolean create)
Used to create a destination.
|
protected void |
generateFile(java.io.PrintWriter writer) |
protected java.lang.String |
getPath(DestinationMapNode node) |
protected void |
printNodeLinks(java.io.PrintWriter writer,
DestinationMapNode node,
java.lang.String prefix) |
protected void |
printNodes(java.io.PrintWriter writer,
DestinationMapNode node,
java.lang.String prefix) |
void |
removeDestination(ConnectionContext context,
ActiveMQDestination destination,
long timeout)
Used to destroy a destination.
|
generateFileacknowledge, addBroker, addConnection, addConsumer, addDestinationInfo, addProducer, addSession, 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, removeConnection, removeConsumer, removeDestinationInfo, removeProducer, removeSession, removeSubscription, rollbackTransaction, send, sendToDeadLetterQueue, setAdminConnectionContext, slowConsumer, start, stopprotected static final java.lang.String ID_SEPARATOR
public DestinationDotFileInterceptor(Broker next, java.lang.String file)
public Destination addDestination(ConnectionContext context, ActiveMQDestination destination, boolean create) throws java.lang.Exception
RegionaddDestination in interface RegionaddDestination in class BrokerFilterdestination - the destination to create.java.lang.Exception - TODOpublic void removeDestination(ConnectionContext context, ActiveMQDestination destination, long timeout) throws java.lang.Exception
RegionremoveDestination in interface RegionremoveDestination in class BrokerFiltercontext - the environment the operation is being executed under.destination - what is being removed from the broker.timeout - the max amount of time to wait for the destination to quiescejava.lang.Exception - TODOprotected void generateFile(java.io.PrintWriter writer)
throws java.lang.Exception
generateFile in class DotFileInterceptorSupportjava.lang.Exceptionprotected void printNodes(java.io.PrintWriter writer,
DestinationMapNode node,
java.lang.String prefix)
protected void printNodeLinks(java.io.PrintWriter writer,
DestinationMapNode node,
java.lang.String prefix)
protected java.lang.String getPath(DestinationMapNode node)
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.