public final class ServiceLoader extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Iterator<Class<T>> | classIterator(String factoryId,
             ClassLoader classLoader) | 
| static <T> Iterator<T> | iterator(Class<T> clazz,
        String factoryId,
        ClassLoader classLoader) | 
| static <T> T | load(Class<T> clazz,
    String factoryId,
    ClassLoader classLoader) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.