cascading.provider
Class ServiceLoader
java.lang.Object
cascading.provider.ProviderLoader<CascadingService>
cascading.provider.ServiceLoader
public class ServiceLoader
- extends ProviderLoader<CascadingService>
Class ServiceLoader is an implementation of a ProviderLoader
and is used to load
CascadingService
instances used by internal frameworks.
- See Also:
CascadingService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static ServiceLoader getInstance(URL libraryURL,
String[] exclusions)
releaseSingletonsAndDestroy
public static void releaseSingletonsAndDestroy()
loadSingletonServiceFrom
public CascadingService loadSingletonServiceFrom(Properties defaultProperties,
Map<Object,Object> properties,
String property)
releaseSingletonServices
public Collection<CascadingService> releaseSingletonServices()
loadServiceFrom
public CascadingService loadServiceFrom(Properties defaultProperties,
Map<Object,Object> properties,
String property)
Copyright © 2007-2014 Concurrent, Inc. All Rights Reserved.