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.Key
POAPolicyMediatorImpl_R_USM.Etherealizer. key
Fields 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. entryToKey
private java.util.Map<AOMEntry,java.util.Set<ActiveObjectMap.Key>>
MultipleObjectMap. entryToKeys
private java.util.Map<ActiveObjectMap.Key,AOMEntry>
ActiveObjectMap. keyToEntry
Methods in com.sun.corba.ee.impl.oa.poa that return ActiveObjectMap.Key Modifier and Type Method Description abstract ActiveObjectMap.Key
ActiveObjectMap. getKey(AOMEntry value)
ActiveObjectMap.Key
ActiveObjectMap. getKey(Servant value)
ActiveObjectMap.Key
MultipleObjectMap. getKey(AOMEntry value)
ActiveObjectMap.Key
SingleObjectMap. 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 void
POAPolicyMediatorBase_R. activateServant(ActiveObjectMap.Key key, AOMEntry entry, Servant servant)
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)
Servant
POAPolicyMediatorBase_R. deactivateObject(ActiveObjectMap.Key key)
private AOMEntry
POAPolicyMediatorImpl_R_USM. enterEntry(ActiveObjectMap.Key key)
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)
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.Key Constructor Description Etherealizer(POAPolicyMediatorImpl_R_USM mediator, ActiveObjectMap.Key key, AOMEntry entry, Servant servant)
-