Uses of Class
org.glassfish.grizzly.utils.ServiceFinder

Packages that use ServiceFinder
org.glassfish.grizzly.utils   
 

Uses of ServiceFinder in org.glassfish.grizzly.utils
 

Methods in org.glassfish.grizzly.utils that return ServiceFinder
static
<T> ServiceFinder<T>
ServiceFinder.find(java.lang.Class<T> service)
          Locates and incrementally instantiates the available providers of a given service using the context class loader.
static
<T> ServiceFinder<T>
ServiceFinder.find(java.lang.Class<T> service, java.lang.ClassLoader loader)
          Locates and incrementally instantiates the available providers of a given service using the given class loader.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.