org.jboss.remoting.network
Interface NetworkFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
IdentityFilter, InvokerProtocolFilter

public interface NetworkFilter
extends Serializable

NetworkFilter can be used when selecting 0..* servers on the network from the NetworkRegistry

Version:
$Revision: 1.1.14.2 $
Author:
Jeff Haynie

Method Summary
 boolean filter(Identity identity, InvokerLocator[] locators)
          called to apply a filter when selecting 0..* servers on the network
 

Method Detail

filter

public boolean filter(Identity identity,
                      InvokerLocator[] locators)
called to apply a filter when selecting 0..* servers on the network

Parameters:
identity -
locators -
Returns:


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.