com.bmc.arsys.api
Class ServerInfoMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Integer,Value>
com.bmc.arsys.api.ServerInfoMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Integer,Value>, NavigableMap<Integer,Value>, SortedMap<Integer,Value>
public class ServerInfoMap
- extends TreeMap<Integer,Value>
- implements Cloneable
The ServerInfoMap
class defines the configuration information for the server.
It is a map that takes ServerInfo id as key, and the corresponding configuration value as the value.
Please see Constants
for the list of ServerInfo ids. Also please see the methods
ARServerUser.getServerInfo
and
ARServerUser.setServerInfo
for more details.
- See Also:
- Serialized Form
Methods inherited from class java.util.TreeMap |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values |
ServerInfoMap
public ServerInfoMap()
ServerInfoMap
public ServerInfoMap(Comparator<? super Integer> c)
- Parameters:
c
-
ServerInfoMap
public ServerInfoMap(Map<? extends Integer,? extends Value> m)
- Parameters:
m
-
ServerInfoMap
public ServerInfoMap(SortedMap<Integer,? extends Value> m)
- Parameters:
m
-
© Copyright 2006, 2007 BMC Software, Inc.