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

Packages that use ServiceEndpointStatus
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 ServiceEndpointStatus in org.kuali.rice.ksb.api.registry
 

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

Methods in org.kuali.rice.ksb.api.registry with parameters of type ServiceEndpointStatus
 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.
 

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

Methods in org.kuali.rice.ksb.impl.bus with parameters of type ServiceEndpointStatus
 boolean LazyRemoteServiceRegistryConnector.updateStatus(String serviceId, ServiceEndpointStatus status)
           
 List<String> LazyRemoteServiceRegistryConnector.updateStatuses(List<String> serviceIds, ServiceEndpointStatus status)
           
 

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

Methods in org.kuali.rice.ksb.impl.registry that return ServiceEndpointStatus
 ServiceEndpointStatus ServiceInfoBo.getStatus()
           
 

Methods in org.kuali.rice.ksb.impl.registry with parameters of type ServiceEndpointStatus
 boolean ServiceRegistryImpl.updateStatus(String serviceId, ServiceEndpointStatus status)
           
 List<String> ServiceRegistryImpl.updateStatuses(List<String> serviceIds, ServiceEndpointStatus status)
           
 



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