atg.nucleus
Class ServiceMap

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by atg.nucleus.ServiceMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class ServiceMap
extends java.util.Hashtable

A ServiceMap is a subclass of Hashtable in which a string is mapped to a Nucleus service. Nucleus recognizes properties of type ServiceMap in property files, and automatically resolves the service names found in property files.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
ServiceMap()
          Constructs a new ServiceMap
 
Method Summary
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

ServiceMap

public ServiceMap()
Constructs a new ServiceMap