Uses of Class
com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key
Packages that use ActiveObjectMap.Key
-
Uses of ActiveObjectMap.Key in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as ActiveObjectMap.KeyModifier and TypeFieldDescriptionprivate ActiveObjectMap.KeyPOAPolicyMediatorImpl_R_USM.Etherealizer.keyFields in com.sun.corba.ee.impl.oa.poa with type parameters of type ActiveObjectMap.KeyModifier and TypeFieldDescriptionprivate Map<AOMEntry, ActiveObjectMap.Key> SingleObjectMap.entryToKeyprivate Map<AOMEntry, Set<ActiveObjectMap.Key>> MultipleObjectMap.entryToKeysprivate Map<ActiveObjectMap.Key, AOMEntry> ActiveObjectMap.keyToEntryMethods in com.sun.corba.ee.impl.oa.poa that return ActiveObjectMap.KeyMethods in com.sun.corba.ee.impl.oa.poa that return types with arguments of type ActiveObjectMap.KeyMethods in com.sun.corba.ee.impl.oa.poa with parameters of type ActiveObjectMap.KeyModifier and TypeMethodDescriptionprotected voidPOAPolicyMediatorBase_R.activateServant(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) final booleanActiveObjectMap.containsKey(ActiveObjectMap.Key key) protected voidPOAPolicyMediatorBase_R.deactivateHelper(ActiveObjectMap.Key key, AOMEntry entry, Servant s) voidPOAPolicyMediatorImpl_R_USM.deactivateHelper(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) POAPolicyMediatorBase_R.deactivateObject(ActiveObjectMap.Key key) private AOMEntryPOAPolicyMediatorImpl_R_USM.enterEntry(ActiveObjectMap.Key key) final AOMEntryActiveObjectMap.get(ActiveObjectMap.Key key) protected ServantPOAPolicyMediatorBase_R.internalKeyToServant(ActiveObjectMap.Key key) private voidPOAPolicyMediatorImpl_R_USM.Etherealizer.key(ActiveObjectMap.Key key) protected voidActiveObjectMap.putEntry(ActiveObjectMap.Key key, AOMEntry value) protected voidMultipleObjectMap.putEntry(ActiveObjectMap.Key key, AOMEntry value) protected voidSingleObjectMap.putEntry(ActiveObjectMap.Key key, AOMEntry value) final voidActiveObjectMap.remove(ActiveObjectMap.Key key) protected abstract voidActiveObjectMap.removeEntry(AOMEntry entry, ActiveObjectMap.Key key) protected voidMultipleObjectMap.removeEntry(AOMEntry entry, ActiveObjectMap.Key key) protected voidSingleObjectMap.removeEntry(AOMEntry entry, ActiveObjectMap.Key key) Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type ActiveObjectMap.KeyModifierConstructorDescription(package private)Etherealizer(POAPolicyMediatorImpl_R_USM mediator, ActiveObjectMap.Key key, AOMEntry entry, Servant servant)