public interface ServiceRegistry extends Service
Modifier and Type | Interface and Description |
---|---|
static class |
ServiceRegistry.Impl |
static class |
ServiceRegistry.ServiceRegistryHolder |
Modifier and Type | Method and Description |
---|---|
<T> T |
get(Class<T> cls) |
<T> List<T> |
getAll(Class<T> cls) |
static ServiceRegistry |
getInstance() |
static <T> T |
getService(Class<T> cls) |
static <T> T getService(Class<T> cls)
static ServiceRegistry getInstance()
<T> T get(Class<T> cls)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.