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.Key
POAPolicyMediatorImpl_R_USM.Etherealizer.key
Fields in com.sun.corba.ee.impl.oa.poa with type parameters of type ActiveObjectMap.KeyModifier and TypeFieldDescriptionprivate Map
<AOMEntry, ActiveObjectMap.Key> SingleObjectMap.entryToKey
private Map
<AOMEntry, Set<ActiveObjectMap.Key>> MultipleObjectMap.entryToKeys
private Map
<ActiveObjectMap.Key, AOMEntry> ActiveObjectMap.keyToEntry
Methods 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 void
POAPolicyMediatorBase_R.activateServant
(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) final boolean
ActiveObjectMap.containsKey
(ActiveObjectMap.Key key) protected void
POAPolicyMediatorBase_R.deactivateHelper
(ActiveObjectMap.Key key, AOMEntry entry, Servant s) void
POAPolicyMediatorImpl_R_USM.deactivateHelper
(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) POAPolicyMediatorBase_R.deactivateObject
(ActiveObjectMap.Key key) private AOMEntry
POAPolicyMediatorImpl_R_USM.enterEntry
(ActiveObjectMap.Key key) final AOMEntry
ActiveObjectMap.get
(ActiveObjectMap.Key key) protected Servant
POAPolicyMediatorBase_R.internalKeyToServant
(ActiveObjectMap.Key key) private void
POAPolicyMediatorImpl_R_USM.Etherealizer.key
(ActiveObjectMap.Key key) protected void
ActiveObjectMap.putEntry
(ActiveObjectMap.Key key, AOMEntry value) protected void
MultipleObjectMap.putEntry
(ActiveObjectMap.Key key, AOMEntry value) protected void
SingleObjectMap.putEntry
(ActiveObjectMap.Key key, AOMEntry value) final void
ActiveObjectMap.remove
(ActiveObjectMap.Key key) protected abstract void
ActiveObjectMap.removeEntry
(AOMEntry entry, ActiveObjectMap.Key key) protected void
MultipleObjectMap.removeEntry
(AOMEntry entry, ActiveObjectMap.Key key) protected void
SingleObjectMap.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)