public class ServiceLocations extends Object
ServiceLocator.locate(). See that function for documentation.| Modifier and Type | Method and Description |
|---|---|
static ServiceLocations |
closed() |
boolean |
equals(Object o) |
static ServiceLocations |
forLocation(ServiceLocation location) |
static ServiceLocations |
forLocations(Set<ServiceLocation> locations) |
Set<ServiceLocation> |
getLocations() |
int |
hashCode() |
boolean |
isClosed() |
String |
toString() |
public static ServiceLocations forLocation(ServiceLocation location)
public static ServiceLocations forLocations(Set<ServiceLocation> locations)
public static ServiceLocations closed()
public Set<ServiceLocation> getLocations()
public boolean isClosed()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.