org.hibernate.service.spi
Interface ServiceBinding.ServiceLifecycleOwner
- All Known Implementing Classes:
- AbstractServiceRegistryImpl, BootstrapServiceRegistryImpl, SessionFactoryServiceRegistryImpl, StandardServiceRegistryImpl
- Enclosing class:
- ServiceBinding<R extends Service>
public static interface ServiceBinding.ServiceLifecycleOwner
initiateService
<R extends Service> R initiateService(ServiceInitiator<R> serviceInitiator)
configureService
<R extends Service> void configureService(ServiceBinding<R> binding)
injectDependencies
<R extends Service> void injectDependencies(ServiceBinding<R> binding)
startService
<R extends Service> void startService(ServiceBinding<R> binding)
stopService
<R extends Service> void stopService(ServiceBinding<R> binding)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.