Uses of Class
com.metamatrix.platform.service.api.exception.ServiceNotFoundException

Packages that use ServiceNotFoundException
com.metamatrix.platform.service.proxy   
 

Uses of ServiceNotFoundException in com.metamatrix.platform.service.proxy
 

Methods in com.metamatrix.platform.service.proxy that throw ServiceNotFoundException
 java.util.List<ServiceRegistryBinding> RandomSelectionPolicy.getInstances()
           
 java.util.List<ServiceRegistryBinding> ServiceSelectionPolicy.getInstances()
          Get list of instances from the given service selection policy.
 java.util.List RoundRobinSelectionPolicy.getInstances()
          Get list of instances from the given service selection policy.
protected  java.util.List<ServiceRegistryBinding> ServiceProxy.getInstances()
          Get the list of service instances from the given service selection policy.
 ServiceRegistryBinding RandomSelectionPolicy.getNextInstance()
           
 ServiceRegistryBinding ServiceSelectionPolicy.getNextInstance()
          Get the next service instance from the given service selection policy.
 ServiceRegistryBinding RoundRobinSelectionPolicy.getNextInstance()
          Get the next service instance from the given service selection policy.
protected  ServiceRegistryBinding ServiceProxy.getNextInstance()
          Get the next service instance from the given service selection policy.
 



Copyright © 2009. All Rights Reserved.