org.apache.activemq.network
Interface ConnectionFilter


public interface ConnectionFilter

Abstraction that allows you to control which brokers a NetworkConnector connects bridges to.

Version:
$Revision$

Method Summary
 boolean connectTo(java.net.URI location)
           
 

Method Detail

connectTo

boolean connectTo(java.net.URI location)
Parameters:
location -
Returns:
true if the network connector should establish a connection to the specified location.


Copyright © 2011 Apache Software Foundation. All Rights Reserved.