org.sapia.soto
Interface ServiceSelector

All Known Implementing Classes:
AttributeServiceSelector, InstanceOfSelector

public interface ServiceSelector

Instances of this interface are used to determine if a given service is to be included in the result of a lookup.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2004 Sapia Open Source Software . All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
SotoContainer.lookup(ServiceSelector, boolean)

Method Summary
 boolean accepts(ServiceMetaData meta)
           
 

Method Detail

accepts

boolean accepts(ServiceMetaData meta)
Parameters:
meta - a ServiceMetadata.
Returns:
true if this instance determines that the given instance should be returned in the lookup result.


Copyright © 2002-2007 Sapia Open Community, Inc. All Rights Reserved.