AR System Java API

com.bmc.arsys.api
Class ServerInfoMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap<Integer,Value>
          extended by com.bmc.arsys.api.ServerInfoMap
All Implemented Interfaces:
Serializable, Cloneable, Map<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

Constructor Summary
ServerInfoMap()
           
ServerInfoMap(Comparator<? super Integer> c)
           
ServerInfoMap(Map<? extends Integer,? extends Value> m)
           
ServerInfoMap(SortedMap<Integer,? extends Value> m)
           
 
Method Summary
 
Methods inherited from class java.util.TreeMap
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

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 -

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.