com.bigdata.jini.lookup.entry
Class ServiceItemFilterChain

java.lang.Object
  extended by 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

Constructor Summary
ServiceItemFilterChain()
           
ServiceItemFilterChain(net.jini.lookup.ServiceItemFilter filter)
           
ServiceItemFilterChain(net.jini.lookup.ServiceItemFilter[] filter)
           
 
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
 

Constructor Detail

ServiceItemFilterChain

public ServiceItemFilterChain()

ServiceItemFilterChain

public ServiceItemFilterChain(net.jini.lookup.ServiceItemFilter filter)

ServiceItemFilterChain

public ServiceItemFilterChain(net.jini.lookup.ServiceItemFilter[] filter)
Method Detail

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.