Package | Description |
---|---|
org.kuali.rice.ksb.api.registry |
Copyright 2005-2015 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.registry |
Modifier and Type | Method and Description |
---|---|
ServiceEndpoint |
ServiceEndpoint.Builder.build() |
ServiceEndpoint |
ServiceRegistry.publishService(ServiceEndpoint serviceEndpoint)
Publishes the given
ServiceEndpoint to the registry. |
ServiceEndpoint |
ServiceRegistry.removeServiceEndpoint(String serviceId)
Removes the service from the registry with the given service id if it
exists.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceEndpoint> |
RemoveAndPublishResult.getServicesPublished()
Returns an unmodifiable list of services that were published as the result
of a remove-and-publish operation.
|
List<ServiceEndpoint> |
RemoveAndPublishResult.getServicesRemoved()
Returns an unmodifiable list of services that were removed as the result
of a remove-and-publish operation.
|
List<ServiceEndpoint> |
ServiceRegistry.publishServices(List<ServiceEndpoint> serviceEndpoints)
Publishes the list of
ServiceEndpoint s to the registry. |
List<ServiceEndpoint> |
ServiceRegistry.removeServiceEndpoints(List<String> serviceIds)
As
ServiceRegistry.removeServiceEndpoint(String) but removes all services that
match the given list of service ids. |
Modifier and Type | Method and Description |
---|---|
ServiceEndpoint |
ServiceRegistry.publishService(ServiceEndpoint serviceEndpoint)
Publishes the given
ServiceEndpoint to the registry. |
Modifier and Type | Method and Description |
---|---|
static RemoveAndPublishResult |
RemoveAndPublishResult.create(List<ServiceEndpoint> servicesRemoved,
List<ServiceEndpoint> servicesPublished)
Creates a new
RemoveAndPublishResult from the given lists of services removed and published. |
static RemoveAndPublishResult |
RemoveAndPublishResult.create(List<ServiceEndpoint> servicesRemoved,
List<ServiceEndpoint> servicesPublished)
Creates a new
RemoveAndPublishResult from the given lists of services removed and published. |
List<ServiceEndpoint> |
ServiceRegistry.publishServices(List<ServiceEndpoint> serviceEndpoints)
Publishes the list of
ServiceEndpoint s to the registry. |
RemoveAndPublishResult |
ServiceRegistry.removeAndPublish(List<String> removeServiceIds,
List<ServiceEndpoint> publishServiceEndpoints)
Performs a single atomic operation of removing and publishing a set of
services in the registry.
|
Modifier and Type | Method and Description |
---|---|
ServiceEndpoint |
LocalService.getServiceEndpoint() |
ServiceEndpoint |
LazyRemoteServiceRegistryConnector.publishService(ServiceEndpoint serviceEndpoint) |
protected ServiceEndpoint |
ServiceBusImpl.rebuildServiceEndpointForUpdate(ServiceEndpoint originalEndpoint,
ServiceInfo registryServiceInfo) |
ServiceEndpoint |
LazyRemoteServiceRegistryConnector.removeServiceEndpoint(String serviceId) |
Modifier and Type | Method and Description |
---|---|
List<ServiceEndpoint> |
LazyRemoteServiceRegistryConnector.publishServices(List<ServiceEndpoint> serviceEndpoints) |
List<ServiceEndpoint> |
LazyRemoteServiceRegistryConnector.removeServiceEndpoints(List<String> serviceIds) |
Modifier and Type | Method and Description |
---|---|
ServiceEndpoint |
LazyRemoteServiceRegistryConnector.publishService(ServiceEndpoint serviceEndpoint) |
protected void |
ServiceBusImpl.rebuildLocalServiceEndpointAfterPublishing(ServiceEndpoint publishedService) |
protected ServiceEndpoint |
ServiceBusImpl.rebuildServiceEndpointForUpdate(ServiceEndpoint originalEndpoint,
ServiceInfo registryServiceInfo) |
Modifier and Type | Method and Description |
---|---|
List<ServiceEndpoint> |
LazyRemoteServiceRegistryConnector.publishServices(List<ServiceEndpoint> serviceEndpoints) |
RemoveAndPublishResult |
LazyRemoteServiceRegistryConnector.removeAndPublish(List<String> removeServiceIds,
List<ServiceEndpoint> publishServiceEndpoints) |
Modifier and Type | Method and Description |
---|---|
ServiceEndpoint |
ServiceRegistryImpl.publishService(ServiceEndpoint serviceEndpoint) |
ServiceEndpoint |
ServiceRegistryImpl.removeServiceEndpoint(String serviceId) |
Modifier and Type | Method and Description |
---|---|
List<ServiceEndpoint> |
ServiceRegistryImpl.publishServices(List<ServiceEndpoint> serviceEndpoints) |
List<ServiceEndpoint> |
ServiceRegistryImpl.removeServiceEndpoints(List<String> serviceIds) |
Modifier and Type | Method and Description |
---|---|
ServiceEndpoint |
ServiceRegistryImpl.publishService(ServiceEndpoint serviceEndpoint) |
Modifier and Type | Method and Description |
---|---|
List<ServiceEndpoint> |
ServiceRegistryImpl.publishServices(List<ServiceEndpoint> serviceEndpoints) |
RemoveAndPublishResult |
ServiceRegistryImpl.removeAndPublish(List<String> removeServiceIds,
List<ServiceEndpoint> publishServiceEndpoints) |
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.