Package org.apache.activemq.broker.view
Class ConnectionDotFilePlugin
- java.lang.Object
-
- org.apache.activemq.broker.view.ConnectionDotFilePlugin
-
- All Implemented Interfaces:
BrokerPlugin
public class ConnectionDotFilePlugin extends Object implements BrokerPlugin
A DOT file creator plugin which creates a DOT file showing the current connections
-
-
Constructor Summary
Constructors Constructor Description ConnectionDotFilePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFile()BrokerinstallPlugin(Broker broker)Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.voidsetFile(String file)Sets the destination file name to create the destination diagram
-
-
-
Method Detail
-
installPlugin
public Broker installPlugin(Broker broker) throws Exception
Description copied from interface:BrokerPluginInstalls the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.- Specified by:
installPluginin interfaceBrokerPlugin- Throws:
Exception
-
getFile
public String getFile()
-
setFile
public void setFile(String file)
Sets the destination file name to create the destination diagram
-
-