|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceRegistryImplementor
Additional integration contracts for a service registry.
Method Summary | ||
---|---|---|
void |
destroy()
Release resources |
|
|
locateServiceBinding(Class<R> serviceRole)
Locate the binding for the given role. |
Methods inherited from interface org.hibernate.service.ServiceRegistry |
---|
getParentServiceRegistry, getService |
Method Detail |
---|
<R extends Service> ServiceBinding<R> locateServiceBinding(Class<R> serviceRole)
R
- generic return type.serviceRole
- The service role for which to locate a binding.
null
void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |