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.entryToKeyprivate Map<AOMEntry, Set<ActiveObjectMap.Key>> MultipleObjectMap.entryToKeysActiveObjectMap.entryToServantprivate Map<ActiveObjectMap.Key, AOMEntry> ActiveObjectMap.keyToEntryActiveObjectMap.servantToEntryMethods in com.sun.corba.ee.impl.oa.poa that return AOMEntryModifier and TypeMethodDescriptionprivate AOMEntryPOAPolicyMediatorImpl_R_USM.enterEntry(ActiveObjectMap.Key key) final AOMEntryActiveObjectMap.get(ActiveObjectMap.Key key) Methods in com.sun.corba.ee.impl.oa.poa with parameters of type AOMEntryModifier and TypeMethodDescriptionprotected voidPOAPolicyMediatorBase_R.activateServant(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) protected voidPOAPolicyMediatorBase_R.deactivateHelper(ActiveObjectMap.Key key, AOMEntry entry, Servant s) voidPOAPolicyMediatorImpl_R_USM.deactivateHelper(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) abstract ActiveObjectMap.Keyfinal ServantActiveObjectMap.getServant(AOMEntry entry) abstract booleanActiveObjectMap.hasMultipleIDs(AOMEntry value) booleanMultipleObjectMap.hasMultipleIDs(AOMEntry value) booleanSingleObjectMap.hasMultipleIDs(AOMEntry value) 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.putServant(Servant servant, AOMEntry value) 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 AOMEntryModifierConstructorDescription(package private)Etherealizer(POAPolicyMediatorImpl_R_USM mediator, ActiveObjectMap.Key key, AOMEntry entry, Servant servant)