org.jboss.remoting.network.filter
Class InvokerProtocolFilter
java.lang.Object
org.jboss.remoting.network.filter.InvokerProtocolFilter
- All Implemented Interfaces:
- NetworkFilter, Serializable
- public class InvokerProtocolFilter
- extends 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: 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 |
InvokerProtocolFilter
public InvokerProtocolFilter(String protocol)
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.