Class ActiveObjectMap

  • Direct Known Subclasses:
    MultipleObjectMap, SingleObjectMap

    public abstract class ActiveObjectMap
    extends java.lang.Object
    The ActiveObjectMap maintains associations between servants and their keys. There are two variants, to support whether or not multiple IDs per servant are allowed. This class supports bidirectional traversal of the key-servant association. Access to an instance of this class is serialized by the POA mutex.