org.apache.activemq.broker.view
Class DestinationDotFilePlugin
java.lang.Object
org.apache.activemq.broker.view.DestinationDotFilePlugin
- All Implemented Interfaces:
- BrokerPlugin
public class DestinationDotFilePlugin
- extends Object
- implements BrokerPlugin
A DOT
file creator plugin which creates a DOT file showing the current topic & queue hierarchies.
- Version:
- $Revision: $
Method Summary |
String |
getFile()
|
Broker |
installPlugin(Broker broker)
Installs the plugin into the interceptor chain of the broker, returning the new
intercepted broker to use. |
void |
setFile(String file)
Sets the destination file name to create the destination diagram |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DestinationDotFilePlugin
public DestinationDotFilePlugin()
installPlugin
public Broker installPlugin(Broker broker)
- Description copied from interface:
BrokerPlugin
- Installs the plugin into the interceptor chain of the broker, returning the new
intercepted broker to use.
- Specified by:
installPlugin
in interface BrokerPlugin
getFile
public String getFile()
setFile
public void setFile(String file)
- Sets the destination file name to create the destination diagram
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.