public interface ServiceRegistry
| Modifier and Type | Method and Description |
|---|---|
Service |
getServiceInstance(String name)
This method returns a service instance associated with the supplied name.
|
void |
returnServiceInstance(Service service)
This method returns the service instance after use.
|
Service getServiceInstance(String name)
name - The service namevoid returnServiceInstance(Service service)
service - The service instanceCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.