Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
ServiceProviderInterface.getServiceRegistory()
返回服务注册表
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceProviderInterface.setServiceRegistory(ServiceRegistry serviceRegistry)
设置服务注册表
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAnnotationServiceLoader.loadService(Class<?> clazz,
Annotation annotation,
ServiceRegistry serviceRegistry)
从AnnotationClassAction接入,新增注解服务
|
void |
AbstractAnnotationServiceLoader.loadService(ServiceRegistry serviceRegistry,
ClassLoader classLoader)
载入服务
|
void |
AbstractAnnotationServiceLoader.removeService(ServiceRegistry serviceRegistry,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
void |
XmlConfigServiceLoader.loadService(ServiceRegistry serviceRegistry,
ClassLoader classLoader)
载入服务
|
protected void |
XmlConfigClassServiceLoader.registerServices(Object instance,
ServiceComponent component,
ServiceRegistry serviceRegistry,
ClassLoader classLoader) |
protected void |
XmlConfigServiceLoader.registerServices(Object object,
ServiceComponent serviceComponent,
ServiceRegistry serviceRegistry,
ClassLoader classLoader)
注册服务
|
void |
XmlConfigServiceLoader.removeService(ServiceRegistry serviceRegistry,
ClassLoader classLoader) |
void |
XmlConfigClassServiceLoader.removeServiceComponents(ServiceRegistry serviceRegistry,
ServiceComponents serviceComponents) |
void |
XmlConfigServiceLoader.removeServiceComponents(ServiceRegistry serviceRegistry,
ServiceComponents serviceComponents) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
ServiceProviderImpl.getServiceRegistory() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceProviderImpl.setServiceRegistory(ServiceRegistry serviceRegistory) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationServiceLoader.loadService(Class<?> clazz,
Annotation annotation,
ServiceRegistry serviceRegistry) |
void |
ServiceLoader.loadService(ServiceRegistry serviceRegistry,
ClassLoader classLoader)
输入服务到注册表中
|
void |
ServiceLoader.removeService(ServiceRegistry serviceRegistry,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
ServiceMonitor.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceMonitor.setServiceRegistry(ServiceRegistry serviceRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceRegistryImpl |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
XmlSysServiceFileProcessor.getReg() |
Modifier and Type | Method and Description |
---|---|
void |
XmlSysServiceFileProcessor.setReg(ServiceRegistry reg) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry |
BasicService.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
BasicService.setServiceRegistry(ServiceRegistry serviceRegistry) |
Copyright © 2006–2018 TinyGroup. All rights reserved.