org.jboss.remoting.network
Interface NetworkFilter
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- IdentityFilter, InvokerProtocolFilter
public interface NetworkFilter
- extends java.io.Serializable
NetworkFilter can be used when selecting 0..* servers on the network
from the NetworkRegistry
- Version:
- $Revision: 566 $
- Author:
- Jeff Haynie
Method Summary |
boolean |
filter(Identity identity,
InvokerLocator[] locators)
called to apply a filter when selecting 0..* servers on the network |
filter
boolean filter(Identity identity,
InvokerLocator[] locators)
- called to apply a filter when selecting 0..* servers on the network
- Parameters:
identity
- locators
-
- Returns:
Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.