|
||||||||||
| 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 |
deRegisterChild(ServiceRegistryImplementor child)
When a registry is created with a parent, the parent is notified of the child via this callback. |
|
void |
destroy()
Release resources |
|
|
locateServiceBinding(Class<R> serviceRole)
Locate the binding for the given role. |
|
void |
registerChild(ServiceRegistryImplementor child)
When a registry is created with a parent, the parent is notified of the child via this callback. |
|
| 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.
nullvoid destroy()
void registerChild(ServiceRegistryImplementor child)
void deRegisterChild(ServiceRegistryImplementor child)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||