org.jboss.remoting.network.filter
Class InvokerProtocolFilter

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

public class InvokerProtocolFilter
extends java.lang.Object
implements NetworkFilter

InvokerProtocolFilter will examine the protocol of the InvokerLocators on the server and return true for the filter if the protocol matches our spec.

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

Constructor Summary
InvokerProtocolFilter(java.lang.String protocol)
           
 
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

InvokerProtocolFilter

public InvokerProtocolFilter(java.lang.String protocol)
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.