Package | Description |
---|---|
org.kuali.rice.ksb.api.registry |
Copyright 2005-2014 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.ksb.impl.bus | |
org.kuali.rice.ksb.impl.bus.diff | |
org.kuali.rice.ksb.impl.registry | |
org.kuali.rice.ksb.messaging.web |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
ServiceInfo.Builder.build() |
ServiceInfo |
ServiceEndpoint.getInfo() |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
ServiceRegistry.getAllOnlineServices()
Returns an unmodifiable list of
ServiceInfo for all services in
the registry that have a status of ServiceEndpointStatus.ONLINE . |
List<ServiceInfo> |
ServiceRegistry.getAllServices()
Returns an unmodifiable list of
ServiceInfo for all services in
the registry. |
List<ServiceInfo> |
ServiceRegistry.getAllServicesForApplication(String applicationId)
Returns an unmodifiable list of
ServiceInfo for all services that
have an application id which matches the given application id, regardless of
their status. |
List<ServiceInfo> |
ServiceRegistry.getAllServicesForInstance(String instanceId)
Returns an unmodifiable list of
ServiceInfo for all services that
have an instance id which matches the given instance id, regardless of
their status. |
List<ServiceInfo> |
ServiceRegistry.getOnlineServicesByName(QName serviceName)
Returns an unmodifiable list of
ServiceInfo for all services that have a status
of ServiceEndpointStatus.ONLINE with the given name. |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
RemoteService.getServiceInfo() |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
LazyRemoteServiceRegistryConnector.getAllOnlineServices() |
List<ServiceInfo> |
LazyRemoteServiceRegistryConnector.getAllServices() |
List<ServiceInfo> |
LazyRemoteServiceRegistryConnector.getAllServicesForApplication(String applicationId) |
List<ServiceInfo> |
LazyRemoteServiceRegistryConnector.getAllServicesForInstance(String instanceId) |
List<ServiceInfo> |
LazyRemoteServiceRegistryConnector.getOnlineServicesByName(QName serviceName) |
Modifier and Type | Method and Description |
---|---|
protected ServiceEndpoint |
ServiceBusImpl.rebuildServiceEndpointForUpdate(ServiceEndpoint originalEndpoint,
ServiceInfo registryServiceInfo) |
Constructor and Description |
---|
RemoteService(ServiceInfo serviceInfo,
ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<LocalService,ServiceInfo> |
LocalServicesDiff.getLocalServicesToUpdate() |
List<ServiceInfo> |
RemoteServicesDiff.getNewServices() |
List<ServiceInfo> |
LocalServicesDiff.getServicesToRemoveFromRegistry() |
Modifier and Type | Method and Description |
---|---|
protected LocalServicesDiff |
ServiceRegistryDiffCalculatorImpl.calculateLocalServicesDiff(List<ServiceInfo> allRegistryServicesForInstance,
String instanceId,
List<LocalService> localServices) |
protected RemoteServicesDiff |
ServiceRegistryDiffCalculatorImpl.calculateRemoteServicesDiff(List<ServiceInfo> allRegistryServices,
List<RemoteService> clientRegistryCache) |
Constructor and Description |
---|
LocalServicesDiff(List<ServiceInfo> servicesToRemoveFromRegistry,
List<LocalService> localServicesToPublish,
Map<LocalService,ServiceInfo> localServicesToUpdate) |
LocalServicesDiff(List<ServiceInfo> servicesToRemoveFromRegistry,
List<LocalService> localServicesToPublish,
Map<LocalService,ServiceInfo> localServicesToUpdate) |
RemoteServicesDiff(List<ServiceInfo> newServices,
List<RemoteService> removedServices) |
Modifier and Type | Method and Description |
---|---|
static ServiceInfo |
ServiceInfoBo.to(ServiceInfoBo bo) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
ServiceRegistryImpl.getAllOnlineServices() |
List<ServiceInfo> |
ServiceRegistryImpl.getAllServices() |
List<ServiceInfo> |
ServiceRegistryImpl.getAllServicesForApplication(String applicationId) |
List<ServiceInfo> |
ServiceRegistryImpl.getAllServicesForInstance(String instanceId) |
List<ServiceInfo> |
ServiceRegistryImpl.getOnlineServicesByName(QName serviceName) |
Modifier and Type | Method and Description |
---|---|
static ServiceInfoBo |
ServiceInfoBo.from(ServiceInfo im) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
ServiceRegistryForm.getGlobalRegistryServices() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistryForm.setGlobalRegistryServices(List<ServiceInfo> globalRegistryServices) |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.