Uses of Class
com.sun.corba.ee.impl.oa.poa.ActiveObjectMap.Key
-
Packages that use ActiveObjectMap.Key Package Description com.sun.corba.ee.impl.oa.poa -
-
Uses of ActiveObjectMap.Key in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as ActiveObjectMap.Key Modifier and Type Field Description private ActiveObjectMap.KeyPOAPolicyMediatorImpl_R_USM.Etherealizer. keyFields in com.sun.corba.ee.impl.oa.poa with type parameters of type ActiveObjectMap.Key Modifier and Type Field Description private java.util.Map<AOMEntry,ActiveObjectMap.Key>SingleObjectMap. entryToKeyprivate java.util.Map<AOMEntry,java.util.Set<ActiveObjectMap.Key>>MultipleObjectMap. entryToKeysprivate java.util.Map<ActiveObjectMap.Key,AOMEntry>ActiveObjectMap. keyToEntryMethods in com.sun.corba.ee.impl.oa.poa that return ActiveObjectMap.Key Modifier and Type Method Description abstract ActiveObjectMap.KeyActiveObjectMap. getKey(AOMEntry value)ActiveObjectMap.KeyActiveObjectMap. getKey(Servant value)ActiveObjectMap.KeyMultipleObjectMap. getKey(AOMEntry value)ActiveObjectMap.KeySingleObjectMap. getKey(AOMEntry value)Methods in com.sun.corba.ee.impl.oa.poa that return types with arguments of type ActiveObjectMap.Key Modifier and Type Method Description java.util.Set<ActiveObjectMap.Key>ActiveObjectMap. keySet()Methods in com.sun.corba.ee.impl.oa.poa with parameters of type ActiveObjectMap.Key Modifier and Type Method Description protected voidPOAPolicyMediatorBase_R. activateServant(ActiveObjectMap.Key key, AOMEntry entry, Servant servant)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)ServantPOAPolicyMediatorBase_R. deactivateObject(ActiveObjectMap.Key key)private AOMEntryPOAPolicyMediatorImpl_R_USM. enterEntry(ActiveObjectMap.Key key)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)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.Key Constructor Description Etherealizer(POAPolicyMediatorImpl_R_USM mediator, ActiveObjectMap.Key key, AOMEntry entry, Servant servant)
-