Uses of Class
org.kuali.rice.ksb.api.registry.RemoveAndPublishResult

Packages that use RemoveAndPublishResult
org.kuali.rice.ksb.api.registry Copyright 2005-2012 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   
 

Uses of RemoveAndPublishResult in org.kuali.rice.ksb.api.registry
 

Methods in org.kuali.rice.ksb.api.registry that return RemoveAndPublishResult
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.
 

Uses of RemoveAndPublishResult in org.kuali.rice.ksb.impl.bus
 

Methods in org.kuali.rice.ksb.impl.bus that return RemoveAndPublishResult
 RemoveAndPublishResult LazyRemoteServiceRegistryConnector.removeAndPublish(List<String> removeServiceIds, List<ServiceEndpoint> publishServiceEndpoints)
           
 

Uses of RemoveAndPublishResult in org.kuali.rice.ksb.impl.registry
 

Methods in org.kuali.rice.ksb.impl.registry that return RemoveAndPublishResult
 RemoveAndPublishResult ServiceRegistryImpl.removeAndPublish(List<String> removeServiceIds, List<ServiceEndpoint> publishServiceEndpoints)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.