| Package | Description |
|---|---|
| org.kuali.rice.ksb.api.registry |
Copyright 2005-2016 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.
|
| 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. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.