Uses of Class
org.kuali.rice.ksb.api.registry.ServiceInfo
Packages that use ServiceInfo
-
Uses of ServiceInfo in org.kuali.rice.ksb.api.registry
Methods in org.kuali.rice.ksb.api.registry that return ServiceInfoMethods in org.kuali.rice.ksb.api.registry that return types with arguments of type ServiceInfoModifier and TypeMethodDescriptionServiceRegistry.getAllOnlineServices()Returns an unmodifiable list ofServiceInfofor all services in the registry that have a status ofServiceEndpointStatus.ONLINE.ServiceRegistry.getAllServices()Returns an unmodifiable list ofServiceInfofor all services in the registry.ServiceRegistry.getAllServicesForApplication(String applicationId) Returns an unmodifiable list ofServiceInfofor all services that have an application id which matches the given application id, regardless of their status.ServiceRegistry.getAllServicesForInstance(String instanceId) Returns an unmodifiable list ofServiceInfofor all services that have an instance id which matches the given instance id, regardless of their status.ServiceRegistry.getOnlineServicesByName(QName serviceName) Returns an unmodifiable list ofServiceInfofor all services that have a status ofServiceEndpointStatus.ONLINEwith the given name.