public interface ServiceRegistryImplementor extends ServiceRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Release resources
|
<R extends Service> |
locateServiceBinding(Class<R> serviceRole)
Locate the binding for the given role.
|
getParentServiceRegistry, getService<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()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.