Modifier and Type | Method and Description |
---|---|
ServiceRegistryItem |
ServiceProviderInterface.getServiceRegistryItem(Service service) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistryItem |
ServiceProviderImpl.getServiceRegistryItem(Service service) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistryItem |
ServiceRegistry.getServiceRegistryItem(Service service)
返回指定服务的服务注册信息
|
ServiceRegistryItem |
ServiceRegistry.getServiceRegistryItem(String serviceId)
查找指定服务对应的注册项
|
Modifier and Type | Method and Description |
---|---|
Collection<ServiceRegistryItem> |
ServiceRegistry.getServiceRegistryItems()
获取所有服务注册项
|
Modifier and Type | Method and Description |
---|---|
int |
ServiceCompare.compare(ServiceRegistryItem source,
ServiceRegistryItem dest)
比较两个服务的版本
|
void |
ServiceRegistry.registerService(ServiceRegistryItem serviceRegistryItem)
注册服务,重复注册时旧的被替换
|
void |
ServiceRegistry.registerService(ServiceRegistryItem[] serviceRegistryItems)
注册一批服务,重复注册时旧的被替换
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistry.registerService(List<ServiceRegistryItem> serviceRegistryItems)
注册一批服务,重复注册时旧的被替换
|
void |
ServiceRegistry.registerService(Set<ServiceRegistryItem> serviceRegistryItems)
注册一批服务,重复注册时旧的被替换
|
Modifier and Type | Method and Description |
---|---|
ServiceRegistryItem |
ServiceRegistryImpl.getServiceRegistryItem(Service service) |
ServiceRegistryItem |
ServiceRegistryImpl.getServiceRegistryItem(String serviceId) |
Modifier and Type | Method and Description |
---|---|
Collection<ServiceRegistryItem> |
ServiceRegistryImpl.getServiceRegistryItems() |
Modifier and Type | Method and Description |
---|---|
int |
ServiceCompareImpl.compare(ServiceRegistryItem source,
ServiceRegistryItem dest) |
void |
ServiceRegistryImpl.registerService(ServiceRegistryItem serviceRegistryItem) |
void |
ServiceRegistryImpl.registerService(ServiceRegistryItem[] serviceRegistryItems) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistryImpl.registerService(List<ServiceRegistryItem> serviceRegistryItems) |
void |
ServiceRegistryImpl.registerService(Set<ServiceRegistryItem> serviceRegistryItems) |
Modifier and Type | Method and Description |
---|---|
static ServiceRegistryItem |
ServiceUtil.copyServiceItem(ServiceRegistryItem serviceiItem) |
Modifier and Type | Method and Description |
---|---|
static ServiceRegistryItem |
ServiceUtil.copyServiceItem(ServiceRegistryItem serviceiItem) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistryItem |
BasicService.getServiceRegistryItem(String id) |
Modifier and Type | Method and Description |
---|---|
List<ServiceRegistryItem> |
BasicService.getServiceRegistryItems() |
Copyright © 2006–2018 TinyGroup. All rights reserved.