com.bigdata.jini.lookup.entry
Class ServiceItemFilterChain
java.lang.Object
com.bigdata.jini.lookup.entry.ServiceItemFilterChain
- All Implemented Interfaces:
- Serializable, net.jini.lookup.ServiceItemFilter
public class ServiceItemFilterChain
- extends Object
- implements net.jini.lookup.ServiceItemFilter, Serializable
A chain of filters applied in the order in which they were added.
- Version:
- $Id$
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
|
Method Summary |
void |
add(net.jini.lookup.ServiceItemFilter f)
|
boolean |
check(net.jini.core.lookup.ServiceItem serviceItem)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceItemFilterChain
public ServiceItemFilterChain()
ServiceItemFilterChain
public ServiceItemFilterChain(net.jini.lookup.ServiceItemFilter filter)
ServiceItemFilterChain
public ServiceItemFilterChain(net.jini.lookup.ServiceItemFilter[] filter)
add
public void add(net.jini.lookup.ServiceItemFilter f)
check
public boolean check(net.jini.core.lookup.ServiceItem serviceItem)
- Specified by:
check in interface net.jini.lookup.ServiceItemFilter
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.