org.apache.activemq.broker.view
Class ConnectionDotFilePlugin

java.lang.Object
  extended by org.apache.activemq.broker.view.ConnectionDotFilePlugin
All Implemented Interfaces:
BrokerPlugin

public class ConnectionDotFilePlugin
extends java.lang.Object
implements BrokerPlugin

A DOT file creator plugin which creates a DOT file showing the current connections


Constructor Summary
ConnectionDotFilePlugin()
           
 
Method Summary
 java.lang.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(java.lang.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
 

Constructor Detail

ConnectionDotFilePlugin

public ConnectionDotFilePlugin()
Method Detail

installPlugin

public Broker installPlugin(Broker broker)
                     throws java.lang.Exception
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
Throws:
java.lang.Exception

getFile

public java.lang.String getFile()

setFile

public void setFile(java.lang.String file)
Sets the destination file name to create the destination diagram



Copyright © 2005-2015. All Rights Reserved.