org.hibernate.service.internal
Class StandardServiceRegistryImpl
java.lang.Object
org.hibernate.service.internal.AbstractServiceRegistryImpl
org.hibernate.service.internal.StandardServiceRegistryImpl
- All Implemented Interfaces:
- ServiceRegistry, ServiceBinding.ServiceLifecycleOwner, ServiceRegistryImplementor
public class StandardServiceRegistryImpl
- extends AbstractServiceRegistryImpl
- implements ServiceRegistry
Hibernate implementation of the standard service registry.
Methods inherited from class org.hibernate.service.internal.AbstractServiceRegistryImpl |
createService, createServiceBinding, createServiceBinding, destroy, getParentServiceRegistry, getService, injectDependencies, locateServiceBinding, locateServiceBinding, registerService, startService, stopService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardServiceRegistryImpl
public StandardServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry,
List<BasicServiceInitiator> serviceInitiators,
List<ProvidedService> providedServices,
Map<?,?> configurationValues)
initiateService
public <R extends Service> R initiateService(ServiceInitiator<R> serviceInitiator)
- Specified by:
initiateService
in interface ServiceBinding.ServiceLifecycleOwner
configureService
public <R extends Service> void configureService(ServiceBinding<R> serviceBinding)
- Specified by:
configureService
in interface ServiceBinding.ServiceLifecycleOwner
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.