Uses of Class
com.sun.corba.ee.impl.oa.poa.AOMEntry
Packages that use AOMEntry
-
Uses of AOMEntry in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as AOMEntryFields in com.sun.corba.ee.impl.oa.poa with type parameters of type AOMEntryModifier and TypeFieldDescriptionprivate Map
<AOMEntry, ActiveObjectMap.Key> SingleObjectMap.entryToKey
private Map
<AOMEntry, Set<ActiveObjectMap.Key>> MultipleObjectMap.entryToKeys
ActiveObjectMap.entryToServant
private Map
<ActiveObjectMap.Key, AOMEntry> ActiveObjectMap.keyToEntry
ActiveObjectMap.servantToEntry
Methods in com.sun.corba.ee.impl.oa.poa that return AOMEntryModifier and TypeMethodDescriptionprivate AOMEntry
POAPolicyMediatorImpl_R_USM.enterEntry
(ActiveObjectMap.Key key) final AOMEntry
ActiveObjectMap.get
(ActiveObjectMap.Key key) Methods in com.sun.corba.ee.impl.oa.poa with parameters of type AOMEntryModifier and TypeMethodDescriptionprotected void
POAPolicyMediatorBase_R.activateServant
(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) protected void
POAPolicyMediatorBase_R.deactivateHelper
(ActiveObjectMap.Key key, AOMEntry entry, Servant s) void
POAPolicyMediatorImpl_R_USM.deactivateHelper
(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) abstract ActiveObjectMap.Key
final Servant
ActiveObjectMap.getServant
(AOMEntry entry) abstract boolean
ActiveObjectMap.hasMultipleIDs
(AOMEntry value) boolean
MultipleObjectMap.hasMultipleIDs
(AOMEntry value) boolean
SingleObjectMap.hasMultipleIDs
(AOMEntry value) 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.putServant
(Servant servant, AOMEntry value) 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 AOMEntryModifierConstructorDescription(package private)
Etherealizer
(POAPolicyMediatorImpl_R_USM mediator, ActiveObjectMap.Key key, AOMEntry entry, Servant servant)