org.glite.voms.contact
Class VOMSServerMap
java.lang.Object
org.glite.voms.contact.VOMSServerMap
public class VOMSServerMap
- extends Object
A 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
.
- Author:
- Andrea Ceccanti, Vincenzo Ciaschini
Field Summary |
protected Map |
map
|
map
protected Map map
VOMSServerMap
public VOMSServerMap()
add
public void add(VOMSServerInfo info)
get
public Set get(String nick)
serverCount
public int serverCount(String nick)
merge
public void merge(VOMSServerMap other)
- Merge this map with another
VOMSServerMap
object.
- Parameters:
other
-
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.