org.jboss.remoting.network.filter
Class IdentityFilter

java.lang.Object
  extended by org.jboss.remoting.network.filter.IdentityFilter
All Implemented Interfaces:
java.io.Serializable, NetworkFilter

public class IdentityFilter
extends java.lang.Object
implements NetworkFilter

IdentityFilter

Version:
$Revision: 566 $
Author:
Jeff Haynie
See Also:
Serialized Form

Constructor Summary
IdentityFilter(Identity identity)
           
 
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
 

Constructor Detail

IdentityFilter

public IdentityFilter(Identity identity)
Method Detail

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 ? 1998-2005 JBoss Inc . All Rights Reserved.