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.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. |
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 |
---|---|
RemoveAndPublishResult |
LazyRemoteServiceRegistryConnector.removeAndPublish(List<String> removeServiceIds,
List<ServiceEndpoint> publishServiceEndpoints) |
Modifier and Type | Method and Description |
---|---|
RemoveAndPublishResult |
ServiceRegistryImpl.removeAndPublish(List<String> removeServiceIds,
List<ServiceEndpoint> publishServiceEndpoints) |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.