Package | Description |
---|---|
org.tinygroup.service | |
org.tinygroup.service.impl | |
org.tinygroup.service.registry | |
org.tinygroup.service.registry.impl |
Modifier and Type | Class and Description |
---|---|
class |
ServiceProxy |
Modifier and Type | Method and Description |
---|---|
Service |
ServiceProviderInterface.getService(String serviceId) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceProviderInterface.execute(Service service,
Context context)
执行服务
|
ServiceRegistryItem |
ServiceProviderInterface.getServiceRegistryItem(Service service) |
void |
ServiceProviderInterface.validateInputParameter(Service service,
Context context)
验证输入参数
|
void |
ServiceProviderInterface.validateOutputParameter(Service service,
Context context)
检查输出参数
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceProviderImpl.getService(String serviceId) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceProviderImpl.execute(Service service,
Context context) |
ServiceRegistryItem |
ServiceProviderImpl.getServiceRegistryItem(Service service) |
void |
ServiceProviderImpl.validateInputParameter(Service service,
Context Context) |
void |
ServiceProviderImpl.validateOutputParameter(Service service,
Context context) |
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceCompare<T extends Service>
服务比较接口,对仅版本不同的服务进行比较
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceRegistryItem.getService() |
Modifier and Type | Method and Description |
---|---|
ServiceRegistryItem |
ServiceRegistry.getServiceRegistryItem(Service service)
返回指定服务的服务注册信息
|
void |
ServiceRegistryItem.setService(Service service) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceCompareImpl<T extends Service>
比较两个服务的大小
|
Modifier and Type | Method and Description |
---|---|
ServiceRegistryItem |
ServiceRegistryImpl.getServiceRegistryItem(Service service) |
Copyright © 2006–2018 TinyGroup. All rights reserved.