public class OSGiClassLoaderServiceImpl extends org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl implements ClassLoaderService
ClassLoaderService.Work<T>| Constructor and Description |
|---|
OSGiClassLoaderServiceImpl(OsgiClassLoader osgiClassLoader,
OsgiServiceUtil osgiServiceUtil) |
| Modifier and Type | Method and Description |
|---|---|
<S> LinkedHashSet<S> |
loadJavaServices(Class<S> serviceContract)
Discovers and instantiates implementations of the named service contract.
|
void |
stop()
Stop phase notification
|
classForName, fromConfigSettings, generateProxy, locateResource, locateResources, locateResourceStream, packageForNameOrNull, workWithClassLoaderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclassForName, generateProxy, locateResource, locateResources, locateResourceStream, packageForNameOrNull, workWithClassLoaderpublic OSGiClassLoaderServiceImpl(OsgiClassLoader osgiClassLoader, OsgiServiceUtil osgiServiceUtil)
public <S> LinkedHashSet<S> loadJavaServices(Class<S> serviceContract)
ClassLoaderServiceService. Instead here we are talking about
services as defined by ServiceLoader.loadJavaServices in interface ClassLoaderServiceloadJavaServices in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImplS - The type of the service contractserviceContract - The java type defining the service contractCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.