| 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 |
|---|---|
static ServiceEndpointStatus |
ServiceEndpointStatus.fromCode(String code)
Returns the endpoint status for the given status code.
|
ServiceEndpointStatus |
ServiceInfoContract.getStatus()
Return the status of the service endpoint represented by this service.
|
ServiceEndpointStatus |
ServiceInfo.getStatus() |
ServiceEndpointStatus |
ServiceInfo.Builder.getStatus() |
static ServiceEndpointStatus |
ServiceEndpointStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceEndpointStatus[] |
ServiceEndpointStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInfo.Builder.setStatus(ServiceEndpointStatus status) |
boolean |
ServiceRegistry.updateStatus(String serviceId,
ServiceEndpointStatus status)
Updates the status for the service with the given id to the given
ServiceEndpointStatus. |
List<String> |
ServiceRegistry.updateStatuses(List<String> serviceIds,
ServiceEndpointStatus status)
As per
ServiceRegistry.updateStatus(String, ServiceEndpointStatus) but updates
mutliple statuses as part of a single operation. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.