JavaScript is disabled on your browser.
java.lang.Object
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
org.hibernate.osgi.OSGiClassLoaderServiceImpl
All Implemented Interfaces:
java.io.Serializable, org.hibernate.boot.registry.classloading.spi.ClassLoaderService, org.hibernate.service.Service, org.hibernate.service.spi.Stoppable
public class OSGiClassLoaderServiceImpl
extends org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
implements org.hibernate.boot.registry.classloading.spi.ClassLoaderService
The ClassLoaderService that should be used when running in OSGi;
this helps for example to load the Services correctly.
See Also:
Serialized Form
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
org.hibernate.boot.registry.classloading.spi.ClassLoaderService.Work<T>
Method Summary
Methods inherited from class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
classForName, fromConfigSettings, generateProxy, locateResource, locateResources, locateResourceStream, workWithClassLoader
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
classForName, generateProxy, locateResource, locateResources, locateResourceStream, workWithClassLoader
Method Detail
stop
public void stop()
Specified by:
stop
in interface org.hibernate.service.spi.Stoppable
Overrides:
stop
in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.