com.bigdata.service.jini.lookup
Class ClientServiceFilter

java.lang.Object
  extended by com.bigdata.service.jini.lookup.ClientServiceFilter
All Implemented Interfaces:
Serializable, net.jini.lookup.ServiceItemFilter

public class ClientServiceFilter
extends Object
implements net.jini.lookup.ServiceItemFilter, Serializable

Filter accepts items which implement IClientService.

Version:
$Id$
Author:
Bryan Thompson
See Also:
Serialized Form

Field Summary
static ClientServiceFilter INSTANCE
           
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
protected ClientServiceFilter()
          Use INSTANCE if there are no other constraints.
 
Method Summary
 boolean check(net.jini.core.lookup.ServiceItem item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final transient org.apache.log4j.Logger log

INSTANCE

public static final transient ClientServiceFilter INSTANCE
Constructor Detail

ClientServiceFilter

protected ClientServiceFilter()
Use INSTANCE if there are no other constraints.

Method Detail

check

public boolean check(net.jini.core.lookup.ServiceItem item)
Specified by:
check in interface net.jini.lookup.ServiceItemFilter
Returns:
true if the item is an IClientService.


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.