Uses of Interface
org.sapia.soto.ServiceSelector

Packages that use ServiceSelector
org.sapia.soto   
org.sapia.soto.config   
 

Uses of ServiceSelector in org.sapia.soto
 

Classes in org.sapia.soto that implement ServiceSelector
 class AttributeServiceSelector
          This class implements a ServiceSelector that selects Soto Services based on their configured attributes.
 class InstanceOfSelector
          Selects services that implement a given interface.
 

Methods in org.sapia.soto with parameters of type ServiceSelector
 java.util.List Env.lookup(ServiceSelector selector, boolean returnMetadata)
           
 java.util.List SotoContainer.lookup(ServiceSelector selector, boolean returnMetadata)
          Internally adds the services that have been accepted by the passed in selector and returns them in a list to the caller.
 java.util.List SotoContainer.EnvImpl.lookup(ServiceSelector selector, boolean returnMetadata)
           
 

Uses of ServiceSelector in org.sapia.soto.config
 

Methods in org.sapia.soto.config with parameters of type ServiceSelector
 java.util.List ServiceEnv.lookup(ServiceSelector selector, boolean returnMetadata)
           
 



Copyright © 2010 Sapia OSS. All Rights Reserved.