Uses of Class
nextgrid.api.env.DiscoveryException

Packages that use DiscoveryException
nextgrid.api.env   
nextgrid.api.pem   
nextgrid.api.ram   
 

Uses of DiscoveryException in nextgrid.api.env
 

Methods in nextgrid.api.env that throw DiscoveryException
 java.util.Collection<Process> ProcessDiscoverer.discover(AbstractProcess process)
          Searches through associated registries all processes matching the semantic description of the abstract process passed as a parameter.
 java.util.Collection<Process> ProcessDiscoverer.discover(QueryProfile profile)
          Searches through associated registries all processes matching the specified query profile.
 ProcessDiscoverer ProcessEnvironment.getDiscovererFor(java.net.URI id)
          Gets a discoverer for the specified process id.
 

Uses of DiscoveryException in nextgrid.api.pem
 

Methods in nextgrid.api.pem that return DiscoveryException
 DiscoveryException DiscoveryEvent.getException()
          Gets the value of exception.
 

Constructors in nextgrid.api.pem with parameters of type DiscoveryException
DiscoveryEvent(ProcessDiscoverer discoverer, Process process, java.util.List<Process> candidates, DiscoveryException exception)
          Creates an instance.
 

Uses of DiscoveryException in nextgrid.api.ram
 

Subclasses of DiscoveryException in nextgrid.api.ram
 class RegistryException
          Exceptions thrown by a Registry if an error occurs during a query execution.
 



Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.