org.jboss.remoting.network.filter
Class IdentityFilter
java.lang.Object
org.jboss.remoting.network.filter.IdentityFilter
- All Implemented Interfaces:
- NetworkFilter, Serializable
- public class IdentityFilter
- extends Object
- implements NetworkFilter
IdentityFilter
- Version:
- $Revision: 1.1 $
- Author:
- Jeff Haynie
- See Also:
- Serialized Form
Method Summary |
boolean |
filter(Identity identity,
InvokerLocator[] locators)
called to apply a filter when selecting 0..* servers on the network |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityFilter
public IdentityFilter(Identity identity)
filter
public boolean filter(Identity identity,
InvokerLocator[] locators)
- called to apply a filter when selecting 0..* servers on the network
- Specified by:
filter
in interface NetworkFilter
- Parameters:
identity
- locators
-
- Returns:
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.