|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceEndpoint | |
---|---|
org.kuali.rice.ksb.api.registry | Copyright 2005-2013 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 ServiceEndpoint in org.kuali.rice.ksb.api.registry |
---|
Methods in org.kuali.rice.ksb.api.registry that return ServiceEndpoint | |
---|---|
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. |
Methods in org.kuali.rice.ksb.api.registry that return types with arguments of type ServiceEndpoint | |
---|---|
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. |
Methods in org.kuali.rice.ksb.api.registry with parameters of type ServiceEndpoint | |
---|---|
ServiceEndpoint |
ServiceRegistry.publishService(ServiceEndpoint serviceEndpoint)
Publishes the given ServiceEndpoint to the registry. |
Method parameters in org.kuali.rice.ksb.api.registry with type arguments of type ServiceEndpoint | |
---|---|
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. |
Uses of ServiceEndpoint in org.kuali.rice.ksb.impl.bus |
---|
Methods in org.kuali.rice.ksb.impl.bus that return ServiceEndpoint | |
---|---|
ServiceEndpoint |
LocalService.getServiceEndpoint()
|
ServiceEndpoint |
LazyRemoteServiceRegistryConnector.publishService(ServiceEndpoint serviceEndpoint)
|
protected ServiceEndpoint |
ServiceBusImpl.rebuildServiceEndpointForUpdate(ServiceEndpoint originalEndpoint,
ServiceInfo registryServiceInfo)
|
ServiceEndpoint |
LazyRemoteServiceRegistryConnector.removeServiceEndpoint(String serviceId)
|
Methods in org.kuali.rice.ksb.impl.bus that return types with arguments of type ServiceEndpoint | |
---|---|
List<ServiceEndpoint> |
LazyRemoteServiceRegistryConnector.publishServices(List<ServiceEndpoint> serviceEndpoints)
|
List<ServiceEndpoint> |
LazyRemoteServiceRegistryConnector.removeServiceEndpoints(List<String> serviceIds)
|
Methods in org.kuali.rice.ksb.impl.bus with parameters of type ServiceEndpoint | |
---|---|
ServiceEndpoint |
LazyRemoteServiceRegistryConnector.publishService(ServiceEndpoint serviceEndpoint)
|
protected void |
ServiceBusImpl.rebuildLocalServiceEndpointAfterPublishing(ServiceEndpoint publishedService)
|
protected ServiceEndpoint |
ServiceBusImpl.rebuildServiceEndpointForUpdate(ServiceEndpoint originalEndpoint,
ServiceInfo registryServiceInfo)
|
Method parameters in org.kuali.rice.ksb.impl.bus with type arguments of type ServiceEndpoint | |
---|---|
List<ServiceEndpoint> |
LazyRemoteServiceRegistryConnector.publishServices(List<ServiceEndpoint> serviceEndpoints)
|
RemoveAndPublishResult |
LazyRemoteServiceRegistryConnector.removeAndPublish(List<String> removeServiceIds,
List<ServiceEndpoint> publishServiceEndpoints)
|
Uses of ServiceEndpoint in org.kuali.rice.ksb.impl.registry |
---|
Methods in org.kuali.rice.ksb.impl.registry that return ServiceEndpoint | |
---|---|
ServiceEndpoint |
ServiceRegistryImpl.publishService(ServiceEndpoint serviceEndpoint)
|
ServiceEndpoint |
ServiceRegistryImpl.removeServiceEndpoint(String serviceId)
|
Methods in org.kuali.rice.ksb.impl.registry that return types with arguments of type ServiceEndpoint | |
---|---|
List<ServiceEndpoint> |
ServiceRegistryImpl.publishServices(List<ServiceEndpoint> serviceEndpoints)
|
List<ServiceEndpoint> |
ServiceRegistryImpl.removeServiceEndpoints(List<String> serviceIds)
|
Methods in org.kuali.rice.ksb.impl.registry with parameters of type ServiceEndpoint | |
---|---|
ServiceEndpoint |
ServiceRegistryImpl.publishService(ServiceEndpoint serviceEndpoint)
|
Method parameters in org.kuali.rice.ksb.impl.registry with type arguments of type ServiceEndpoint | |
---|---|
List<ServiceEndpoint> |
ServiceRegistryImpl.publishServices(List<ServiceEndpoint> serviceEndpoints)
|
RemoveAndPublishResult |
ServiceRegistryImpl.removeAndPublish(List<String> removeServiceIds,
List<ServiceEndpoint> publishServiceEndpoints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |