public class XrdsServiceEndpoint extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
static int |
LOWEST_PRIORITY |
Constructor and Description |
---|
XrdsServiceEndpoint(String uri,
Set types,
int servicePriority,
int uriPriority,
String localId,
String delegate,
String canonicalId) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
String |
getCanonicalId() |
String |
getDelegate() |
String |
getLocalId() |
int |
getServicePriority() |
Set |
getTypes() |
String |
getUri() |
int |
getUriPriority() |
boolean |
matchesType(String type) |
void |
setCanonicalId(String canonicalId) |
void |
setDelegate(String delegate) |
void |
setLocalId(String localId) |
void |
setServicePriority(int servicePriority) |
void |
setTypes(Set types) |
void |
setUri(String uri) |
void |
setUriPriority(int uriPriority) |
String |
toString() |
public static final int LOWEST_PRIORITY
public int getServicePriority()
public void setServicePriority(int servicePriority)
public int getUriPriority()
public void setUriPriority(int uriPriority)
public Set getTypes()
public void setTypes(Set types)
public boolean matchesType(String type)
public String getUri()
public void setUri(String uri)
public String getLocalId()
public void setLocalId(String localId)
public String getDelegate()
public void setDelegate(String delegate)
public String getCanonicalId()
public void setCanonicalId(String canonicalId)
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2014 Sxip. All rights reserved.