Class ActiveObjectMap

java.lang.Object
com.sun.corba.ee.impl.oa.poa.ActiveObjectMap
Direct Known Subclasses:
MultipleObjectMap, SingleObjectMap

public abstract class ActiveObjectMap extends 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.