public class VOMSServerMap extends Object
VOMSServerMap
organizes voms servers found in vomses configuration files
in map keyed by vo. This way is easy to know which servers acts as replicas for the
same vos. For more info about vomses configuration files, see VOMSESFileParser
.Constructor and Description |
---|
VOMSServerMap() |
Modifier and Type | Method and Description |
---|---|
void |
add(VOMSServerInfo info) |
Set |
get(String nick) |
void |
merge(VOMSServerMap other)
Merge this map with another
VOMSServerMap object. |
int |
serverCount(String nick) |
String |
toString() |
protected Map map
public void add(VOMSServerInfo info)
public int serverCount(String nick)
public void merge(VOMSServerMap other)
VOMSServerMap
object.other
- Copyright © 2014. All rights reserved.